File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 78
78
- uses : actions/checkout@v3
79
79
80
80
- name : Install dependencies
81
- run : sudo apt-get install emacs autoconf libhdf5-dev
81
+ run : sudo apt-get install emacs autoconf libhdf5-dev libblas-dev liblapack-dev
82
82
83
83
- name : Install the latest TREXIO from the GitHub clone
84
84
run : |
@@ -117,7 +117,7 @@ jobs:
117
117
- uses : actions/checkout@v3
118
118
119
119
- name : Install dependencies
120
- run : sudo apt-get install emacs autoconf libhdf5-dev
120
+ run : sudo apt-get install emacs autoconf libhdf5-dev libblas-dev liblapack-dev
121
121
122
122
- name : Install the latest TREXIO from the GitHub clone
123
123
run : |
@@ -162,6 +162,7 @@ jobs:
162
162
brew install hdf5
163
163
brew install gcc
164
164
brew install gfortran
165
+ brew install openblas
165
166
brew --prefix hdf5
166
167
167
168
- name : Install the latest TREXIO from the GitHub clone
You can’t perform that action at this time.
0 commit comments