Merge pull request #136578 from markuskowa/fix-libint

libint: make enableFMA default dependent of hostPlatform flags
This commit is contained in:
markuskowa 2021-09-03 16:43:04 +02:00 committed by GitHub
commit 2be939de5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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