ACCESS-NRI / spack-packages

Spack package repository maintained by ACCESS-NRI
Apache License 2.0
5 stars 4 forks source link

access-esm1p5: create SBD #105

Closed harshula closed 4 months ago

harshula commented 4 months ago

Initial SPD for ACCESS-ESM1.5. Building MOM5 and UM7 is disabled for the moment.

harshula commented 4 months ago

The reason for the naming was:

# spack create --template bundle --name access-esm1.5
==> Using specified package name: 'access-esm1.5'
==> Using specified package template: 'bundle'
==> Created template for access-esm1-5 package
==> Created package file: /opt/spack-packages/packages/access-esm1-5/package.py

Spack mapped '.' to '-'. The preference was for 'p' instead of '-'.

# spack create --template bundle --name access-esm1p5
==> Using specified package name: 'access-esm1p5'
==> Using specified package template: 'bundle'
==> Created template for access-esm1p5 package
==> Created package file: /opt/spack-packages/packages/access-esm1p5/package.py