Skip to content

Commit

Permalink
package: netcdf
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Mesaglio <[email protected]>
  • Loading branch information
mesaglio committed Jan 16, 2025
1 parent ba14dbe commit 8e761e5
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions netcdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ pipeline:
with:
patches: gcc14.patch

- runs: |
cmake -B build -G Ninja \
- uses: cmake/configure
with:
opts: |
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=None \
Expand All @@ -45,10 +46,9 @@ pipeline:
-DENABLE_FILTER_TESTING=ON \
-DENABLE_LARGE_FILE_TESTS=ON
cmake --build build
- uses: cmake/build

- runs: |
DESTDIR="${{targets.destdir}}" cmake --install build
- uses: cmake/install

- uses: strip

Expand All @@ -72,9 +72,17 @@ subpackages:
update:
enabled: true
<<<<<<< HEAD
=======
ignore-regex-patterns:
- ".*-rc"
>>>>>>> d269b2a09 (package: netcdf)
github:
use-tag: true
identifier: Unidata/netcdf-c
strip-prefix: v
<<<<<<< HEAD
ignore-regex-patterns:
- ".*-rc"
=======
>>>>>>> d269b2a09 (package: netcdf)

0 comments on commit 8e761e5

Please sign in to comment.