Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 4b71c76

Browse files
author
Sven Verdoolaege
committed
build.sh: do not install stuff in the conda environment
Let conda take care of its own environment.
1 parent 44e2ecc commit 4b71c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ HALIDE_PREFIX=${HALIDE_PREFIX:=${CONDA_PREFIX}}
2727
EIGEN_PREFIX=${EIGEN_PREFIX:=${CONDA_PREFIX}}
2828
CAFFE2_PREFIX=${CAFFE2_PREFIX:=${CONDA_PREFIX}}
2929

30-
THIRD_PARTY_INSTALL_PREFIX=${CONDA_PREFIX}
30+
THIRD_PARTY_INSTALL_PREFIX=${TC_DIR}/third-party-install
3131

3232
INSTALL_PREFIX=${INSTALL_PREFIX:=${TC_DIR}/install}
3333
mkdir -p ${INSTALL_PREFIX}

0 commit comments

Comments
 (0)