diff options
author | bernhardkaindl <43588962+bernhardkaindl@users.noreply.github.com> | 2021-09-27 17:58:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 08:58:47 -0700 |
commit | 0cc80f5118071d4855a4a99c7b656a773bf408df (patch) | |
tree | 8ced39cb9dff25624f37e7f5f693a3c25d914964 /NOTICE | |
parent | ffedc3637c397e23c1d02d1aed99c8e75cc174a1 (diff) | |
download | spack-0cc80f5118071d4855a4a99c7b656a773bf408df.tar.gz spack-0cc80f5118071d4855a4a99c7b656a773bf408df.tar.bz2 spack-0cc80f5118071d4855a4a99c7b656a773bf408df.tar.xz spack-0cc80f5118071d4855a4a99c7b656a773bf408df.zip |
spindle: It seems it needs mpi.h to compile, adding depends on mpi. (#26151)
Workaround this compile error for gcc by adding -Wno-narrowing for it:
spindle_logd.cc:65:76: error: narrowing conversion of '255' from 'int' to 'char'
spindle_logd.cc:65:76: error: narrowing conversion of '223' from 'int' to 'char'
spindle_logd.cc:65:76: error: narrowing conversion of '191' from 'int' to 'char'
spindle 0.8.1 wants to compile tests with mpi.h, newer versions need mpicc,
thus add: depends_on("mpi"). Spindle supports the --no-mpi to disable MPI.
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions