[arrayfire] 03/08: Refresh patch queue: - Drop Fix-CBLAS-detection.patch, fixed upstream. - Drop Fix-missing-includes-in-testsuite.patch, applied upstream. - Drop Use-custom-cflags-in-examples.patch, applied upstream.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 6 07:53:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 0881fd3e5c1dad204618918da7ea17a1cb61dcc5
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jan 4 18:41:04 2016 +0000

    Refresh patch queue:
    - Drop Fix-CBLAS-detection.patch, fixed upstream.
    - Drop Fix-missing-includes-in-testsuite.patch, applied upstream.
    - Drop Use-custom-cflags-in-examples.patch, applied upstream.
---
 debian/patches/Fix-CBLAS-detection.patch           | 31 ----------------------
 .../Fix-missing-includes-in-testsuite.patch        | 21 ---------------
 debian/patches/Use-custom-cflags-in-examples.patch | 21 ---------------
 debian/patches/series                              |  4 ---
 4 files changed, 77 deletions(-)

diff --git a/debian/patches/Fix-CBLAS-detection.patch b/debian/patches/Fix-CBLAS-detection.patch
deleted file mode 100644
index c0c13fb..0000000
--- a/debian/patches/Fix-CBLAS-detection.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Date: Tue, 17 Nov 2015 11:22:57 +0000
-Subject: Fix CBLAS detection.
-
----
- CMakeModules/FindCBLAS.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/CMakeModules/FindCBLAS.cmake
-+++ b/CMakeModules/FindCBLAS.cmake
-@@ -280,6 +280,20 @@
-     TRUE)
- ENDIF(NOT CBLAS_LIBRARIES)
- 
-+# Generic BLAS+CBLAS library
-+# Debian based systems have them as single library
-+IF(NOT CBLAS_LIBRARIES)
-+  CHECK_ALL_LIBRARIES(
-+    CBLAS_LIBRARIES
-+    CBLAS
-+    cblas_dgemm
-+    ""
-+    "blas"
-+    "cblas.h"
-+    TRUE,
-+    TRUE)
-+ENDIF(NOT CBLAS_LIBRARIES)
-+
- IF(CBLAS_LIBRARIES)
-   IF (NOT MKL_CBLAS_FOUND)
-     SET(CBLAS_FOUND TRUE)
diff --git a/debian/patches/Fix-missing-includes-in-testsuite.patch b/debian/patches/Fix-missing-includes-in-testsuite.patch
deleted file mode 100644
index f44764f..0000000
--- a/debian/patches/Fix-missing-includes-in-testsuite.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Date: Tue, 8 Dec 2015 08:47:07 +0000
-Subject: Fix missing includes in testsuite.
-
----
- test/testHelpers.hpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/test/testHelpers.hpp b/test/testHelpers.hpp
-index e982e90..cd725fe 100644
---- a/test/testHelpers.hpp
-+++ b/test/testHelpers.hpp
-@@ -13,6 +13,8 @@
- #include <vector>
- #include <algorithm>
- #include <limits>
-+#include <stdexcept>
-+#include <cfloat>
- #include <arrayfire.h>
- #include <af/dim4.hpp>
- #include <af/array.h>
diff --git a/debian/patches/Use-custom-cflags-in-examples.patch b/debian/patches/Use-custom-cflags-in-examples.patch
deleted file mode 100644
index 0c2d481..0000000
--- a/debian/patches/Use-custom-cflags-in-examples.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Date: Sat, 21 Nov 2015 15:57:18 +0000
-Subject: Use custom cflags in examples.
-
----
- examples/CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/examples/CMakeLists.txt
-+++ b/examples/CMakeLists.txt
-@@ -36,8 +36,8 @@
-     SET(CMAKE_CXX_FLAGS "/we4996")
-     SET(CMAKE_C_FLAGS   "/we4996")
- ELSE(WIN32)
--    SET(CMAKE_CXX_FLAGS "-Werror=deprecated-declarations")
--    SET(CMAKE_C_FLAGS   "-Werror=deprecated-declarations")
-+    SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror=deprecated-declarations")
-+    SET(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -Werror=deprecated-declarations")
- ENDIF(WIN32)
- 
- # A macro to build an ArrayFire example
diff --git a/debian/patches/series b/debian/patches/series
index 8a95f06..f64c3c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,8 +1,4 @@
 Use-system-mathjax.patch
 Disable-privacy-breaching-settings.patch
-Fix-CBLAS-detection.patch
 Use-system-gtest.patch
-Use-custom-cflags-in-examples.patch
-Fix-missing-includes-in-testsuite.patch
 Disable-git-usage-in-Doxygen-settings.patch
-Fixing-select-and-replace-tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list