1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-01 02:45:43 +02:00

Testing CI

This commit is contained in:
Anthony Scemama 2023-09-12 11:25:53 +02:00
parent a5139dd66d
commit 1b5ce50b78

View File

@ -160,6 +160,8 @@ jobs:
brew install emacs
brew install automake
brew install hdf5
brew install gcc
brew install gfortran
brew --prefix hdf5
- name: Install the latest TREXIO from the GitHub clone
@ -167,7 +169,7 @@ jobs:
git clone https://github.com/TREX-CoE/trexio.git
cd trexio
./autogen.sh
./configure FC=gfortran-12 --enable-silent-rules
./configure --enable-silent-rules
make -j 4
sudo make install
@ -176,7 +178,7 @@ jobs:
./autogen.sh
mkdir _build_hpc
cd _build_hpc
../configure --enable-hpc FC=gfortran-12
../configure --enable-hpc FC=gfortran-12 CC=gcc-12
make -j2
- name: Run test