mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-09 12:44:12 +01:00
install TREXIO in ci_install.sh script
This commit is contained in:
parent
3a2a949899
commit
c11403dff2
18
.github/workflows/vfc_test_workflow.yml
vendored
18
.github/workflows/vfc_test_workflow.yml
vendored
@ -27,15 +27,15 @@ jobs:
|
||||
apt update
|
||||
apt -y install emacs pkg-config wget libhdf5-dev
|
||||
|
||||
- name: Install trexio
|
||||
run: |
|
||||
export VERSION=2.0
|
||||
wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.0.tar.gz
|
||||
tar -zxf trexio-${VERSION}.0.tar.gz
|
||||
cd trexio-${VERSION}.0
|
||||
./configure --prefix=/usr CC="verificarlo-c" FC="verificarlo-f"
|
||||
make -j4
|
||||
sudo make install
|
||||
# - name: Install trexio
|
||||
# run: |
|
||||
# export VERSION=2.0
|
||||
# wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.0.tar.gz
|
||||
# tar -zxf trexio-${VERSION}.0.tar.gz
|
||||
# cd trexio-${VERSION}.0
|
||||
# ./configure --prefix=/usr CC="verificarlo-c" FC="verificarlo-f"
|
||||
# make -j4
|
||||
# sudo make install
|
||||
|
||||
- name: Run tests
|
||||
run: vfc_ci test -g -r
|
||||
|
@ -4,6 +4,15 @@
|
||||
# the library dependencies and build it with Verificarlo with vfc_probes support
|
||||
# enabled.
|
||||
|
||||
export VERSION=2.0
|
||||
wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.0.tar.gz
|
||||
tar -zxf trexio-${VERSION}.0.tar.gz
|
||||
cd trexio-${VERSION}.0
|
||||
./configure --prefix=/usr --host=x86_64 CC="verificarlo-c" FC="verificarlo-f"
|
||||
make -j4
|
||||
sudo make install
|
||||
cd ..
|
||||
|
||||
./autogen.sh
|
||||
QMCKL_DEVEL=1 ./configure --prefix=$PWD/_install \
|
||||
--enable-silent-rules --enable-maintainer-mode --enable-vfc_ci --host=x86_64 \
|
||||
|
Loading…
Reference in New Issue
Block a user