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

Pauli Virtanen pav at iki.fi
Tue Jun 5 15:05:12 EDT 2018


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.

-- 
Pauli Virtanen


More information about the SciPy-Dev mailing list