Commit Graph

73 Commits

Author SHA256 Message Date
Dominique Leuenberger
ef578d378d Accepting request 668899 from science
OBS-URL: https://build.opensuse.org/request/show/668899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=23
2019-02-01 10:43:32 +00:00
Dmitry Roshchin
7498fdfdf4 Accepting request 663321 from home:namtrac:branches:science
- Update to versiom 0.3.5
  common:
    * Loop unrolling in TRMV has been enabled again.
    * A domain error in the thread workload distribution for SYRK
      has been fixed.
    * gmake builds will now automatically add -fPIC to the build
      options if the platform requires it.
    * A pthreads key leakage (and associate crash on dlclose) in
      the USE_TLS codepath was fixed.
    * Building of the utest cases on systems that do not provide
      an implementation of complex.h was fixed.
  x86_64:
    * The SkylakeX code was changed to compile on OSX.
    * Unwanted application of the -march=skylake-avx512 option
      to the common code parts of a DYNAMIC_ARCH build was fixed.
    * Improved performance of SGEMM for small workloads on Skylake X.
    * Performance of SGEMM and DGEMM was improved on Haswell.
  armv8:
    * A configuration error that broke the CNRM2 kernel was corrected.
    * Compilation of the GEMM kernels with CMAKE was fixed.
    * DYNAMIC_ARCH builds are now available with CMAKE as well.
    * Using CMAKE for cross-compilation to the new cpu TARGETs
      introduced in 0.3.4 now works.
  power:
    * A problem in cpu autodetection for AIX has been corrected.

OBS-URL: https://build.opensuse.org/request/show/663321
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=72
2019-01-27 09:00:38 +00:00
Dominique Leuenberger
e1661ca281 Accepting request 656137 from science
OBS-URL: https://build.opensuse.org/request/show/656137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=22
2018-12-10 11:23:35 +00:00
Dmitry Roshchin
f70e95f316 Accepting request 656046 from home:namtrac:branches:science
- Update to version 0.3.4
  common:
    * The new, experimental thread-local memory allocation had
      inadvertently been left enabled for gmake builds in 0.3.3
      despite the announcement. It is now disabled by default,
      and single-threaded builds will keep using the old
      allocator even if the USE_TLS option is turned on.
    * OpenBLAS will now provide enough buffer space for at least
      50 threads by default.
    * The output of openblas_get_config() now contains the version
      number.
    * A serious thread safety bug in GEMV operation with small M and
      large N size has been fixed.
    * The code will now automatically call blas_thread_init after
      a fork if needed before handling a call to
      openblas_set_num_threads
    * Accesses to parallelized level3 functions from multiple
      callers are now serialized to avoid thread races
      (unless using OpenMP).
    * This should provide better performance than the
      known-threadsafe (but non-default)
      USE_SIMPLE_THREADED_LEVEL3 option.
    * When building LAPACK with gfortran, -frecursive is now
      (again) enabled by default to ensure correct behaviour.
    * The OpenBLAS version cblas.h now supports both CBLAS_ORDER
      and CBLAS_LAYOUT as the name of the matrix row/column order
      option.
    * Externally set LDFLAGS are now passed through to the final
      compile/link
    * steps to facilitate setting platform-specific linker flags.

OBS-URL: https://build.opensuse.org/request/show/656046
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=70
2018-12-07 19:31:33 +00:00
Dominique Leuenberger
41bc179432 Accepting request 640893 from science
OBS-URL: https://build.opensuse.org/request/show/640893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=21
2018-10-22 09:01:53 +00:00
Dmitry Roshchin
0737842b18 Accepting request 640892 from home:Dmitry_R:branches:science
- Update to version 0.3.3 
  common:
    * thread memory allocation has been switched back to the method used before version 0.3.1 due to unexpected problems caused by the new code under some circumstances.
    * LAPACK PR272 has been integrated, which fixes spurious errors in DSYEVR and related functions caused by missing conversion from ILAENV to ILAENV_2STAGE in several _2stage routines.
  x86_64
    * added AVX512 implementations of SDOT, DDOT, SAXPY, DAXPY, DSCAL, DGEMVN and DSYMVL
    * added a workaround for a cygwin issue that prevented compilation of AVX512 code

OBS-URL: https://build.opensuse.org/request/show/640892
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=68
2018-10-09 21:01:55 +00:00
Dmitry Roshchin
868106f937 Accepting request 629943 from home:namtrac:branches:science
- Update to version 0.3.2
  common:
    * Fixes for regressions caused by the rewrite of the thread
      initialization code in 0.3.1
  x86_64:
    * Added autodetection of AMD Ryzen 2
    * Fixed build with older versions of MSVC
  power:
    * Fixed cpu autodetection for the BSDs
  mips64:
    * Fixed utest errors in AXPY, DSDOT, ROT and SWAP
- Version 0.3.1
  common:
    * Rewritten thread initialization code with significantly
      reduced overhead
    * Added CBLAS interfaces to the IxAMIN BLAS extension functions
    * Fixed the lapack-test target
    * CMAKE builds now create an OpenBLASConfig.cmake file
    * ZAXPY now uses a single thread for small input sizes
    * The LAPACK code was updated from Reference-LAPACK/lapack#253
  power:
    * Corrected CROT and ZROT behaviour with zero INC_X
  armv7:
    * Corrected xDOT behaviour with zero INC_X or INC_Y
  x86_64:
    * Retired some older targets of DYNAMIC_ARCH builds to a
      new option DYNAMIC_OLDER, this affects PENRYN,DUNNINGTON,
      OPTERON,OPTERON_SSE3,BOBCAT,ATOM and NANO (which will still
      be supported via the slower PRESCOTT kernels when this option
      is not set)

OBS-URL: https://build.opensuse.org/request/show/629943
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=67
2018-08-17 20:04:11 +00:00
Dominique Leuenberger
8012c759d5 Accepting request 573788 from science
- add openblas-s390.patch to build on s390 (bsc#1079513).

OBS-URL: https://build.opensuse.org/request/show/573788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=20
2018-02-10 16:54:17 +00:00
0deb6f1a78 - add openblas-s390.patch to build on s390 (bsc#1079513).
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=65
2018-02-07 16:25:42 +00:00
7e03e03396 Accepting request 571250 from home:oertel:branches:science
- add openblas-s390.patch to build on s390

OBS-URL: https://build.opensuse.org/request/show/571250
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=64
2018-02-07 16:13:12 +00:00
Dmitry Roshchin
eeb9603ad7 Accepting request 573243 from home:eeich:branches:science
- OpenBLAS doesn't support s390: do not build it there (bsc#1079513).

OBS-URL: https://build.opensuse.org/request/show/573243
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=63
2018-02-06 09:34:52 +00:00
Dominique Leuenberger
171266836a Accepting request 562358 from science
OBS-URL: https://build.opensuse.org/request/show/562358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=19
2018-01-16 08:25:35 +00:00
2a92468570 Accepting request 562259 from home:eeich:branches:fix-compilers-hpc
- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES.
- Fix library package requires - use HPC macro (boo#1074890).
- Fix unexpanded rpm macro in environment module file for HPC (boo#1074897).

OBS-URL: https://build.opensuse.org/request/show/562259
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=61
2018-01-07 21:00:47 +00:00
Dominique Leuenberger
58916bd0b9 Accepting request 546641 from science
OBS-URL: https://build.opensuse.org/request/show/546641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=18
2017-12-03 09:05:29 +00:00
Dmitry Roshchin
c628de499b Accepting request 546005 from home:michel_mno:branches:science
- Add -mvsx option for ppc64 archi (not required for ppc64le)
  to avoid ./kernel/power/sasum_microk_power8.c:41:3: error:
  '__vector' undeclared (first use in this function); ...

OBS-URL: https://build.opensuse.org/request/show/546005
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=59
2017-11-30 09:57:24 +00:00
Dominique Leuenberger
8f2b60e604 Accepting request 534890 from science
1

OBS-URL: https://build.opensuse.org/request/show/534890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=17
2017-10-18 14:15:24 +00:00
3fa5455661 Accepting request 534889 from home:eeich:branches:science
- Still tuning parameters for the build in the OBS ring.

OBS-URL: https://build.opensuse.org/request/show/534889
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=57
2017-10-18 08:10:36 +00:00
fcc6124211 - Add magic to limit the number of flavors built in the
in the OBS ring.

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=56
2017-10-17 13:39:15 +00:00
Dmitry Roshchin
48de63cb9e Accepting request 533655 from home:eeich:hpc_alt
- Generate baselib.conf dynamically and only for the non-HPC
  builds: this avoids issues with the source validator.

- Convert openblas to multibuild.
- Add HPC build using environment modules.
  (FATE#321708).
- fix-arm64-cpuid-return.patch
  Fix CPUID detection on ARM (From OHPC).

OBS-URL: https://build.opensuse.org/request/show/533655
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=55
2017-10-16 15:00:39 +00:00
Dominique Leuenberger
eff762f359 Accepting request 515929 from science
1

OBS-URL: https://build.opensuse.org/request/show/515929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=16
2017-08-24 16:20:27 +00:00
Dmitry Roshchin
2dc7521b9a Accepting request 515927 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/515927
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=53
2017-08-10 14:07:44 +00:00
Dmitry Roshchin
e2a59c91a4 Accepting request 513093 from home:badshah400:branches:science
- Update to version 0.2.20:
  * common:
    - Improved CMake support
    - Fixed several thread race and locking bugs
    - Fixed default LAPACK optimization level
    - Updated LAPACK to 3.7.0
    - Added ReLAPACK (https://github.com/HPAC/ReLAPACK), make
      BUILD_RELAPACK=1
  * POWER:
    - Optimizations for Power9
    - Fixed several Power8 assembly bugs
  * ARM:
    - New optimized Vulcan and ThunderX2T99 targets
    - Support for ARMV7 SOFT_FP ABI  (make ARM_SOFTFP_ABI=1)
    - Detect all cpu cores including offline ones
    - Fix compilation with CLANG
    - Support building a shared library for Android
  * MIPS:
    - Fixed several threading issues
    - Fix compilation with CLANG
  * x86_64:
    - Detect Intel Bay Trail and Apollo Lake
    - Detect Intel Sky Lake and Kaby Lake
    - Detect Intel Knights Landing
    - Detect AMD A8, A10, A12 and Ryzen
    - Support 64bit builds with Visual Studio
    - Fix building with Intel and PGI compilers
    - Fix building with MINGW and TDM-GCC
    - Fix cmake builds for Haswell and related cpus
    - Fix building for Sandybridge with CLANG 3.9

OBS-URL: https://build.opensuse.org/request/show/513093
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=52
2017-08-02 19:43:10 +00:00
Dominique Leuenberger
a3f249a019 Accepting request 496480 from science
1

OBS-URL: https://build.opensuse.org/request/show/496480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=15
2017-05-27 11:09:09 +00:00
Dmitry Roshchin
82ccf7a9ca Accepting request 495825 from home:msmeissn:branches:science
- 0001-Fix-power8-asm.patch: fixed power8 assembly (bsc#1039397)

OBS-URL: https://build.opensuse.org/request/show/495825
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=50
2017-05-19 07:51:55 +00:00
Dominique Leuenberger
30879e69be Accepting request 425332 from science
- Update to version 0.2.19
  POWER:
    * Optimize BLAS on Power8
    * Fixed Julia+OpenBLAS bugs on Power8
  MIPS:
    * Optimize BLAS on MIPS P5600 and I6400
  ARM:
    * Improved on ARM Cortex-A57

OBS-URL: https://build.opensuse.org/request/show/425332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=14
2016-09-08 15:39:21 +00:00
Ismail Dönmez
8491339a4b - Update to version 0.2.19
POWER:
    * Optimize BLAS on Power8
    * Fixed Julia+OpenBLAS bugs on Power8
  MIPS:
    * Optimize BLAS on MIPS P5600 and I6400
  ARM:
    * Improved on ARM Cortex-A57

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=48
2016-09-07 16:20:26 +00:00
Dominique Leuenberger
a11baa4a82 Accepting request 389142 from science
1

OBS-URL: https://build.opensuse.org/request/show/389142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=13
2016-04-14 11:08:01 +00:00
Dmitry Roshchin
ef43c5c10b Accepting request 389139 from home:Dmitry_R:branches:science
- Update to version 0.2.18
  ARM:
    * Provide DGEMM 8x4 kernel for Cortex-A57
  POWER:
    * Optimize S and C BLAS3 on Power8
    * Optimize BLAS2/1 on Power8

OBS-URL: https://build.opensuse.org/request/show/389139
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=46
2016-04-13 09:42:05 +00:00
Dominique Leuenberger
344684f14a Accepting request 377043 from science
1

OBS-URL: https://build.opensuse.org/request/show/377043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=12
2016-03-26 14:25:49 +00:00
Dmitry Roshchin
a35b003df1 Accepting request 377040 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/377040
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=44
2016-03-21 22:35:54 +00:00
Dominique Leuenberger
c68e395f06 Accepting request 374094 from science
1

OBS-URL: https://build.opensuse.org/request/show/374094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=11
2016-03-18 20:42:23 +00:00
Dmitry Roshchin
b830f494d3 Accepting request 374076 from home:namtrac:branches:science
- Update to version 0.2.16
  * Upgrade LAPACK to 3.6.0 version.
  * Disable multi-threading for small size swap and ger.
  * Improve small zger, zgemv, ztrmv using stack alloction.
  * Let openblas_get_num_threads return the number of active threads.
  * Fix LAPACK Dormbr, Dormlq bug.
  * Avoid potential getenv segfault.
  * Import LAPACK svn bugfix #142-#147,#150-#155
  * Optimize trsm kernels for AMD Bulldozer, Piledriver, Steamroller.
  * Detect Intel Avoton.
  * Detect AMD Trinity, Richland, E2-3200.
  * Optimize c/zgemv for AMD Bulldozer, Piledriver, Steamroller
  * Fix bug with scipy linalg test.
  * Support and optimize Cortex-A57 AArch64.
  * Update ARMV6 kernels.
  * Improve DGEMM for ARM Cortex-A57.
  * Fix detection of POWER architecture.
  * Optimize D and Z BLAS3 functions for Power8.
- Remove openblas-libs.patch, not needed.

OBS-URL: https://build.opensuse.org/request/show/374076
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=42
2016-03-17 07:56:09 +00:00
Dominique Leuenberger
07238a89c7 Accepting request 341266 from science
1

OBS-URL: https://build.opensuse.org/request/show/341266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=10
2015-10-28 16:31:15 +00:00
Dmitry Roshchin
435f704e97 Accepting request 341265 from home:Dmitry_R:branches:science
- Update to version 0.2.15
  * Enable MAX_STACK_ALLOC flags by default.
  * Improve ger and gemv for small matrices.
  * Improve gemv parallel with small m and large n case.
  * Improve ?imatcopy when lda==ldb
  * Add vecLib benchmarks
  * Fix LAPACK lantr for row major matrices
  * Fix LAPACKE lansy
  * Import bug fixes for LAPACKE s/dormlq, c/zunmlq
  * Raise the signal when pthread_create fails
  * Drop obsolete openblas-arm64-build.patch
  x86/x86-64:
    * Support pure C generic kernels for x86/x86-64.
    * Support Intel Boardwell and Skylake by Haswell kernels.
    * Support AMD Excavator by Steamroller kernels.
    * Optimize s/d/c/zdot for Intel SandyBridge and Haswell.
    * Optimize s/d/c/zdot for AMD Piledriver and Steamroller.
    * Optimize s/d/c/zapxy for Intel SandyBridge and Haswell.
    * Optimize s/d/c/zapxy for AMD Piledriver and Steamroller.
    * Optimize d/c/zscal for Intel Haswell, dscal for Intel SandyBridge.
    * Optimize d/c/zscal for AMD Bulldozer, Piledriver and Steamroller.
    * Optimize s/dger for Intel SandyBridge.
    * Optimize s/dsymv for Intel SandyBridge.
    * Optimize ssymv for Intel Haswell.
    * Optimize dgemv for Intel Nehalem and Haswell.
    * Optimize dtrmm for Intel Haswell.
  ARM:
    * Support Android NDK armeabi-v7a-hard ABI (-mfloat-abi=hard)
    * Fix lock, rpcc bugs
  POWER:

OBS-URL: https://build.opensuse.org/request/show/341265
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=40
2015-10-28 07:50:54 +00:00
Dominique Leuenberger
60ea29f822 Accepting request 322040 from science
- Change library name suffix
  * drop openblas-soname.patch
- Add RPM %post script for manual BLAS/LAPACK update-alternatives
  configuration update
- Use update-alternatives mechanism for OpenBLAS variants (serial,
  openmp, pthreads). pthreads variant is default for x86 and x86_64,
  OpenMP for other architectures.
- Fix build on ARM64
  * openblas-arm64-build.patch
- Add update-alternatives mechanism for CBLAS
- Provide cmake module
- Delete info about host cpu from openblas_config.h for dynamic arch
- Add update-alternatives to 'preup' and 'post' requires list for 
  libraries
- Add README.SUSE

OBS-URL: https://build.opensuse.org/request/show/322040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=9
2015-08-12 13:15:19 +00:00
Dmitry Roshchin
9e74d420ec - Change library name suffix
* drop openblas-soname.patch
- Add RPM %post script for manual BLAS/LAPACK update-alternatives
  configuration update
- Use update-alternatives mechanism for OpenBLAS variants (serial,
  openmp, pthreads). pthreads variant is default for x86 and x86_64,
  OpenMP for other architectures.
- Fix build on ARM64
  * openblas-arm64-build.patch
- Add update-alternatives mechanism for CBLAS
- Provide cmake module
- Delete info about host cpu from openblas_config.h for dynamic arch
- Add update-alternatives to 'preup' and 'post' requires list for 
  libraries
- Add README.SUSE

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=38
2015-08-12 08:12:08 +00:00
Dominique Leuenberger
4f95bf9f13 Accepting request 305141 from science
1

OBS-URL: https://build.opensuse.org/request/show/305141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=8
2015-05-06 05:48:46 +00:00
Dmitry Roshchin
d541b436fe Accepting request 305140 from home:Dmitry_R:branches:science
- Update to version 0.2.14
  * Improve ger and gemv for small matrices by stack allocation.
    e.g. make -DMAX_STACK_ALLOC=2048
  * Introduce openblas_get_num_threads and openblas_get_num_procs.
  * Add ATLAS-style ?geadd function.
  * Fix c/zsyr bug with negative incx.
  * Fix race condition during shutdown causing a crash in
    gotoblas_set_affinity().
  x86/x86-64:
  * Support AMD Streamroller.
  ARM:
  * Add Cortex-A9 and Cortex-A15 targets.

OBS-URL: https://build.opensuse.org/request/show/305140
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=36
2015-05-03 07:25:46 +00:00
Dominique Leuenberger
9ebdb238e7 Accepting request 263947 from science
- Update to version 0.2.13
  * Add SYMBOLPREFIX and SYMBOLSUFFIX makefile options
    for adding a prefix or suffix to all exported symbol names
    in the shared library.
  * Remove openblas-0.1.0-soname.patch
  * Add openblas-soname.patch
  * Rebase openblas-noexecstack.patch
  x86/x86-64:
  * Add generic kernel files for x86-64. make TARGET=GENERIC
  * Fix a bug of sgemm kernel on Intel Sandy Bridge.
  * Fix c_check bug on some amd64 systems.
  ARM:
  * Support APM's X-Gene 1 AArch64 processors.
  * Optimize trmm and sgemm.

OBS-URL: https://build.opensuse.org/request/show/263947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=7
2014-12-10 22:44:15 +00:00
Dmitry Roshchin
c6f985351a - Update to version 0.2.13
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=34
2014-12-04 08:50:14 +00:00
Dmitry Roshchin
465538538d Accepting request 263945 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/263945
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=33
2014-12-04 08:48:36 +00:00
Stephan Kulow
50442f87ab Accepting request 257421 from science
1

OBS-URL: https://build.opensuse.org/request/show/257421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=6
2014-10-18 07:09:47 +00:00
Dmitry Roshchin
bbf55ca159 Accepting request 257419 from home:Dmitry_R:branches:science
- Update to version 0.2.12
  * Added CBLAS interface for ?omatcopy and ?imatcopy.
  * Enable ?gemm3m functions.
  * Added benchmark for ?gemm3m.
  * Optimized multithreading lower limits.
  * Disabled SYMM3M and HEMM3M functions because of segment violations.
  x86/x86-64:
  * Improved axpy and symv performance on AMD Bulldozer.
  * Improved gemv performance on modern Intel and AMD CPUs.

OBS-URL: https://build.opensuse.org/request/show/257419
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=31
2014-10-17 16:18:42 +00:00
3183426b08 Accepting request 245138 from science
1

OBS-URL: https://build.opensuse.org/request/show/245138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=4
2014-08-20 08:51:09 +00:00
Dmitry Roshchin
0198eb424b Accepting request 245137 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/245137
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=29
2014-08-18 21:35:30 +00:00
Stephan Kulow
22d9f5929b Accepting request 241395 from science
1

OBS-URL: https://build.opensuse.org/request/show/241395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=3
2014-07-18 12:03:54 +00:00
Dmitry Roshchin
ecffa8bd76 Accepting request 241394 from home:Dmitry_R:branches:science
- Update to version 0.2.10
  * Added BLAS extensions as following.
    s/d/c/zaxpby, s/d/c/zimatcopy, s/d/c/zomatcopy.
  * Added OPENBLAS_CORETYPE environment for dynamic_arch. (a86d34)
  * Support outputing the CPU corename on runtime.(#407)
  * Patched LAPACK to fix bug 114, 117, 118. 
   (http://www.netlib.org/lapack/bug_list.html)
  * Disabled ?gemm3m for a work-around fix. (#400)
  * Fixed lots of bugs for optimized kernels on sandybridge,Haswell, 
    bulldozer, and piledriver.
  * Remove obsolete openblas-0.2.9-gcc-warnings.patch

OBS-URL: https://build.opensuse.org/request/show/241394
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=27
2014-07-17 23:21:38 +00:00
Stephan Kulow
228d22bb5f Accepting request 237017 from science
- Update to version 0.2.9
  * Update LAPACK to 3.5.0 version
  * Fixed compatiable issues with Clang and Pathscale compilers.
  * Added OPENBLAS_VERBOSE environment variable.(#338)
  * Make OpenBLAS thread-pool resilient to fork via pthread_atfork.
    (#294)
  * Rewrote rotmg
  * Fixed sdsdot bug.
  * Improved the result for LAPACK testing. (#372)
  x86/x86-64:
  * Optimization on Intel Haswell.
  * Enable optimization kernels on AMD Bulldozer and Piledriver.
  * Detect Intel Haswell for new Macbook.
  * To improve LAPACK testing, we fallback some kernels. (#372)
    https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
  ARM:
  * Support ARMv6 and ARMv7 ISA.
  * Optimization on ARM Cortex-A9.
- Update patches:
  * openblas-0.2.8-libs.patch
  * openblas-0.2.8-noexecstack.patch
  to
  * openblas-libs.patch
  * openblas-noexecstack.patch
- Fix gcc warnings (#385)
  * openblas-0.2.9-gcc-warnings.patch

OBS-URL: https://build.opensuse.org/request/show/237017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=2
2014-06-16 19:29:33 +00:00
Dmitry Roshchin
861eea5119 Fix patch name
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=25
2014-06-12 20:06:06 +00:00
Dmitry Roshchin
31685c8f35 Fix changes file
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=24
2014-06-12 19:52:20 +00:00