diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-12-05 02:47:32 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-12-05 02:47:32 +0000 |
commit | c5148805466a5f05d2a14e097d9501e2b8b81f8d (patch) | |
tree | 9a39e27122fd90175996de41de233841410af1ff /profiles | |
parent | eclass/linux-build: enforce requirements for IKHEADERS (diff) | |
download | portage-c5148805466a5f05d2a14e097d9501e2b8b81f8d.tar.xz |
profiles/common: disable USE=lapack
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index e8db31de..2a73b7a5 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -21,7 +21,7 @@ CPU_FLAGS_X86="${CPU_FLAGS_X86} mmx mmxext sse sse2" USE="verify-sig" # Languages -USE="${USE} -fortran" +USE="${USE} -fortran -lapack" # Charset USE="${USE} unicode" |