Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fixed typos in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 22, 2023
1 parent 89b2168 commit 311e667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscripts/build_netcdf-fortran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cd ${DEPENDENCY_DIR}/netcdf-fortran-*

NCLIBDIR=$(${PREFIX}/bin/nc-config --libdir)
if [ $OS = "MacOSX" ]; then
netCDF_LIBRARIES="${NCLIBDIR}/ibnetcdf.dylib"
netCDF_LIBRARIES="${NCLIBDIR}/libnetcdf.dylib"
else
netCDF_LIBRARIES="${NCLIBDIR}/libnetcdf.so"
fi
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ netCDF-Fortran_DIR="${PREFIX}/lib/cmake/netCDF"
[tool.cibuildwheel.macos]
before-all = [
"brew install coreutils",
"LIBS=\"\" sudo buildscripts/build_dependencies.sh -p ${PREFIX} -d ${HOME}/Downloads -m ${MACOSX_DEPLOYMENT_TARGET}"
"LIBS=\"\" buildscripts/build_dependencies.sh -p ${PREFIX} -d ${HOME}/Downloads -m ${MACOSX_DEPLOYMENT_TARGET}"
]

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 311e667

Please sign in to comment.