openblas/openblas-0.2.6-libs.patch
Corot Sebastien 1218b58a91 Accepting request 157145 from home:scorot:branches:science
- version 0.2.6
  * Improved OpenMP performance slightly. (d744c9)
  * Improved cblas.h compatibility with Intel MKL.(#185)
  * Fixed the overflowing bug in single thread cholesky factorization.
  * Fixed the overflowing buffer bug of multithreading hbmv and sbmv.(#174)
  * Added AMD Bulldozer x86-64 S/DGEMM AVX kernels. (Thank Werner Saar) We will tune the performance in future.
  * Auto-detect Intel Xeon E7540.
  * Fixed the overflowing buffer bug of gemv. (#173)
  * Fixed the bug of s/cdot about invalid reading NAN on x86_64. (#189)
- rebase patch0 openblas-0.2.6-libs.patch

OBS-URL: https://build.opensuse.org/request/show/157145
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=18
2013-03-03 10:23:31 +00:00

28 lines
616 B
Diff

diff -aruN xianyi-OpenBLAS-87b4d0c.orig/exports/Makefile xianyi-OpenBLAS-87b4d0c/exports/Makefile
--- xianyi-OpenBLAS-87b4d0c.orig/exports/Makefile 2013-03-02 07:42:06.000000000 +0100
+++ xianyi-OpenBLAS-87b4d0c/exports/Makefile 2013-03-02 17:14:17.414240016 +0100
@@ -18,10 +18,9 @@
NO_LAPACKE = 0
endif
-ifeq ($(OSNAME), WINNT)
ifeq ($(F_COMPILER), GFORTRAN)
EXTRALIB += -lgfortran
-endif
+
ifeq ($(USE_OPENMP), 1)
ifeq ($(C_COMPILER), GCC)
EXTRALIB += -lgomp
@@ -29,11 +28,6 @@
endif
endif
-ifeq ($(OSNAME), CYGWIN_NT)
-ifeq ($(F_COMPILER), GFORTRAN)
-EXTRALIB += -lgfortran
-endif
-endif
all::