From ec0050a1bba50394126c454ad24cf1e3f4c37cad Mon Sep 17 00:00:00 2001 From: Geoffrey Malcolm Oxberry Date: Mon, 30 Jul 2018 01:52:01 -0700 Subject: darwin packages.yaml defaults: add unwind provider This commit adds default unwind providers to the default packages.yaml for darwin. Compiler versions are supplied with the apple-unwind package so that apple-unwind is only used with Apple's clang fork, and not with LLVM's clang. --- etc/spack/defaults/darwin/packages.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') diff --git a/etc/spack/defaults/darwin/packages.yaml b/etc/spack/defaults/darwin/packages.yaml index cc797c848d..1150f6bab7 100644 --- a/etc/spack/defaults/darwin/packages.yaml +++ b/etc/spack/defaults/darwin/packages.yaml @@ -18,3 +18,10 @@ packages: compiler: [clang, gcc, intel] providers: elf: [libelf] + unwind: [apple-libunwind] + apple-libunwind: + paths: + # Apple bundles libunwind version 35.3 with macOS 10.9 and later, + # although the version number used here isn't critical + apple-libunwind@35.3: /usr + buildable: False -- cgit v1.2.3-60-g2f50