summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBen Morgan <drbenmorgan@users.noreply.github.com>2019-02-20 09:55:09 +0000
committerJavier Cervantes <javiercvilla@gmail.com>2019-02-20 10:55:09 +0100
commitfb6a2b5cabe284ecac5088c94fb2dba36f4a7e2e (patch)
treee6d024b5555313193926ea53aed59f9e0dfa3575 /bin
parent286da7f47b67d64f32336eaf741a3a182176b592 (diff)
downloadspack-fb6a2b5cabe284ecac5088c94fb2dba36f4a7e2e.tar.gz
spack-fb6a2b5cabe284ecac5088c94fb2dba36f4a7e2e.tar.bz2
spack-fb6a2b5cabe284ecac5088c94fb2dba36f4a7e2e.tar.xz
spack-fb6a2b5cabe284ecac5088c94fb2dba36f4a7e2e.zip
xxhash: edit prefix in Makefile for macOS (#10606)
On macOS, the build of libxxhash is performed by a bare `make` launched by `MakePackage`s default `build` phase. As `prefix` is not set at this point, the library gets compiled with a hard-coded install name of `/usr/local/libxxhash.dylib`. Downstream clients, in the tested case Root, will then fail to build as the install name is incorrect. Move setting of `prefix` from `install` to `edit` so that it propagates to subsequent `build` and `install` phases.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions