Skip to content

Commit 40b34f2

Browse files
committed
give back testing option
1 parent fe19be1 commit 40b34f2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

toolchain/toolchain_gnu.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
--with-elpa=install \
2828
--with-cereal=install \
2929
--with-rapidjson=install \
30-
--with-libtorch=install \
31-
--with-libnpy=install \
32-
--with-libri=install \
33-
--with-libcomm=install \
30+
--with-libtorch=no \
31+
--with-libnpy=no \
32+
--with-libri=no \
33+
--with-libcomm=no \
3434
--with-4th-openmpi=no \
35-
--pack-run \
3635
| tee compile.log
3736
# to use openmpi-version4: set --with-4th-openmpi=yes
3837
# to enable gpu-lcao, add the following lines:

0 commit comments

Comments
 (0)