fftw: disable using openmp w/musl
For now anyway, since we build w/o support for it IIRC.
This commit is contained in:
parent
ad09de4d13
commit
3413562111
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
# all x86_64 have sse2
|
||||
# however, not all float sizes fit
|
||||
++ optional (stdenv.isx86_64 && (precision == "single" || precision == "double") ) "--enable-sse2"
|
||||
++ optional stdenv.cc.isGNU "--enable-openmp"
|
||||
++ optional (stdenv.cc.isGNU && !stdenv.hostPlatform.isMusl) "--enable-openmp"
|
||||
# doc generation causes Fortran wrapper generation which hard-codes gcc
|
||||
++ optional (!withDoc) "--disable-doc";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user