diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-06-17 21:12:02 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-06-17 21:12:02 +0000 |
commit | e8954cbdbafc0ddf247d881bc51c3ecfcac7dc4e (patch) | |
tree | 10256e079b9beedfc69d928286ae3d53edd3adc9 /profiles | |
parent | fix textrel warning patch to not blow up on static binaries #136499 by Ryan H... (diff) | |
download | historical-e8954cbdbafc0ddf247d881bc51c3ecfcac7dc4e.tar.gz historical-e8954cbdbafc0ddf247d881bc51c3ecfcac7dc4e.tar.bz2 historical-e8954cbdbafc0ddf247d881bc51c3ecfcac7dc4e.zip |
use.mask'ed blas and lapack on ia64 due to lacking keywords.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ia64/use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default-linux/ia64/use.mask b/profiles/default-linux/ia64/use.mask index d836e8a49883..4a3c77d0b115 100644 --- a/profiles/default-linux/ia64/use.mask +++ b/profiles/default-linux/ia64/use.mask @@ -1,5 +1,9 @@ # This is a list of USE flags that should not be used on ia64. +# There is no stable blas/lapack implementation on ia64 (yet) +blas +lapack + # These will probably never be supported, for obvious reasons (wrong arch) svga icc |