[clblas] 05/06: d/rules: initial commit

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:39 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 clblas.

commit 0ddab2cfc829ba2dc6c0be436a3169705be0521e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun May 24 19:17:28 2015 +0100

    d/rules: initial commit
---
 debian/rules | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d68dbec
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+%:
+	dh $@ --sourcedirectory=src \
+		--buildsystem=cmake \
+		--parallel \
+		--dbg-package=libclblas2-dbg
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		-DBUILD_RUNTIME=ON \
+		-DBUILD_TEST=OFF \
+		-DBUILD_PERFORMANCE=OFF \
+		-DBUILD_SAMPLE=OFF \
+		-DBUILD_CLIENT=ON \
+		-DBUILD_KTEST=ON \
+		-DBUILD_SHARED_LIBS=ON

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



More information about the debian-science-commits mailing list