diff options
author | Laurent Aphecetche <laurent.aphecetche@cern.ch> | 2021-02-04 21:01:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 14:01:40 -0600 |
commit | e0b7ca47d8afcc91e92b6176c14cb6f351b6848f (patch) | |
tree | c43bbb1440a929e903f2de4eb6daa997a4996e30 /etc | |
parent | 6fdb9309d6ac5a0a9561dabafb1430ff088f10fa (diff) | |
download | spack-e0b7ca47d8afcc91e92b6176c14cb6f351b6848f.tar.gz spack-e0b7ca47d8afcc91e92b6176c14cb6f351b6848f.tar.bz2 spack-e0b7ca47d8afcc91e92b6176c14cb6f351b6848f.tar.xz spack-e0b7ca47d8afcc91e92b6176c14cb6f351b6848f.zip |
config: (darwin only) change prefix of external libuuid (#21480)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/darwin/packages.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/darwin/packages.yaml b/etc/spack/defaults/darwin/packages.yaml index ccfe8682d8..8ce443a9fd 100644 --- a/etc/spack/defaults/darwin/packages.yaml +++ b/etc/spack/defaults/darwin/packages.yaml @@ -40,4 +40,4 @@ packages: # Apple bundles libuuid in libsystem_c version 1353.100.2, # although the version number used here isn't critical - spec: apple-libuuid@1353.100.2 - prefix: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr + prefix: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk |