-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v2.5.0rc1 update * change source in meta.yaml
- Loading branch information
1 parent
9f6a8fc
commit 6758c67
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FROM continuumio/miniconda3:4.6.14 | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL version="2.4.0" | ||
LABEL version="2.5.0rc1" | ||
|
||
# Copy the entire project dir because we'll install from source. | ||
COPY . . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import os | ||
import sys | ||
|
||
__version__ = "v2.4.0" | ||
__version__ = "v2.5.0rc1" | ||
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,8 +110,8 @@ def get_all_files_in_dir(directory, pattern): | |
|
||
setup( | ||
name="e3sm_diags", | ||
version="2.4.0", | ||
author="Chengzhu (Jill) Zhang, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen", | ||
version="2.5.0rc1", | ||
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen", | ||
author_email="[email protected]", | ||
description="E3SM Diagnostics", | ||
scripts=["acme_diags/acme_diags_driver.py"], | ||
|