-
Notifications
You must be signed in to change notification settings - Fork 68
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
scipy fails to build without -D__ACCELERATE__ #966
Comments
I am on a Mac 10.8.x and I have not had to do this. What OS X version are you on? |
I'm using 10.10.1 and macports's gcc (4.9.2). This seems to be a common issue according to Google (see this and this) and not specific to SciPy. Apparently macports patches the scipy package (see here), description:
SciPy issue: scipy/scipy#4383 |
Looks like the patch was actually committed to SciPy only two days ago (7dc0eee5) |
This will help with the 10.10 build…for sure. |
Will update it post 2.1.0 |
Still running into this (building 2.2.0 rc 46ffdce). |
@remram44 still on 10.8? do you know if the patch you were refering to earlier is in our version of scipy? Should we update the scipy version to some other tag? |
I'm using OSX 10.10. I'm not sure about the scipy release cycles, but this will probably be scipy 0.16.0... |
@remram44 I hate to ask you this, but could you download a tar file from scipy master, stick in "build" edit CMake/scipy_pkg.cmake to update the md5 (or take it out) and run build again to see if it fixes your issue. Thanks |
@remram44 on my mac 10.8 this is what I get:
and
and
and
what do you have? |
|
Not directly related: are we missing a dep from scipy on Cython? [edit: only needed if building from scipy's repository, not released source tarball] |
scipy master (actually 6fc2aa0) does fix it. It would seem that removing
|
@remram44 yes we know and I think it is documented somewhere that all these parallele distribution (homebrew, macport, fink, etc...) do mess up our build because they have their own duplicate libraries. "eventually" (whenever we get time) cmake will be able to pick up and use all external dependencies on the system, that should solve this. Ok so for now I suggest we we update scipy to what's in master, I will push a branch and test on all my systems. When it's ready do you mind testing as well? Thanks. |
Ok note that if building from a Git checkout, you will need Cython |
thanks @remram44 I will update the dependencies as well then. |
(PR: #1165) |
On my Mac, scipy fails to build unless I set
-D__ACCELERATE__
:If I use
CFLAGS=-D__ACCELERATE__ make
then it builds.Anybody else seeing this?
The text was updated successfully, but these errors were encountered: