From d921782d573b1c601c631ff621b9e8db976496c3 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Thu, 4 Nov 2021 21:31:06 -0700 Subject: [PATCH 1/2] Fix andes e3sm-unified path and group --- mache/machines/andes.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 13768c954e2da4d499b551d3f5586f0694c58d3d Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Fri, 5 Nov 2021 00:47:22 -0400 Subject: [PATCH 2/2] Update to 1.1.3 --- conda/meta.yaml | 2 +- mache/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/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