
Hi, Sorry for asking again. I know that Accelerate lapack has been deprecated. I have openblas from homebrew. If I use LDFLAGS, CPPFLAGS, and PKG_CONFIG_PATH , I get a very long traceback of compiler errors, I can post them if that helps. Without the flags, I get a segfault at test_cython_blas. I am prepending the flags inline to runtest.py instead of exporting them, if that makes a difference. Is there any document or quick guide that explains how to use runtest.py on mac osx? I've searched online but I haven't found a solution. Thanks! PS Anyone know how to search the mail list archives?

On Sun, Feb 3, 2019 at 10:43 AM Mark Alexander Mikofski < mikofski@berkeley.edu> wrote:
Hi,
Sorry for asking again. I know that Accelerate lapack has been deprecated.
It's not just deprecated, it's no longer supported. I have openblas from homebrew. If I use LDFLAGS, CPPFLAGS, and
PKG_CONFIG_PATH
These should not be needed. If OpenBLAS is in one of the standard places where numpy.distutils looks for it, then it will be picked up automatically. Not sure if that's the case for Homebrew. Otherwise, I would recommend using site.cfg to point to the paths where OpenBLAS is located - see example.site.cfg. Cheers, Ralf , I get a very long traceback of compiler errors, I can post them if that
helps. Without the flags, I get a segfault at test_cython_blas. I am prepending the flags inline to runtest.py instead of exporting them, if that makes a difference.
Is there any document or quick guide that explains how to use runtest.py on mac osx? I've searched online but I haven't found a solution.
Thanks!
PS Anyone know how to search the mail list archives? _______________________________________________ SciPy-Dev mailing list SciPy-Dev@python.org https://mail.python.org/mailman/listinfo/scipy-dev
participants (2)
-
Mark Alexander Mikofski
-
Ralf Gommers