arpack-ng: fix binaries for macOS

This commit is contained in:
Denis Davydov 2016-07-06 18:29:56 +02:00
parent c8fc56686c
commit 3d755a148b

View File

@ -84,6 +84,7 @@ def install(self, spec, prefix):
options = ['-DEXAMPLES=ON'] options = ['-DEXAMPLES=ON']
options.extend(std_cmake_args) options.extend(std_cmake_args)
options.append('-DCMAKE_INSTALL_NAME_DIR:PATH=%s/lib' % prefix)
# TODO: # TODO:
# Arpack calls directly find_package(BLAS REQUIRED) and # Arpack calls directly find_package(BLAS REQUIRED) and