Skip to content

Commit

Permalink
test with atlas 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 4, 2024
1 parent 17c9c62 commit 69fca2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bison
build-essential
flex
libatlas-base-dev
libbz2-dev
libcairo-dev
libfftw3-dev
Expand All @@ -9,7 +10,6 @@ libgl1-mesa-dev
libglu1-mesa-dev
liblapacke-dev
libnetcdf-dev
libopenblas-dev
libpdal-dev
libpng-dev
libproj-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export INSTALL_PREFIX=$1
--with-cxx \
--with-zstd \
--with-bzlib \
--with-blas=openblas \
--with-blas=blas-atlas \
--with-lapack \
--with-libsvm \
--with-readline \
Expand Down

0 comments on commit 69fca2f

Please sign in to comment.