Skip to content

Commit

Permalink
Merge pull request #32 from durack1/issue31_durack1_UpdateTrimModelLi…
Browse files Browse the repository at this point in the history
…stToDealWithCMIP6Filenames

Issue31 durack1 update trimModelList to deal with CMIP6 paths and fileNames
  • Loading branch information
durack1 authored Oct 11, 2018
2 parents 425f461 + 97ea774 commit 3cf3194
Show file tree
Hide file tree
Showing 6 changed files with 1,514 additions and 28 deletions.
14 changes: 14 additions & 0 deletions BuildNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,17 @@
# Blurb from conda-build
# Connect to LLNL-Green ; # Get around SSL issues
> anaconda upload /Users/durack1/anaconda2/conda-bld/noarch/durolib-1.1.0-py27_1.tar.bz2

181010 1654 - 1.1.1

# Notes for updating environment (on durack1ml), building and uploading to conda
# Update meta.yaml [build number = 0] and setup.py - both reflect v1.1.1 release
[ml-9585568:sync/git/durolib] durack1% conda update --prefix /Volumes/durack1ml/anaconda2 anaconda ; # Update conda root environment
[ml-9585568:sync/git/durolib] durack1% conda update -n base -c defaults conda ; # Update conda base environment
[ml-9585568:sync/git/durolib] durack1% conda update -n base conda-build ; # Update conda-build in base environment
> cd /sync/git/
> conda build purge ; # Cleanup build environment
> conda build durolib -c conda-forge -c cdat ; # Add cdat dependency
# Blurb from conda-build
# Connect to LLNL-Green ; # Get around SSL issues
> anaconda upload /Volumes/durack1ml/anaconda2/conda-bld/noarch/durolib-1.1.1-py27_0.tar.bz2
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
durolib [![stable version](https://img.shields.io/badge/Current%20version-1.1.0-brightgreen.svg)](https://github.com/durack1/durolib/releases/tag/1.1.0)
durolib [![stable version](https://img.shields.io/badge/Current%20version-1.1.1-brightgreen.svg)](https://github.com/durack1/durolib/releases/tag/1.1.1)
=====

python generic library
Python generic library

To install using Anaconda (see [conda-forge page](https://anaconda.org/durack1/durolib))
```
conda install -c durack1 durolib
conda install -c durack1 -c conda-forge -c cdat durolib
```
To create an durolib-dedicated environment using Anaconda
```
conda create -n durolib -c durack1 -c conda-forge -c cdat durolib
```
Or install durolib into your existing Anaconda environment
```
(cdat80py2) bash-4.1$ conda install -c durack1 -c conda-forge -c cdat durolib
```
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python setup.py install
python setup.py install
Loading

0 comments on commit 3cf3194

Please sign in to comment.