[clfft] 42/50: dependency on libopencl1
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri May 29 08:19:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.
commit 42e645c53deac414c3cb31827d6aecc895fd8e65
Author: Jerome Kieffer <kieffer at edna-site.org>
Date: Wed Apr 29 18:39:29 2015 +0200
dependency on libopencl1
---
debian/control | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index a4ad439..68edf91 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: clfft
Priority: extra
Maintainer: Jerome Kieffer <jerome.kieffer at esrf.fr>
Build-Depends: debhelper (>= 9), cmake, dh-exec, libboost-all-dev, doxygen,
- opencl-headers, libstdc++-4.9-dev|libstdc++-dev
+ opencl-headers, libstdc++-4.9-dev|libstdc++-dev, libgtest-dev,
+ ocl-icd-libopencl1|amd-libopencl1|nvidia-libopencl1
Standards-Version: 3.9.4
Section: libs
Homepage: https://github.com/clMathLibraries/clFFT
diff --git a/debian/rules b/debian/rules
index f6ce7ce..387abad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --buildsystem cmake --parallel --sourcedirectory=src --dbg-package=libclfft2-dbg
+ dh $@ --buildsystem cmake --parallel --sourcedirectory=src --dbg-package=libclfft2-dbg
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list