From ee6d98b36b336650fc4edc736e8d36b81106d9c9 Mon Sep 17 00:00:00 2001 From: Francois Coppens Date: Tue, 30 Aug 2022 15:37:42 +0200 Subject: [PATCH] Removed QMCkl dependency. --- .github/workflows/compile.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 52709c4..af250e9 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -32,10 +32,10 @@ jobs: run: | sudo apt install libhdf5-dev flang-7 clang-7 emacs autoconf source smvars.sh llvm - cd qmckl - ./autogen.sh - QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --without-trexio - make -j 8 - make -j check - cd .. + #cd qmckl + #./autogen.sh + #QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --without-trexio + #make -j 8 + #make -j check + #cd .. make