Skip to content

Commit

Permalink
remove PYTHON2 flag from SIRIUS cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli authored and dev-zero committed Nov 13, 2019
1 parent 30a4618 commit c0d078b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/toolchain/scripts/install_sirius.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ case "$with_sirius" in
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="${SIRIUS_DBG}" \
-DCMAKE_CXX_COMPILER=mpic++ \
-DCMAKE_C_COMPILER=mpicc \
-DPYTHON2=ON \
${COMPILATION_OPTIONS} .. > compile.log 2>&1
make -j $NPROCS -C src >> compile.log 2>&1

Expand All @@ -156,7 +155,6 @@ case "$with_sirius" in
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="${SIRIUS_DBG}" \
-DUSE_CUDA=ON \
-DGPU_MODEL=P100 \
-DPYTHON2=ON \
-DCMAKE_CXX_COMPILER=mpic++ \
-DCMAKE_C_COMPILER=mpicc ${COMPILATION_OPTIONS} .. >> compile.log 2>&1
make -j $NPROCS -C src >> compile.log 2>&1
Expand Down

0 comments on commit c0d078b

Please sign in to comment.