spack general packages.yaml defaults: add unwind

This commit adds 'libunwind' as the default 'unwind' provider in
spack. This preference should be overridden by the
darwin/packages.yaml file on macOS. Continues the changes discussed in
This commit is contained in:
Geoffrey Malcolm Oxberry 2018-07-30 16:16:24 -07:00 committed by Todd Gamblin
parent 4f251345fb
commit e380b08bab

View File

@ -39,3 +39,5 @@ packages:
scalapack: [netlib-scalapack] scalapack: [netlib-scalapack]
szip: [libszip, libaec] szip: [libszip, libaec]
tbb: [intel-tbb] tbb: [intel-tbb]
unwind: [libunwind]