[xtensor] 02/04: Install the pkgconfig file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Jul 9 22:24:07 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository xtensor.

commit 26a79a6aa14d6263f88677a7dc0cc65f66f84dab
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Jul 9 22:30:26 2017 +0100

    Install the pkgconfig file
---
 debian/rules               | 3 ++-
 debian/xtensor-dev.install | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e34b348..7bda07b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE = 1
 
-BUILD_OPTIONS = -DXTENSOR_CMAKECONFIG_INSTALL_DIR="lib/cmake/xtensor"
+BUILD_OPTIONS = -DCMAKE_INSTALL_LIBDIR="lib" \
+		-DXTENSOR_CMAKECONFIG_INSTALL_DIR="lib/cmake/xtensor"
 
 ifeq (,$(findstring nocheck,$(DEB_BUILD_PROFILES)))
 BUILD_OPTIONS += -DBUILD_TESTS=ON \
diff --git a/debian/xtensor-dev.install b/debian/xtensor-dev.install
index ed71a1d..1490d4e 100644
--- a/debian/xtensor-dev.install
+++ b/debian/xtensor-dev.install
@@ -1,2 +1,3 @@
 usr/include/xtensor
 usr/lib/cmake/xtensor
+usr/lib/pkgconfig/xtensor.pc

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



More information about the debian-science-commits mailing list