[med-svn] [libhmsbeagle] 01/01: Try to build using OpenCL
Andreas Tille
tille at debian.org
Wed Oct 21 12:39:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libhmsbeagle.
commit 509970095ab2d7ab2a0107249e887c7067d7f109
Author: Andreas Tille <tille at debian.org>
Date: Wed Oct 21 14:39:01 2015 +0200
Try to build using OpenCL
---
debian/changelog | 6 ++++++
debian/control | 4 +++-
debian/rules | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7256a4a..a434cc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhmsbeagle (2.1.2+20150609-2) UNRELEASED; urgency=medium
+
+ * Build using OpenCL
+
+ -- Andreas Tille <tille at debian.org> Wed, 21 Oct 2015 12:01:45 +0200
+
libhmsbeagle (2.1.2+20150609-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 7690af1..a21fbf6 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,9 @@ Build-Depends: debhelper (>= 9),
default-jdk (>= 1:1.6),
ant,
dh-linktree,
- libjs-jquery
+ libjs-jquery,
+ libpoclu-dev,
+ ocl-icd-opencl-dev
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libhmsbeagle.git
Vcs-Git: git://anonscm.debian.org/debian-med/libhmsbeagle.git
diff --git a/debian/rules b/debian/rules
index 346e97a..bc1f840 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ use_sse := $(shell if [ `dpkg-architecture -qDEB_BUILD_ARCH` = amd64 ] ; then ec
override_dh_auto_configure:
./autogen.sh
- dh_auto_configure -- --enable-doxygen-man --enable-march-native=no --enable-sse=$(use_sse)
+ dh_auto_configure -- --enable-doxygen-man --enable-march-native=no --enable-sse=$(use_sse) --with-opencl=/usr/include/CL
override_dh_auto_build:
$(MAKE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libhmsbeagle.git
More information about the debian-med-commit
mailing list