Skip to content

Commit

Permalink
try with mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 5, 2024
1 parent 643e07a commit ba2dbdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos_dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
blas
cairo
clangxx_osx-arm64
clang_osx-arm64
Expand All @@ -13,9 +12,7 @@ giflib
git
ipython
krb5
lapack
lastools
libcblas
libgdal-arrow-parquet
libgdal-core
libgdal-hdf4
Expand All @@ -27,7 +24,6 @@ libgdal-postgisraster
libgdal-tiledb
libiconv
libjpeg-turbo
liblapacke
libpng
libsvm
libtiff
Expand All @@ -53,3 +49,7 @@ six
sqlite
wxpython
zstd
blas=openblas
lapack=openblas
libcblas
liblapacke
8 changes: 2 additions & 6 deletions .github/workflows/macos_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@ CONFIGURE_FLAGS="\
--with-bzlib-libs=${CONDA_PREFIX}/lib \
--with-bzlib-includes=${CONDA_PREFIX}/include \
--with-netcdf=${CONDA_PREFIX}/bin/nc-config \
--with-blas \
--with-blas-libs=${CONDA_PREFIX}/lib \
--with-blas-includes=${CONDA_PREFIX}/include \
--with-lapack
--with-lapack-includes=${CONDA_PREFIX}/include \
--with-lapack-libs=${CONDA_PREFIX}/lib \
--with-blas=openblas \
--with-lapack=openblas \
--with-netcdf=${CONDA_PREFIX}/bin/nc-config \
--with-nls \
--with-libs=${CONDA_PREFIX}/lib \
Expand Down

0 comments on commit ba2dbdf

Please sign in to comment.