Skip to content

Commit

Permalink
[CI] Add libraries to test SCons system_blas_lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Sep 25, 2022
1 parent a6bdf4d commit 51627cd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Install Apt dependencies
run: |
sudo apt update
sudo apt install libboost-dev gfortran libopenmpi-dev libpython3-dev
sudo apt install libboost-dev gfortran libopenmpi-dev libpython3-dev \
libblas-dev liblapack-dev
- name: Upgrade pip
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
- name: Install Apt dependencies
run: |
sudo apt update
sudo apt install libboost-dev gfortran libomp-dev libomp5
sudo apt install libboost-dev gfortran libomp-dev libomp5 libopenblas-dev
- name: Upgrade pip
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
Expand Down Expand Up @@ -410,8 +411,8 @@ jobs:
- name: Install conda dependencies
# See https://github.com/conda-forge/boost-cpp-feedstock/issues/41 for why we
# use boost-cpp rather than boost from conda-forge
run: |
mamba install -q scons numpy cython ruamel.yaml boost-cpp eigen yaml-cpp h5py pandas pytest
run: mamba install -q scons numpy cython ruamel.yaml boost-cpp eigen yaml-cpp
h5py pandas pytest mkl mkl-devel
shell: pwsh
- name: Install typing_extensions for Python 3.7
if: matrix.python-version == '3.7'
Expand Down

0 comments on commit 51627cd

Please sign in to comment.