diff --git a/conda/meta.yaml b/conda/meta.yaml index 067daa45..2f43078d 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mache" %} -{% set version = "1.1.2" %} +{% set version = "1.1.3" %} package: name: {{ name|lower }} diff --git a/mache/__init__.py b/mache/__init__.py index 3ef3b8da..5329ffde 100644 --- a/mache/__init__.py +++ b/mache/__init__.py @@ -1,5 +1,5 @@ from mache.machine_info import MachineInfo from mache.discover import discover_machine -__version_info__ = (1, 1, 2) +__version_info__ = (1, 1, 3) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/mache/machines/andes.cfg b/mache/machines/andes.cfg index e0196c10..7c08ac13 100644 --- a/mache/machines/andes.cfg +++ b/mache/machines/andes.cfg @@ -3,11 +3,11 @@ [e3sm_unified] # the unix group for permissions for the e3sm-unified conda environment -group = cli900 +group = cli115 # the path to the directory where activation scripts, the base environment, and # system libraries will be deployed -base_path = /ccs/proj/cli900/sw/rhea/e3sm-unified +base_path = /gpfs/alpine/proj-shared/cli115/e3sm-unified # config options related to data needed by diagnostics software such as diff --git a/setup.cfg b/setup.cfg index 0bacbd6b..a1900178 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mache -version = 1.1.2 +version = 1.1.3 author = Xylar Asay-Davis author_email = xylar@lanl.gov description = A package for providing configuration data relate to E3SM supported machines