[libgpuarray] 06/21: Drop the patch queue, no longer required
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Jul 17 09:13:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository libgpuarray.
commit d38082e48ace579a6e0c5f6bb64b59b1c1ed3e74
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Jul 16 22:54:00 2017 +0100
Drop the patch queue, no longer required
---
debian/patches/provide-import-paths.patch | 23 -----------------------
debian/patches/series | 2 --
debian/patches/set-soversion.patch | 15 ---------------
3 files changed, 40 deletions(-)
diff --git a/debian/patches/provide-import-paths.patch b/debian/patches/provide-import-paths.patch
deleted file mode 100644
index ba5ca59..0000000
--- a/debian/patches/provide-import-paths.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: import paths are also needed on Debian
-Author: Daniel Stender <stender at debian.org>
-Forwarded: not-needed
-Last-Update: 2016-10-03
-
---- a/setup.py
-+++ b/setup.py
-@@ -70,13 +70,13 @@
-
- include_dirs = [np.get_include()]
- library_dirs = []
--if sys.platform == 'win32':
-+if sys.platform:
- # This is a hack so users don't need to do many steps for windows install
- # Just use the default location.
- current_dir = os.path.abspath(os.path.dirname(__file__))
- include_dirs += [os.path.join(current_dir, 'src')]
-
-- default_bin_dir = os.path.join(current_dir, 'lib', 'Release')
-+ default_bin_dir = os.path.join(current_dir, 'lib')
- if not os.path.isdir(default_bin_dir):
- raise RuntimeError('default binary dir {} does not exist, you may need to build the C library in release mode')
- library_dirs += [default_bin_dir]
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b818d46..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-provide-import-paths.patch
-set-soversion.patch
diff --git a/debian/patches/set-soversion.patch b/debian/patches/set-soversion.patch
deleted file mode 100644
index 2ce2c93..0000000
--- a/debian/patches/set-soversion.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: set SONAME for shared library
-Author: Daniel Stender <stender at debian.org>
-Forwarded: no
-Last-Update: 2016-10-03
-
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -161,6 +161,7 @@
- COMPILE_FLAGS "-DGPUARRAY_BUILDING_DLL -DGPUARRAY_SHARED"
- INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib
- MACOSX_RPATH OFF
-+ SOVERSION 0
- )
-
- add_library(gpuarray-static STATIC ${GPUARRAY_SRC})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgpuarray.git
More information about the debian-science-commits
mailing list