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

python-fsps build problems with numpy v1.10.x #49

Closed
bd-j opened this issue Oct 28, 2015 · 2 comments
Closed

python-fsps build problems with numpy v1.10.x #49

bd-j opened this issue Oct 28, 2015 · 2 comments

Comments

@bd-j
Copy link
Collaborator

bd-j commented Oct 28, 2015

It looks like numpy has made some changes to f2py in v1.10.x that are breaking the python-fsps build. They are reverting some of those changes, it is unclear at this point which change in particular has broken the build.

For now the solution is to use numpy 1.9.3 and below. I'll try and see if the latest f2py changes on the numpy development version have fixed the problem, or if we need to open an issue with numpy

@bd-j
Copy link
Collaborator Author

bd-j commented Dec 22, 2015

Finally got a spare machine to test on. Using the latest numpy development version (v1.11.0.dev0+765422c, numpy/numpy@765422c) installed from source with python 2.7.10 I was able to successfully build and install python-fsps (v0.2.1, a571e44).

Basically everything except numpy v1.10.x should work. It looks like they introduced a bug in 1.10 while trying to make the f2py documents adhere to style guidelines. As soon as v1.11 is released I will update the requirements.

@dr-guangtou, @nell-byler, this should solve #48, sort of

@bd-j bd-j closed this as completed Dec 22, 2015
@bd-j
Copy link
Collaborator Author

bd-j commented Jan 26, 2016

just to note, the fixes in numpy 1.11 have apparently been backported to 1.10.4 (and possibly earlier versions), such that python-fsps now successfully compiles with macports 1.10.4. @dr-guangtou, hope this helps

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

1 participant