Skip to content

Commit

Permalink
Merge pull request clawpack#17 from mandli/add-classic
Browse files Browse the repository at this point in the history
Add classic as a subrepository
  • Loading branch information
mandli committed Jul 30, 2013
2 parents 13b2247 + ea8f08e commit 60b704e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ clawpack/riemann
clawpack/visclaw
clawpack/amrclaw
clawpack/geoclaw
clawpack/classic
clawpack/version.py

# ignore build directory
Expand Down
5 changes: 3 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
[submodule "geoclaw"]
path = geoclaw
url = ../geoclaw


[submodule "classic"]
path = classic
url = ../classic
1 change: 1 addition & 0 deletions classic
Submodule classic added at 71ea01
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
},
'geoclaw': {
'python_src_dir': [('geoclaw', join('src', 'python'))]
},
'classic': {
'python_src_dir': [('classic', join('src', 'python'))]
},
'pyclaw': {
'python_src_dir': [('pyclaw', 'src'),
Expand Down

0 comments on commit 60b704e

Please sign in to comment.