Skip to content

Commit

Permalink
Update NetCDF license and build shared libs
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed May 12, 2024
1 parent 7c757ac commit 1427cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions recipes/squadgen/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cmake \
-D CMAKE_INSTALL_PREFIX="${PREFIX}" \
-D NETCDF_PATH="${PREFIX}" \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
..
cmake --build .
cmake --install .
6 changes: 1 addition & 5 deletions recipes/squadgen/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ source:
build:
skip: true # [not linux]
number: 0
ignore_run_exports:
# I don't really understand why these dynamic libraries aren't being linked in...
- libpng
- zlib

requirements:
build:
Expand All @@ -42,7 +38,7 @@ test:

about:
home: https://github.com/ClimateGlobalChange/squadgen
license: GPL-2.0-or-later and CUSTOM
license: GPL-2.0-or-later and NetCDF
license_family: GPL
license_file:
- LICENSE.md
Expand Down

0 comments on commit 1427cca

Please sign in to comment.