arpack-ng: fix binaries for macOS
This commit is contained in:
parent
c8fc56686c
commit
3d755a148b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user