From 437d87239d4e970d1162e214c12e51191c723947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Coppens?= Date: Tue, 30 Aug 2022 13:31:43 +0200 Subject: [PATCH] Update compile.yml Disabled TREXIO --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 05705be..52709c4 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -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 ..