Commit Graph

96 Commits

Author SHA1 Message Date
Marcin Juszkiewicz 6a17475b1c Refreshed AArch64 patch 2015-06-10 20:19:20 +02:00
Dan Horák 049545a9bc - drop upstreamed s390 patch 2015-06-05 11:51:27 +02:00
Frantisek Kluknavsky 9a6d77d550 include all single-threaded wrapper libraries in -static subpackage
- bz#1222079
2015-05-20 14:07:34 +02:00
Orion Poplawski da91cc64e6 Fixup sources 2015-05-14 11:39:07 -06:00
Orion Poplawski 2940efa59b Update to 3.10.2 (bug #1118596)
- Autodetect arm arch
- Add arch_option for ppc64le
2015-05-14 11:32:35 -06:00
Frantisek Kluknavsky c5bccf55f6 lapack bundled again, mark this. 2015-03-05 15:49:29 +01:00
Susi Lehtola bf44b5d377 Drop unnecessary devel package requirements on lapack-devel. 2015-02-08 05:43:42 +01:00
Susi Lehtola b21a4fe1c8 Static link to system LAPACK as in earlier releases of Fedora. 2015-02-07 07:39:47 +01:00
Frantisek Kluknavsky 3f7c964eea updated chkconfig and dependencies of atlas-devel after unbundling 2015-01-28 17:26:24 +01:00
Frantisek Kluknavsky 01531f84c8 unbundled lapack (only a few modified routines shipped with atlas sources are supposed to stay) 2015-01-23 23:23:49 +01:00
Jaromir Capik f7d47dc9a3 patching for Power8 to pass performance tunings and tests on P8 builders 2014-10-30 18:29:59 +01:00
Orion Poplawski 9371c38444 Drop %defattr() and BuildRoot 2014-10-24 13:31:00 -06:00
Orion Poplawski 8a3c0ce3cf Fix alternatives install 2014-10-24 13:29:11 -06:00
Frantisek Kluknavsky 5a588758d4 added pkgconfig file 2014-10-23 18:54:39 +02:00
Frantisek Kluknavsky 46bc45dbe7 added pkgconfig file 2014-10-23 18:49:45 +02:00
Peter Robinson 932ed464ac - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 21:41:23 +00:00
Dennis Gilmore 6d51f79182 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 20:58:42 -05:00
Peter Robinson 93e9bf9d18 - Don't fail build on make check on aarch64 due to issues with tests
- Unbreak AArch64 build.
- ARMv8 is different from ARMv7 so should not be treated as such. Otherwise
  atlas tries to do some crazy ARMv764 build and fail.
2014-02-24 09:16:09 +00:00
Frantisek Kluknavsky ecd0c2adff updated lapack to 3.5.0 2013-11-20 12:31:28 +01:00
Frantisek Kluknavsky 100afcd2b2 updated subpackage description 2013-11-13 16:45:39 +01:00
Frantisek Kluknavsky 2c71620acc patch for aarch64 from https://bugzilla.redhat.com/attachment.cgi?id=755555 2013-11-05 14:07:26 +01:00
Frantisek Kluknavsky e381725c32 patch for aarch64 from https://bugzilla.redhat.com/attachment.cgi?id=755555 2013-11-05 13:59:24 +01:00
Frantisek Kluknavsky 6c8df60df6 Provides: bundled(lapack) 2013-10-16 14:09:14 +02:00
Frantisek Kluknavsky ce70abdb41 make check on arm enabled - seems to work 2013-10-10 11:38:15 +02:00
Orion Poplawski ff52573f7d Drop debug for now 2013-10-02 21:04:23 -06:00
Orion Poplawski 885b47ab37 - Add -DATL_ARM_HARDFP=1 for arm build
- Rework how arm flags are set
- Add some diag output for still failing arm test
2013-10-02 20:40:35 -06:00
Frantisek Kluknavsky 6dbfdbf430 disable tests on arm to allow update for x86 2013-09-30 13:52:10 +02:00
Frantisek Kluknavsky 64a1bfa23d disable tests on arm to allow update for x86 2013-09-30 12:41:46 +02:00
Frantisek Kluknavsky 7fe7cb921f disable affinity to prevent crash on systems with fewer cpus 2013-09-24 16:53:36 +02:00
Frantisek Kluknavsky 48e39087ac disable affinity to prevent crash on systems with fewer cpus 2013-09-24 16:33:16 +02:00
Orion Poplawski f8e736600e Add %check section 2013-09-23 14:05:44 -06:00
Frantisek Kluknavsky 381f2c21f2 gitignore updated 2013-09-23 09:23:41 +02:00
Frantisek Kluknavsky 225ecb7519 add misssing source file 2013-09-20 17:07:11 +02:00
Frantisek Kluknavsky 84e3e0e998 modified arm archdef uploaded as source 2013-09-20 16:56:08 +02:00
Frantisek Kluknavsky 3ba016b393 bogus in changelog after merge 2013-09-20 16:46:33 +02:00
Frantisek Kluknavsky a0b20b5850 bogus datum in changelog 2013-09-20 16:30:36 +02:00
Frantisek Kluknavsky caba23768a lapack source was uploaded to git instead of lookaside cache by mistake 2013-09-20 16:28:32 +02:00
Frantisek Kluknavsky 62670b4e6a Rebase to 3.10.1
- Dropped x86_64-SSE2, ix86-SSE1, ix86-3DNow, z10, z196 (uncompilable).
- Modified incompatible patches.
- Added armv7neon support, modified archdef from softfp abi to hard abi.
- Modified Make.lib to include build-id, soname, versioned library name and symlinks.
- Now builds monolithic libsatlas (serial) and libtatlas (threaded)
  libraries with lapack and blas included.
- Lapack source tarball needed instead of static library.
- Disabled cpu throttling detection again (sorry, could not work on atlas
  otherwise, feel free to enable yet again - atlas-throttling.patch).
- Removed mentions of "Fedora" to promote redistribution.
- Modified parts of atlas.spec sometimes left in place, work still in progress,
  cleanup needed.
2013-09-20 16:01:10 +02:00
Dennis Gilmore f974d7b834 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 21:28:58 -05:00
Peter Robinson 22e70d5336 Rebuild for ARM glibc/binutils issues 2013-01-27 19:52:15 +00:00
Orion Poplawski f16f534ed7 Rebuild with lapack 3.4.1 2012-09-07 13:59:55 -06:00
Orion Poplawski c842a31147 Fix changelog format typo 2012-08-09 11:22:52 -06:00
Orion Poplawski cd38f96a58 Thu Aug 09 2012 Orion Poplawski <orion@nwra.com> - 3.8.4-6
- Add patch to properly pass -melf_* to the linker with -Wl (bug 817552)
2012-08-09 11:21:53 -06:00
Dennis Gilmore 82bd247d7f - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 12:04:16 -05:00
Dennis Gilmore 4ee67fc971 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 16:01:15 -06:00
Deji Akingunola 1baaf569a9 Tweak spec file to selectively apply arch patches 2011-09-01 21:14:14 -04:00
Deji Akingunola 6e9c4c1580 Aply patch to enable arm build (Patch provided by Jitesh Shah <jiteshs@marvell.com>)
Stop turning off throttle checking, upstream frown at it (seems O.K. for Koji)
2011-09-01 19:43:22 -04:00
Dan Horák b46b995cfc Use -march=z10 for z196 optimised build because the builder is a z10
(Christian Bornträger)
2011-06-22 23:11:45 +02:00
Deji Akingunola c479c806d1 Add s390 patch 2011-06-15 16:24:36 -04:00
Deji Akingunola 8a1f9ddb2c Update to 3.8.4
Build the default package for SSE2 and add a SSE3 subpackage on x86_64
Apply patch (and arch defs.) to build on s390 and s390x (Dan Horák)
Fix-up build on s390 and s390x (Christian Bornträger)
2011-06-15 16:17:53 -04:00