1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-18 11:21:44 +02:00

Install HDF5 for trexio

This commit is contained in:
Anthony Scemama 2021-10-12 00:17:14 +02:00 committed by GitHub
parent d17b0f88d1
commit db59021544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt-get install emacs autoconf
run: sudo apt-get install emacs autoconf libhdf5-dev
- name: install trexio
run: |
wget https://github.com/TREX-CoE/trexio/releases/download/v1.0/trexio-1.0.0.tar.gz