summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJohn Jolly <john.jolly@gmail.com>2020-06-24 21:53:09 -0600
committerGitHub <noreply@github.com>2020-06-24 22:53:09 -0500
commitd8a7cfc36ae4168793912c151886d0797a15aa21 (patch)
tree62d0309c31fe52eae72ecb83174e57074213f982 /share
parentb2a4af764c5b4612426a73a611d1febee28f081c (diff)
downloadspack-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 'share')
0 files changed, 0 insertions, 0 deletions