[openblas] 04/07: Refresh patches.
Sébastien Villemot
sebastien at debian.org
Tue Jul 29 19:17:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository openblas.
commit 21dd820b1f3d7fc8947ca31a31c847f7ca51a42d
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Jul 29 18:18:46 2014 +0200
Refresh patches.
Git-Dch: Ignore
---
debian/patches/remove-openmp-warning.patch | 12 ++++++------
debian/patches/test-custom-package.patch | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/patches/remove-openmp-warning.patch b/debian/patches/remove-openmp-warning.patch
index 6584beb..6c55860 100644
--- a/debian/patches/remove-openmp-warning.patch
+++ b/debian/patches/remove-openmp-warning.patch
@@ -8,20 +8,20 @@ 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
-@@ -742,16 +742,6 @@ int exec_blas(BLASLONG num, blas_queue_t
- #ifdef SMP_DEBUG
+@@ -740,16 +740,6 @@ int exec_blas(BLASLONG num, blas_queue_t
fprintf(STDERR, "Exec_blas is called. Number of executing threads : %ld\n", num);
- #endif
--
+ #endif
+
-#ifdef __ELF__
- if (omp_in_parallel && (num > 1)) {
- if (omp_in_parallel() > 0) {
-- fprintf(stderr,
+- fprintf(stderr,
- "OpenBLAS Warning : Detect OpenMP Loop and this application may hang. "
- "Please rebuild the library with USE_OPENMP=1 option.\n");
- }
- }
-#endif
-
+-
if ((num > 1) && queue -> next) exec_blas_async(1, queue -> next);
+ #ifdef TIMING_DEBUG
diff --git a/debian/patches/test-custom-package.patch b/debian/patches/test-custom-package.patch
index c7c639a..66702bb 100644
--- a/debian/patches/test-custom-package.patch
+++ b/debian/patches/test-custom-package.patch
@@ -7,7 +7,7 @@ Last-Update: 2013-07-26
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
-@@ -106,7 +106,6 @@ endif
+@@ -110,7 +110,6 @@ endif
tests :
ifndef NOFORTRAN
@@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
ifndef CROSS
touch $(LIBNAME)
ifndef NO_FBLAS
-@@ -120,7 +119,6 @@ ifndef NO_CBLAS
+@@ -124,7 +123,6 @@ ifndef NO_CBLAS
endif
endif
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