On Thu, Aug 13, 2015 at 4:34 PM, Matthew Brett <matthew.br...@gmail.com>
wrote:

> On Thu, Aug 13, 2015 at 1:04 PM, Matthew Brett <matthew.br...@gmail.com>
> wrote:
> > Hi,
> >
> > On Wed, Aug 12, 2015 at 12:23 PM, Sebastian Berg
> > <sebast...@sipsolutions.net> wrote:
> >> On Mi, 2015-08-12 at 01:07 -0700, Nathaniel Smith wrote:
> >>> On Wed, Aug 12, 2015 at 12:51 AM, Sebastian Berg
> >>> <sebast...@sipsolutions.net> wrote:
> >>> > On Mi, 2015-08-12 at 09:41 +0200, Jens Jørgen Mortensen wrote:
> >>> >> On 08/11/2015 11:23 PM, Charles R Harris wrote:
> >>> >> > Hi All,
> >>> >> >
> >>> >> > give this release a whirl and report any problems either on the
> >>> >> > numpy-discussion list or by opening an issue on github.
> >>> >> >
> >>> >> > I'm pleased to announce the first beta release of Numpy 1.10.0.
> >>> >> > There is over a year's worth of enhancements and bug fixes in the
> >>> >> > 1.10.0 release, so please give this release a whirl and report any
> >>> >> > problems either on the numpy-discussion list or by opening an
> issue
> >>> >> > on github. Tarballs, installers, and release notes may be found in
> >>> >> > the usual place at Sourceforge.
> >
> > I'm getting test errors on the standard OSX numpy / scipy compilation
> rig:
> >
> > Python.org Python
> > OSX 10.9
> > clang
> > gfortran 4.2.3
> > Compiling from the `maintenance/1.10.x` branch (is there a 1.10.0b1 tag)?
> >
> > ======================================================================
> > ERROR: test_accelerate_framework_sgemv_fix (test_multiarray.TestDot)
> > ----------------------------------------------------------------------
> > Traceback (most recent call last):
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/core/tests/test_multiarray.py",
> > line 4218, in test_accelerate_framework_sgemv_fix
> >     m = aligned_array(100, 15, np.float32)
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/core/tests/test_multiarray.py",
> > line 4200, in aligned_array
> >     d = np.dtype()
> > TypeError: Required argument 'dtype' (pos 1) not found
> >
> > This one should be fixed by https://github.com/numpy/numpy/pull/6202
> >
> > ======================================================================
> > ERROR: test_callback.TestF77Callback.test_string_callback
> > ----------------------------------------------------------------------
> > Traceback (most recent call last):
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/nose/case.py",
> > line 381, in setUp
> >     try_run(self.inst, ('setup', 'setUp'))
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/nose/util.py",
> > line 471, in try_run
> >     return func()
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
> > line 362, in setUp
> >     module_name=self.module_name)
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
> > line 79, in wrapper
> >     memo[key] = func(*a, **kw)
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
> > line 170, in build_code
> >     module_name=module_name)
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
> > line 79, in wrapper
> >     memo[key] = func(*a, **kw)
> >   File
> "/Users/mb312/.virtualenvs/test/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
> > line 150, in build_module
> >     __import__(module_name)
> > ImportError:
> dlopen(/var/folders/s7/r25pn2xj48n4cm76_mgsb78h0000gn/T/tmpa39XPB/_test_ext_module_5403.so,
> > 2): Symbol not found: _func0_
> >   Referenced from:
> >
> /var/folders/s7/r25pn2xj48n4cm76_mgsb78h0000gn/T/tmpa39XPB/_test_ext_module_5403.so
> >   Expected in: dynamic lookup
> >
> > Any ideas about this second one?
>
> I don't get this second error when building with homebrew gfortran
> 4.8.  Is this expected? Should we be raising an error for earlier
> gfortrans?
>
>
Probaby, or we could make the failing bit, if we can find it, gcc version
dependent. gcc 4.2 is eight years old, which OS X versions depend on it?

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to