mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +01:00
8 lines
181 B
Bash
Executable File
8 lines
181 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python ./tools/build_makefile.py
|
|
autoreconf -i
|
|
echo "To configure in maintainer mode, use:
|
|
$ QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode
|
|
"
|