Skip to content

Commit

Permalink
Install lapack development package
Browse files Browse the repository at this point in the history
Not sure why, but when using `FindCasacore.cmake` (adopted from `schaapcommon`), we need to have `liblapack-dev` installed.
  • Loading branch information
gmloose committed Apr 8, 2024
1 parent c51646e commit 18b89af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py3_casacore_master.docker
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
casacore-dev \
libboost-python-dev \
libcfitsio-dev \
pkg-config \
liblapack-dev \
python3-dev \
python3-venv \
wcslib-dev
Expand Down

0 comments on commit 18b89af

Please sign in to comment.