Update to 3.10.2 (bug #1118596)
- Autodetect arm arch - Add arch_option for ppc64le
This commit is contained in:
parent
c5bccf55f6
commit
2940efa59b
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ K7323DNow.tgz
|
||||
/POWER332.tar.bz2
|
||||
/ARMv732NEON.tar.bz2
|
||||
/lapack-3.5.0.tgz
|
||||
/atlas3.10.2.tar.bz2
|
||||
|
17
atlas.spec
17
atlas.spec
@ -1,11 +1,11 @@
|
||||
%define enable_native_atlas 0
|
||||
|
||||
Name: atlas
|
||||
Version: 3.10.1
|
||||
Version: 3.10.2
|
||||
%if "%{?enable_native_atlas}" != "0"
|
||||
%define dist .native
|
||||
%endif
|
||||
Release: 22%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Automatically Tuned Linear Algebra Software
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -295,8 +295,6 @@ ix86 architecture.
|
||||
%endif
|
||||
|
||||
%ifarch %{arm}
|
||||
#beware - arch constant can change between releases
|
||||
%define arch_option -A 46
|
||||
%define threads_option -t 2
|
||||
%global armflags -DATL_ARM_HARDFP=1
|
||||
%global mode %{nil}
|
||||
@ -308,6 +306,12 @@ ix86 architecture.
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# disable the archdef for ppc64le
|
||||
# do it only one time.
|
||||
%ifarch ppc64le
|
||||
%define arch_option -Si archdef 0
|
||||
%endif
|
||||
|
||||
%prep
|
||||
#uname -a
|
||||
#cat /proc/cpuinfo
|
||||
@ -827,6 +831,11 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 14 2015 Orion Poplawski <orion@cora.nwra.com> - 3.10.2-1
|
||||
- Update to 3.10.2 (bug #1118596)
|
||||
- Autodetect arm arch
|
||||
- Add arch_option for ppc64le
|
||||
|
||||
* Thu Mar 05 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 3.10.1-22
|
||||
- lapack bundled again, mark this.
|
||||
|
||||
|
14
sources
14
sources
@ -1,13 +1 @@
|
||||
9ddf8c76e5e9781c542b712f704460e1 IBMz1032.tgz
|
||||
ee4cbc1f15cb4cd5f5266969a4bc62a7 IBMz1064.tgz
|
||||
edd3cb5602c6282e4a30691e728bd064 IBMz19632.tgz
|
||||
21f630520058859ad0b8b798bd17dc5a IBMz19664.tgz
|
||||
3f174cdcb4c964843f27dbfc4ad4b1c8 K7323DNow.tgz
|
||||
676548252837b1e458181111443f340f PPRO32.tgz
|
||||
ebb4732aff468bbc223e7f734252173b USII32.tgz
|
||||
31f8ae7583d290e5414a1a61ff6e7e39 USII64.tgz
|
||||
78753e869231cc1417a92eebaa076718 atlas3.10.1.tar.bz2
|
||||
93f108a072913fa1dbb2fcb6ca7c229a IBMz932.tar.bz2
|
||||
f3e4ca175b5ffc49dce7f3c37f791827 IBMz964.tar.bz2
|
||||
27e7baa49c588299260188afa78303dc POWER332.tar.bz2
|
||||
af1f95e19d7afaf0342fb1377ec94817 ARMv732NEON.tar.bz2
|
||||
a4e21f343dec8f22e7415e339f09f6da atlas3.10.2.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user