Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor toplevel #11

Merged
merged 4 commits into from
May 3, 2012
Merged

Refactor toplevel #11

merged 4 commits into from
May 3, 2012

Conversation

ahmadia
Copy link
Member

@ahmadia ahmadia commented Apr 17, 2012

This is part of the top level refactoring of clawpack. riemann will now reside as part of clawpack as clawpack.riemann and be available to easy_install/pip from a single:

easy_install numpy && easy_install clawpack

or

pip install numpy && pip install clawpack.

The riemann package currently does not possess any of its own tests, but it appears to be functioning for its pyclaw uses. The top-level setup.py is not used by the top-level clawpack installer and is likely to be removed unless somebody needs it for something.

You can test this (in concert with the patches to clawpack) by installing virtualenv, creating a new virtual environment, then running:

pip install numpy && pip install -e
"git+https://github.com/ahmadia/clawpack.git@refactor_toplevel#egg=clawpack"

Note that if you are using EPD on OS X you will need the development version of virtualenv.

ahmadia added a commit that referenced this pull request May 3, 2012
@ahmadia ahmadia merged commit 3d25ad3 into clawpack:master May 3, 2012
maojrs pushed a commit to maojrs/riemann that referenced this pull request Mar 19, 2015
Improved conversion scripts and added some fvmbook examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant