[pybind11] 03/13: Prevent multiple install of headers

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Sep 14 11:28:04 UTC 2017


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

ghisvail-guest pushed a commit to branch experimental
in repository pybind11.

commit 51e35b9309796779b7cee14ad2cb25986c186390
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Sep 14 09:57:11 2017 +0100

    Prevent multiple install of headers
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index e9a59ae..86a1aff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE = 1
 
+# Prevent install of headers by setup.py.
+export PYBIND11_USE_CMAKE=1
+
 export PYBUILD_NAME = pybind11
 
 CONFIGURE_ARGS = -DPYBIND11_INSTALL:BOOL=ON

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



More information about the debian-science-commits mailing list