Skip to content

Commit

Permalink
Update and rename stack_mac.yaml to stack_macos.yaml
Browse files Browse the repository at this point in the history
Updated, added met and metplus packages to the list
  • Loading branch information
natalie-perlin authored Nov 10, 2022
1 parent 3d9515d commit 84d8f27
Showing 1 changed file with 32 additions and 18 deletions.
50 changes: 32 additions & 18 deletions stack/stack_mac.yaml → stack/stack_macos.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
gnu:
build: YES
version: 11.2.0_3
version: 11.3.0

mpi:
build: YES
flavor: mpich
version: 3.3.2
flavor: openmpi
version: 4.1.2

cmake:
build: NO
Expand All @@ -21,7 +21,7 @@ zlib:
version: 1.2.11

libpng:
build: NO
build: YES
version: 1.6.37

szip:
Expand Down Expand Up @@ -55,7 +55,6 @@ netcdf:
version_c: 4.7.4
version_f: 4.5.4
version_cxx: 4.3.1
disable_cxx: YES

nccmp:
build: YES
Expand All @@ -77,15 +76,15 @@ pio:

esmf:
build: YES
version: ESMF_8_2_0
install_as: 8.2.0
version: v8.3.0b09
install_as: 8.3.0b09
shared: YES
enable_pnetcdf: NO
debug: NO

fms:
build: YES
version: 2021.03
version: 2022.01
repo: noaa-gfdl
cmake_opts: "-DGFS_PHYS=ON -D64BIT=ON -DENABLE_QUAD_PRECISION=OFF "

Expand Down Expand Up @@ -204,8 +203,8 @@ wrf_io:

bufr:
build: YES
version: bufr_v11.5.0
install_as: 11.5.0
version: bufr_v11.7.0
install_as: 11.7.0
python: YES
is_nceplib: YES

Expand All @@ -231,18 +230,22 @@ grib_util:

ncio:
build: YES
version: v1.1.0
install_as: 1.1.0
version: v1.1.2
install_as: 1.1.2
is_nceplib: YES

boost:
build: YES
build: NO
version: 1.68.0
level: headers-only

eigen:
build: YES
version: 3.3.7

gsl:
build: YES
version: 2.7.1

gsl_lite:
build: YES
Expand Down Expand Up @@ -324,25 +327,36 @@ yafyaml:
mapl:
build: YES
repo: GEOS-ESM
version: v2.12.2
esmf_version: 8.2.0
version: v2.22.0
esmf_version: 8.3.0b09

geos:
build: YES
build: NO
version: 3.8.1

libtiff:
build: YES
build: NO
version: 4.0.3

sqlite:
build: YES
build: NO
version: 3.32.3

proj:
build: YES
version: 7.1.0
cmake_opts: "-DENABLE_CURL=OFF -DBUILD_PROJSYNC=OFF"

met:
build: YES
repo: DTCenter
release_date: 20220516
version: 10.1.2

metplus:
build: YES
repo: DTCenter
version: 4.1.3

miniconda3:
build: NO
Expand Down

0 comments on commit 84d8f27

Please sign in to comment.