3
0
Fork 0
forked from mirrors/nixpkgs

libint: make enableFMA default dependent of hostPlatform flags

This commit is contained in:
Markus Kowalewski 2021-09-03 14:15:37 +02:00
parent 509699b37e
commit 94c4410f7c
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -1,6 +1,7 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool
, python3, perl, gmpxx, mpfr, boost, eigen, gfortran, cmake
, enableFMA ? false, enableFortran ? true
, enableFMA ? stdenv.hostPlatform.fmaSupport
, enableFortran ? true
}:
let