Skip to content

Commit

Permalink
Merge pull request #810 from xylar/update-to-1.4.0-alpha.1
Browse files Browse the repository at this point in the history
Update to 1.4.0-alpha.1
  • Loading branch information
xylar authored May 8, 2024
2 parents 9b3e621 + 3faf88d commit 8f9a9c4
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 391 deletions.
2 changes: 1 addition & 1 deletion compass/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.0-alpha.3'
__version__ = '1.4.0-alpha.1'
4 changes: 4 additions & 0 deletions conda/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, # noqa: C901
cmake = config.get('deploy', 'cmake')
esmf = config.get('deploy', 'esmf')
lapack = config.get('deploy', 'lapack')
metis = config.get('deploy', 'metis')
moab = config.get('deploy', 'moab')
petsc = config.get('deploy', 'petsc')
scorpio = config.get('deploy', 'scorpio')
Expand Down Expand Up @@ -501,6 +502,9 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, # noqa: C901
include_e3sm_lapack = False
else:
include_e3sm_lapack = True
if metis != 'None':
specs.append(
f'"metis@{metis}+int64+real64"')
if moab != 'None':
specs.append(
f'"moab@{moab}+mpi+hdf5+netcdf+pnetcdf+metis+parmetis+tempest"')
Expand Down
4 changes: 2 additions & 2 deletions conda/compass_env/spec-file.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python>=3.8
cartopy
cartopy_offlinedata
cmocean
esmf=8.6.0={{ mpi_prefix }}_*
esmf=8.6.1={{ mpi_prefix }}_*
ffmpeg
geometric_features=1.3.0
git
Expand All @@ -16,7 +16,7 @@ ipython
jupyter
lxml
{% if include_mache %}
mache=1.22.0
mache=1.23.0
{% endif %}
matplotlib-base
metis
Expand Down
2 changes: 1 addition & 1 deletion conda/configure_compass_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main():
if local_mache:
mache = ''
else:
mache = '"mache=1.22.0"'
mache = '"mache=1.23.0"'

setup_install_env(env_name, activate_base, args.use_local, logger,
args.recreate, conda_base, mache)
Expand Down
5 changes: 3 additions & 2 deletions conda/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ mpi = nompi
albany = compass-2024-03-13
# cmake newer than 3.23.0 needed for Trilinos
cmake = 3.23.0:
esmf = 8.6.0
esmf = 8.6.1
hdf5 = 1.14.3
lapack = 3.9.1
metis = 5.1.0
moab = 5.5.1
netcdf_c = 4.9.2
netcdf_fortran = 4.6.0
petsc = 3.19.1
pnetcdf = 1.12.3
scorpio = 1.6.0
scorpio = 1.6.3
# parallelio = 2.6.2
parallelio = None
9 changes: 0 additions & 9 deletions conda/recipe/conda_build_config.yaml

This file was deleted.

124 changes: 0 additions & 124 deletions conda/recipe/meta.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions conda/scorpio/ci/linux_mpi_mpich.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions conda/scorpio/ci/linux_mpi_openmpi.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions conda/scorpio/ci/osx_mpi_mpich.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions conda/scorpio/ci/osx_mpi_openmpi.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions conda/scorpio/recipe/COPYRIGHT

This file was deleted.

31 changes: 0 additions & 31 deletions conda/scorpio/recipe/build.sh

This file was deleted.

3 changes: 0 additions & 3 deletions conda/scorpio/recipe/conda_build_config.yaml

This file was deleted.

Loading

0 comments on commit 8f9a9c4

Please sign in to comment.