[SciPy-User] problems building scipy on Yosemite.

Andrew Nelson andyfaff at gmail.com
Thu Nov 13 03:08:54 EST 2014


>
>
> Scipy builds OK for me with the cran gfortran, current trunk, numpy
> 1.9.1 via pip install, and
>
> $ export CC=clang
> $ export CXX=clang++
> $ export FFLAGS=-ff2c
>
> Can you give more detail about your system?  Numpy, scipy version?
>
> Cheers,
>
> Matthew
>
>
I'm trying to build scipy trunk. numpy was installed into a virtualenv with
'pip install numpy'. Python is :

Python 2.7.8 (v2.7.8:ee879c0ffa11, Jun 29 2014, 21:07:35)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin

>>> np.version.full_version

'1.9.1'

>>> np.version.git_revision
'd44b9c61499f8bc5a9fc94286cd52f05e15e003f'

OSX 10.10.

(development)$ clang --version

Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)

Target: x86_64-apple-darwin14.0.0

Thread model: posix

(development)$ clang++ --version

Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)

Target: x86_64-apple-darwin14.0.0

Thread model: posix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20141113/17554900/attachment.html>


More information about the SciPy-User mailing list