mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
README
This commit is contained in:
parent
f04981edd8
commit
7ea06ffcce
17
README.md
17
README.md
@ -46,6 +46,23 @@ sudo make install
|
||||
sudo make installcheck
|
||||
```
|
||||
|
||||
## Verificarlo CI
|
||||
|
||||
Since Verificarlo should not be a dependency of QMCkl, all Verificarlo
|
||||
functions are called only when the support is explicitely enabled (and ignored
|
||||
by the preprocessor otherwise). To enable vfc_ci support, the library should be
|
||||
configured with the following command :
|
||||
|
||||
```
|
||||
QMCKL_DEVEL=1 ./configure --prefix=$PWD/_install \ --enable-silent-rules --enable-maintainer-mode --enable-vfc_ci --host=x86_64 \ CC="verificarlo-f" FC="verificarlo-f"
|
||||
```
|
||||
|
||||
where CC and FC are set to verificarlo-f, and support is explicitely enabled
|
||||
with the --enable-vfc_ci flag. Configuring the library with the "standard"
|
||||
command will cause all calls to Verificarlo related functions to be ignored,
|
||||
and the library will be built as usual.
|
||||
|
||||
|
||||
------------------------------
|
||||
|
||||
![European flag](https://trex-coe.eu/sites/default/files/inline-images/euflag.jpg)
|
||||
|
Loading…
Reference in New Issue
Block a user