Skip to content

Commit d37a157

Browse files
committed
update pip command
1 parent d227e3c commit d37a157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ if test $(python -c "from __future__ import print_function; import platform; pri
66
echo "Darwin"
77
extra_args="$extra_args -DOPENMP_LIBRARIES=${CONDA_PREFIX}/lib -DOPENMP_INCLUDES=${CONDA_PREFIX}/include"
88
else
9-
extra_args="$extra_args -DIPP_ROOT=${CONDA_PREFIX}"
9+
echo "Not Darwin"
1010
fi
1111

1212
export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL="${PKG_VERSION}"
1313
if test "${GIT_DESCRIBE_NUMBER}" != "0"; then
1414
export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL="${PKG_VERSION}.dev${GIT_DESCRIBE_NUMBER}+${GIT_DESCRIBE_HASH}"
1515
fi
16-
pip install . --no-deps -Ccmake.args="${extra_args}"
16+
pip install . --no-deps -Ccmake.args="${extra_args}" -Ccmake.define.IPP_ROOT=${CONDA_PREFIX}

0 commit comments

Comments
 (0)