[SciPy-Dev] runtest issue mac os with master 14de485c053cc275682bc7de0316fcca72b341f8

Ralf Gommers ralf.gommers at gmail.com
Tue Jun 5 15:13:06 EDT 2018


On Tue, Jun 5, 2018 at 12:05 PM, Pauli Virtanen <pav at iki.fi> wrote:

> ti, 2018-06-05 kello 19:14 +0100, Matthew Brett kirjoitti:
> [clip]
> > I am getting the same error, for OpenBLAS v0.3.0, on the Travis-CI
> > macOS machines, using our usual wheel-building procedure (+OpenBLAS):
> >
> > * Python 3.4: https://travis-ci.org/matthew-brett/scipy-wheels/jobs/3
> > 88298604
> > * Python 3.5: https://travis-ci.org/matthew-brett/scipy-wheels/jobs/3
> > 88298605
>
> The build logs show that it's picking up /usr/lib/libblas.* and
> /usr/lib/liblapack.* and using those. Apparently, they are missing
> symbols.
>
> Are these some standard component on OSX? Part of Accelerate maybe?

If yes, they could be blacklisted in the top-level setup.py.
>

Good idea to blacklist. Indeed part of Accelerate:

rgommers at machine:/usr/lib$ otool -L libblas.dylib
libblas.dylib:

/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
(compatibility version 1.0.0, current version 1.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1252.50.4)
rgommers at machine:/usr/lib$ otool -L liblapack.dylib
liblapack.dylib:

/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
(compatibility version 1.0.0, current version 1.0.0)

/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
(compatibility version 1.0.0, current version 1.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1252.50.4)

Ralf



>
> --
> Pauli Virtanen
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20180605/1125c8c6/attachment.html>


More information about the SciPy-Dev mailing list