Skip to content

Commit

Permalink
hardcode paths to compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
egluckthaler committed Dec 18, 2023
1 parent a90df00 commit 6d3f266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# compile CNEFinder
cd $SRC_DIR/CNEFinder/
./pre-install.sh
make -f Makefile CC=$CONDA_PREFIX/bin/x86_64-conda-linux-gnu-gcc CXX=$CONDA_PREFIX/bin/x86_64-conda-linux-gnu-g++
make -f Makefile CC=/usr/share/miniconda/bin/x86_64-conda-linux-gnu-gcc CXX=/usr/share/miniconda/bin/x86_64-conda-linux-gnu-g++
mv cnef ../bin/

# copy git directory structure to conda package location
Expand Down

0 comments on commit 6d3f266

Please sign in to comment.