- 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
This commit is contained in:
Ismail Dönmez 2016-09-07 16:20:26 +00:00 committed by Git OBS Bridge
parent ef43c5c10b
commit 8491339a4b
4 changed files with 19 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d9f8d4ea4a65ab68088f3bb557f03a7ac9cb5036ef2ba30546c3a28774a4112
size 10689322

3
openblas-0.2.19.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c40b5e4970f27c5f6911cb0a28aa26b6c83f17418b69f8e5a116bb983ca8557
size 10834034

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 7 15:58:36 UTC 2016 - idonmez@suse.com
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 13 08:12:19 UTC 2016 - dmitry_r@opensuse.org Wed Apr 13 08:12:19 UTC 2016 - dmitry_r@opensuse.org

View File

@ -17,7 +17,7 @@
Name: openblas Name: openblas
Version: 0.2.18 Version: 0.2.19
Release: 0 Release: 0
Summary: An optimized BLAS library based on GotoBLAS2 Summary: An optimized BLAS library based on GotoBLAS2
License: BSD-3-Clause License: BSD-3-Clause
@ -194,11 +194,11 @@ cp %{SOURCE1} .
%endif %endif
# Make serial, threaded and OpenMP versions # Make serial, threaded and OpenMP versions
make -C serial %{?openblas_target} USE_THREAD=0 USE_OPENMP=0 LIBNAMESUFFIX=serial \ make -C serial %{?openblas_target} USE_THREAD=0 USE_OPENMP=0 LIBNAMESUFFIX=serial \
FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64 FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64 V=1
make -C openmp %{?openblas_target} USE_THREAD=1 USE_OPENMP=1 LIBNAMESUFFIX=openmp \ make -C openmp %{?openblas_target} USE_THREAD=1 USE_OPENMP=1 LIBNAMESUFFIX=openmp \
FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64 FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64 V=1
make -C pthreads %{?openblas_target} USE_THREAD=1 USE_OPENMP=0 LIBNAMESUFFIX=pthreads \ make -C pthreads %{?openblas_target} USE_THREAD=1 USE_OPENMP=0 LIBNAMESUFFIX=pthreads \
FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64 FC=gfortran CC=gcc COMMON_OPT="%{optflags}" NUM_THREADS=64 V=1
%install %install
# Install serial library and headers # Install serial library and headers