projects
/
mathgl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8375a3c
)
Add c++ compilation include path for pyconfig.h
author
Dimitrios Eftaxiopoulos
<eftaxi12@otenet.gr>
Wed, 26 Dec 2012 21:17:15 +0000
(23:17 +0200)
committer
Dimitrios Eftaxiopoulos
<eftaxi12@otenet.gr>
Wed, 26 Dec 2012 21:17:15 +0000
(23:17 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index d6fe8f7e0962b53b2022c8ee07ad876b673c032f..af59fdcfa8b7760819101bda4f0edad56e384099 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-10,6
+10,8
@@
export DH_VERBOSE=1
export DH_OPTIONS=-v
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
clean:
dh_testdir
dh_auto_clean --buildsystem=cmake
@@
-20,7
+22,7
@@
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
dh_testdir
- dh_auto_configure --buildsystem=cmake
+ dh_auto_configure --buildsystem=cmake
-- -DCMAKE_CXX_FLAGS=-I/usr/include/${DEB_HOST_MULTIARCH}/python2.7
dh_auto_build --buildsystem=cmake
dh_auto_test --buildsystem=cmake