Skip to content

Commit

Permalink
Merge branch 'mnlevy1981-use_manage_externals'
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinia committed Jan 7, 2019
2 parents 75a6ab0 + a4090f7 commit 6505e6f
Show file tree
Hide file tree
Showing 598 changed files with 8,811 additions and 144,712 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
# Ignore python egg-info files
*.egg-info/

# Ignore externals brought in with manage_externals
averager/pyAverager
ilamb/ilamb
reshaper/pyReshaper
conformer/conformer
mpi_utils/pyTools

# Ignore python build and dist dirs
averager/pyAverager/build/
mpi_utils/pyTools/build/
mpi_utils/pyTools/dist/
ilamb/ilamb/dist/
cesm_utils/dist/
conform/dist/
diag_utils/dist/
Expand Down
38 changes: 38 additions & 0 deletions Externals.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[pyAverager]
tag = v0.9.16
protocol = git
repo_url = https://github.com/NCAR/pyAverager.git
local_path = averager/pyAverager
required = True

[pyReshaper]
tag = v1.0.6
protocol = git
repo_url = https://github.com/NCAR/pyReshaper.git
local_path = reshaper/pyReshaper
required = True

[PyConform]
tag = PyConform-0.2.5
protocol = git
repo_url = https://github.com/NCAR/PyConform.git
local_path = conformer/conformer
required = True

[ASAPPyTools]
tag = v0.6.0
protocol = git
repo_url = https://github.com/NCAR/ASAPPyTools.git
local_path = mpi_utils/pyTools
required = True

[ilamb]
tag = v2.3
protocol = git
repo_url = https://bitbucket.org/ncollier/ilamb
local_path = ilamb/ilamb
required = True

[externals_description]
schema_version = 1.0.0

Loading

0 comments on commit 6505e6f

Please sign in to comment.