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

conda install removes fortran codes? #1

Open
rjleveque opened this issue Jan 22, 2017 · 3 comments
Open

conda install removes fortran codes? #1

rjleveque opened this issue Jan 22, 2017 · 3 comments

Comments

@rjleveque
Copy link
Member

@ketch: I got the conda install to work so that I can import the python codes, but it seems to install these in the ~/anaconda/envs/.../lib/python2.7/site-packages and remove the source. Your email to claw-users about this indicated that this was a good way for users of classic, amrclaw, etc. to install without worrying about f2py choking, but how do you access any of those codes?

@ketch
Copy link
Member

ketch commented Jan 22, 2017

It definitely cloned the fortran codes during the build process. I don't understand conda very well. I will try to figure this out.

@ketch
Copy link
Member

ketch commented Jan 22, 2017

I'm seeing the same behavior you describe. Sorry for not testing more thoroughly.

There must be a way to force conda to copy specific files into the build, but it's surprisingly difficult to figure out. Of course, the way GeoClaw/AMRClaw/etc. are distributed (copying source) is just what Conda was built to avoid, so perhaps this is not surprising.

@dalcinl
Copy link
Collaborator

dalcinl commented Jan 22, 2017

Folks, conda packages whatever setup.py installs. Maybe you should specify package_data in the call to setup() within the setup.py script.

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

No branches or pull requests

3 participants