Skip to content

Commit

Permalink
Add libgdal-hdf5 and bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jul 20, 2024
1 parent ff8d995 commit b5d9f04
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: b17e165fd6c85aeb0a281700bd89522af8c2676a2d7bdb51a6b242fa9f1779c9

build:
number: 4
number: 5
skip: true # [ppc64le]

requirements:
Expand Down Expand Up @@ -43,6 +43,7 @@ requirements:
- geos
- ghostscript
- libgdal-jp2openjpeg
- libgdal-hdf5
- libnetcdf
- hdf5
- {{ pin_compatible('zlib', max_pin='x.x') }}
Expand All @@ -64,9 +65,6 @@ test:
- gmt-config --all # [not win]
- gmt # [win]
- gmt grdmath -Rg -I1 0 90 SDIST = dist_to_NP.nc -x2
# Test reading/writing a netCDF/HDF5 file
- gmt grdcut @earth_relief_01d -R-10/-9/3/5 -Greliefcut.nc
- "[ -e 'reliefcut.nc' ] && exit 0 || exit 1"
# Test reading/writing a JP2 file (S90E000.earth_relief_05m_p.jp2)
- gmt grdcut @earth_relief_05m -R-10/-9/3/5 -Greliefcut.jp2=gd:JP2OpenJPEG
- "[ -e 'reliefcut.jp2' ] && exit 0 || exit 1"
Expand Down

0 comments on commit b5d9f04

Please sign in to comment.