diff options
author | John Jolly <john.jolly@gmail.com> | 2020-06-24 21:53:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 22:53:09 -0500 |
commit | d8a7cfc36ae4168793912c151886d0797a15aa21 (patch) | |
tree | 62d0309c31fe52eae72ecb83174e57074213f982 /bin | |
parent | b2a4af764c5b4612426a73a611d1febee28f081c (diff) | |
download | spack-d8a7cfc36ae4168793912c151886d0797a15aa21.tar.gz spack-d8a7cfc36ae4168793912c151886d0797a15aa21.tar.bz2 spack-d8a7cfc36ae4168793912c151886d0797a15aa21.tar.xz spack-d8a7cfc36ae4168793912c151886d0797a15aa21.zip |
chill: Patch to include gmp, isl, and libquadmath (#16996)
The rose library uses the `strtoflt128` and `quadmath_snprintf`
functions. In order to successfully link the rose library, chill must
also link the GCC libquadmath library to resolve the two functions. This
patch changes the chill build to include this library.
Chill will also not compile unless headers from the gmp and isl
libraries are found in the includes path. Two patches - one each for gmp
and isl - modify the chill build process to add options to specify those
paths. These options follow the similar pattern as seen with BOOSTHOME
and ROSEHOME options which already exist in the chill build process.
Because of the addition of GMPHOME and ISLHOME options, build
requirements for gmp and isl are also added.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions