diff options
Diffstat (limited to 'sci-libs/atlas')
-rw-r--r-- | sci-libs/atlas/atlas-3.10.2-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/atlas/atlas-3.10.3.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/atlas/atlas-3.11.41.ebuild | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sci-libs/atlas/atlas-3.10.2-r1.ebuild b/sci-libs/atlas/atlas-3.10.2-r1.ebuild index 88ac1701512c..1d8a2f4ec8b5 100644 --- a/sci-libs/atlas/atlas-3.10.2-r1.ebuild +++ b/sci-libs/atlas/atlas-3.10.2-r1.ebuild @@ -78,8 +78,6 @@ src_configure() { fi elif use ppc || use x86; then myconf+=( "-b 32" ) - elif use ia64; then - myconf+=( "-b 64" ) fi if use fortran; then myconf+=( diff --git a/sci-libs/atlas/atlas-3.10.3.ebuild b/sci-libs/atlas/atlas-3.10.3.ebuild index aa0e6a6826fb..bfc8649524d5 100644 --- a/sci-libs/atlas/atlas-3.10.3.ebuild +++ b/sci-libs/atlas/atlas-3.10.3.ebuild @@ -85,8 +85,6 @@ src_configure() { fi elif use ppc || use x86; then myconf+=( "-b 32" ) - elif use ia64; then - myconf+=( "-b 64" ) fi if use fortran; then myconf+=( diff --git a/sci-libs/atlas/atlas-3.11.41.ebuild b/sci-libs/atlas/atlas-3.11.41.ebuild index f4a8920320ab..59748238dace 100644 --- a/sci-libs/atlas/atlas-3.11.41.ebuild +++ b/sci-libs/atlas/atlas-3.11.41.ebuild @@ -85,8 +85,6 @@ src_configure() { fi elif use ppc || use x86; then myconf+=( "-b 32" ) - elif use ia64; then - myconf+=( "-b 64" ) fi if use fortran; then myconf+=( |