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
@@ -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