[openblas] 04/06: Refresh other patches.
Sébastien Villemot
sebastien at debian.org
Sat Nov 7 20:48:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository openblas.
commit 17366c6430d3476ad883c20cb50117aad44fd14a
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sat Nov 7 21:39:51 2015 +0100
Refresh other patches.
Gbp-Dch: Ignore
---
debian/patches/always-run-testsuite.patch | 4 ++--
debian/patches/arm-gcc-flags.patch | 2 +-
debian/patches/kfreebsd.patch | 4 ++--
debian/patches/no-embedded-lapack.patch | 8 ++++----
debian/patches/remove-openmp-warning.patch | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/debian/patches/always-run-testsuite.patch b/debian/patches/always-run-testsuite.patch
index 9c1399b..5854045 100644
--- a/debian/patches/always-run-testsuite.patch
+++ b/debian/patches/always-run-testsuite.patch
@@ -9,7 +9,7 @@ Last-Update: 2015-04-29
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
-@@ -110,7 +110,6 @@ endif
+@@ -112,7 +112,6 @@ endif
tests :
ifndef NOFORTRAN
@@ -17,7 +17,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
ifndef CROSS
touch $(LIBNAME)
ifndef NO_FBLAS
-@@ -124,7 +123,6 @@ ifndef NO_CBLAS
+@@ -126,7 +125,6 @@ ifndef NO_CBLAS
endif
endif
endif
diff --git a/debian/patches/arm-gcc-flags.patch b/debian/patches/arm-gcc-flags.patch
index f4ed46a..3ce87c6 100644
--- a/debian/patches/arm-gcc-flags.patch
+++ b/debian/patches/arm-gcc-flags.patch
@@ -9,7 +9,7 @@ Last-Update: 2015-04-29
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.arm
+++ b/Makefile.arm
-@@ -10,8 +10,8 @@ FCOMMON_OPT += -marm -mfpu=vfpv3 -mfloa
+@@ -20,8 +20,8 @@ endif
endif
ifeq ($(CORE), ARMV6)
diff --git a/debian/patches/kfreebsd.patch b/debian/patches/kfreebsd.patch
index 7729c89..8a3b0bf 100644
--- a/debian/patches/kfreebsd.patch
+++ b/debian/patches/kfreebsd.patch
@@ -29,7 +29,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.install
+++ b/Makefile.install
-@@ -63,17 +63,12 @@ endif
+@@ -64,17 +64,12 @@ endif
#for install shared library
ifndef NO_SHARED
@echo Copying the shared library to $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)
@@ -50,7 +50,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
@cd $(DESTDIR)$(OPENBLAS_LIBRARY_DIR) ; \
--- a/Makefile.system
+++ b/Makefile.system
-@@ -212,7 +212,7 @@ ifeq ($(OSNAME), NetBSD)
+@@ -225,7 +225,7 @@ ifeq ($(OSNAME), NetBSD)
MD5SUM = md5 -n
endif
diff --git a/debian/patches/no-embedded-lapack.patch b/debian/patches/no-embedded-lapack.patch
index 95d829e..d6c7e7a 100644
--- a/debian/patches/no-embedded-lapack.patch
+++ b/debian/patches/no-embedded-lapack.patch
@@ -8,7 +8,7 @@ Last-Update: 2014-08-05
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
-@@ -207,57 +207,14 @@ hpl_p :
+@@ -209,57 +209,14 @@ hpl_p :
fi; \
done
@@ -38,7 +38,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
- - at echo "FORTRAN = $(FC)" > $(NETLIB_LAPACK_DIR)/make.inc
- - at echo "OPTS = $(LAPACK_FFLAGS)" >> $(NETLIB_LAPACK_DIR)/make.inc
- - at echo "POPTS = $(LAPACK_FPFLAGS)" >> $(NETLIB_LAPACK_DIR)/make.inc
-- - at echo "NOOPT = $(LAPACK_FFLAGS) -O0" >> $(NETLIB_LAPACK_DIR)/make.inc
+- - at echo "NOOPT = -O0 $(LAPACK_NOOPT)" >> $(NETLIB_LAPACK_DIR)/make.inc
- - at echo "PNOOPT = $(LAPACK_FPFLAGS) -O0" >> $(NETLIB_LAPACK_DIR)/make.inc
- - at echo "LOADOPTS = $(FFLAGS) $(EXTRALIB)" >> $(NETLIB_LAPACK_DIR)/make.inc
- - at echo "CC = $(CC)" >> $(NETLIB_LAPACK_DIR)/make.inc
@@ -72,7 +72,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
large.tgz :
ifndef NOFORTRAN
-@@ -312,9 +269,5 @@ ifeq ($(OSNAME), Darwin)
+@@ -314,9 +271,5 @@ ifeq ($(OSNAME), Darwin)
@rm -rf getarch.dSYM getarch_2nd.dSYM
endif
@rm -f Makefile.conf config.h Makefile_kernel.conf config_kernel.h st* *.dylib
@@ -84,7 +84,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
@echo Done.
--- a/Makefile.install
+++ b/Makefile.install
-@@ -45,14 +45,6 @@ ifndef NO_CBLAS
+@@ -46,14 +46,6 @@ ifndef NO_CBLAS
@sed 's/common/openblas_config/g' cblas.h > $(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/cblas.h
endif
diff --git a/debian/patches/remove-openmp-warning.patch b/debian/patches/remove-openmp-warning.patch
index d596015..67fe548 100644
--- a/debian/patches/remove-openmp-warning.patch
+++ b/debian/patches/remove-openmp-warning.patch
@@ -8,7 +8,7 @@ Last-Update: 2014-02-17
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/driver/others/blas_server.c
+++ b/driver/others/blas_server.c
-@@ -741,16 +741,6 @@ int exec_blas(BLASLONG num, blas_queue_t
+@@ -756,16 +756,6 @@ int exec_blas(BLASLONG num, blas_queue_t
fprintf(STDERR, "Exec_blas is called. Number of executing threads : %ld\n", num);
#endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openblas.git
More information about the debian-science-commits
mailing list