[SciPy-User] [SciPy-Dev] 1.8.0rc1

Jack Howarth howarth at bromo.med.uc.edu
Tue Oct 1 09:28:47 EDT 2013


On Mon, Sep 30, 2013 at 09:17:14AM -0600, Charles R Harris wrote:
> Hi All,
> 
> NumPy 1.8.0rc1 is up now on
> sourceforge<http://sourceforge.net/projects/numpy/files/NumPy/1.8.0rc1/>.The
> binary builds are included except for Python 3.3 on windows, which
> will arrive later. Many thanks to Ralf for the binaries, and to those who
> found and fixed the bugs in the last beta. Any remaining bugs are all my
> fault ;) I hope this will be the last release before final, so please test
> it thoroughly.
> 
> Chuck

Chuck,
   The NumPy 1.8.0rc1 release fails to build on Mac OS X 10.6.8 under fink using the
build command...

/sw/bin/python2.7 setup.py build

which fails at...

/sw/bin/gfortran -Wall -L/sw/lib build/temp.macosx-10.6-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.macosx-10.6-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/sw/lib -L/sw/lib/gcc4.8/lib/gcc/x86_64-apple-darwin10.8.0/4.8.1 -Lbuild/temp.macosx-10.6-x86_64-2.7 -llapack -lptf77blas -lptcblas -latlas -lgfortran -o build/lib.macosx-10.6-x86_64-2.7/numpy/linalg/lapack_lite.so
Undefined symbols for architecture x86_64:
  "_main", referenced from:
      start in crt1.10.6.o
  "_PyOS_snprintf", referenced from:
      _xerbla_ in python_xerbla.o
  "_PyGILState_Ensure", referenced from:
      _xerbla_ in python_xerbla.o
  "_PyExc_ValueError", referenced from:
      _xerbla_ in python_xerbla.o
etc

The full build log is attached.
        Jack
ps The same build approach works fine for the current numpy 1.7.1 release.

> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev

-------------- next part --------------
A non-text attachment was scrubbed...
Name: numpy-py27-10.6.log.bz2
Type: application/x-bzip2
Size: 12159 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20131001/4f0dbf12/attachment.bin>


More information about the SciPy-User mailing list