1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-19 01:13:50 +02:00

Merge branch 'master' into rescaled_vj

This commit is contained in:
Anthony Scemama 2021-05-26 10:03:59 +02:00 committed by GitHub
commit 440c7317e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,9 @@ in org-mode files and produce the source code and the documentation from these f
## For maintainers ## For maintainers
``` ```
python tools/build_makefile.py ./autogen.sh
autoreconf -i QMCKL_DEVEL=1 ./configure --prefix=$PWD/_install --enable-silent-rules --enable-maintainer-mode
QMCKL_DEVEL=1 ./configure --enable-debug
make make
make check make check
``` ```