[atlas/private-3.10.1: 2/3] Rebase to 3.10.1

Frantisek Kluknavsky fkluknav at fedoraproject.org
Thu Mar 14 11:46:19 UTC 2013


commit c592155c83559f3699e42f0a654869e1f9ff96d6
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Wed Feb 6 16:40:34 2013 +0100

    Rebase to 3.10.1

 atlas.spec |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/atlas.spec b/atlas.spec
index 1302a78..7637c79 100644
--- a/atlas.spec
+++ b/atlas.spec
@@ -447,6 +447,16 @@ for type in %{types}; do
 	fi
 %endif
 
+%ifarch ppc
+	sed -i 's#ARCH =.*#ARCH = POWER4#' Make.inc
+	sed -i 's#-DATL_ARCH_POWER7#-DATL_ARCH_POWER4#' Make.inc
+	sed -i 's#power7#power4#' Make.inc
+	sed -i 's#-DATL_VSX##' Make.inc
+	sed -i 's#-mvsx##' Make.inc
+	sed -i 's#-DATL_AltiVec##' Make.inc
+	sed -i 's#-m64#-m32#' Make.inc
+%endif
+
 %endif
 	make build
 	cd lib


More information about the scm-commits mailing list