Update compile.yml

Disabled TREXIO
This commit is contained in:
François Coppens 2022-08-30 13:31:43 +02:00 committed by GitHub
parent f35ad6a777
commit 437d87239d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
source smvars.sh llvm
cd qmckl
./autogen.sh
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode
QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --without-trexio
make -j 8
make -j check
cd ..