diff options
author | Kelly (KT) Thompson <KineticTheory@users.noreply.github.com> | 2018-04-19 07:59:55 -0600 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-04-19 08:59:55 -0500 |
commit | 4869b7312a000421074ad43233aa1264a2fb8ca4 (patch) | |
tree | 5b6ba4dfb51cfa6580d37fff8e3b1f4a1176eb92 /CONTRIBUTING.md | |
parent | 6d1097f99be31e7764e649d6ae67bb9391e0b001 (diff) | |
download | spack-4869b7312a000421074ad43233aa1264a2fb8ca4.tar.gz spack-4869b7312a000421074ad43233aa1264a2fb8ca4.tar.bz2 spack-4869b7312a000421074ad43233aa1264a2fb8ca4.tar.xz spack-4869b7312a000421074ad43233aa1264a2fb8ca4.zip |
Suite-sparse: provide patch to fix builts with clang@6.0.0. (#7811)
+ I am unable to build suite-sparse@5.2.0 with clang@6.0.0. The build fails
with the error:
```
2397 [ 99%] Linking C executable wildtype_demo
2398 make[4]: Leaving directory
`/tmp/kellyt/spack-stage/spack-stage-w0XYhK/SuiteSparse/GraphBLAS/build'
>> 2399 libgraphblas.so.2.0.1: undefined reference to `__fpclassify'
>> 2400 clang-6.0: error: linker command failed with exit code 1 (use -v to
see invocation)
>> 2401 make[4]: *** [wildtype_demo] Error 1
```
+ This error appears because libgraphblas.so requires `-lm`, but that link
dependency is not explicitly listed in GraphBLAS\CMakeLists.txt.
+ A patch file is provided to add this dependency. The patch is only applied
when the compiler is `%clang`.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions