Skip to content

Commit

Permalink
Update default nemsio to 2.5.4 (JCSDA#666)
Browse files Browse the repository at this point in the history
* Update default nemsio to 2.5.4

* update lib->lib64 for NEMSIO_LIB

* Update modules.yaml
  • Loading branch information
AlexanderRichert-NOAA authored Jul 11, 2023
1 parent a5307be commit 40651de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/common/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ modules:
environment:
set:
'NEMSIO_INC': '{prefix}/include'
'NEMSIO_LIB': '{prefix}/lib'
'NEMSIO_LIB': '{prefix}/lib64/libnemsio.a'
'MKGFSNEMSIOCTL': '{prefix}/mkgfsnemsioctl'
'NEMSIO_CHGDATE': '{prefix}/bin/nemsio_chgdate'
'NEMSIO_GET': '{prefix}/bin/nemsio_get'
Expand Down Expand Up @@ -441,7 +441,7 @@ modules:
environment:
set:
'NEMSIO_INC': '{prefix}/include'
'NEMSIO_LIB': '{prefix}/lib'
'NEMSIO_LIB': '{prefix}/lib64/libnemsio.a'
'MKGFSNEMSIOCTL': '{prefix}/mkgfsnemsioctl'
'NEMSIO_CHGDATE': '{prefix}/bin/nemsio_chgdate'
'NEMSIO_GET': '{prefix}/bin/nemsio_get'
Expand Down
2 changes: 1 addition & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
# ncview - when adding information here, also check Orion
# and Discover site configs
nemsio:
version: [2.5.2]
version: [2.5.4]
nemsiogfs:
version: [2.5.3]
nccmp:
Expand Down

0 comments on commit 40651de

Please sign in to comment.