[feel++] 02/05: Disable doxygen
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Apr 19 14:18:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository feel++.
commit c205cae17ce1c2dc0362892c2cb2bb698bb4d756
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Apr 19 16:13:22 2016 +0200
Disable doxygen
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index caf5530..0cc7487 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ feel++ (1:0.101.1-1) UNRELEASED; urgency=medium
[ Gianfranco Costamagna ]
* Use default clang version.
+ * Disable doxygen documentation, upstream didn't provide the api directory.
-- Mattia Rizzolo <mattia at debian.org> Mon, 18 Apr 2016 15:19:40 +0000
diff --git a/debian/rules b/debian/rules
index 721edca..b4a3d67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,13 +6,14 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --parallel --buildsystem=cmake
+# disable DOXYGEN, https://github.com/feelpp/feelpp/issues/738
override_dh_auto_configure:
dh_auto_configure -O--buildsystem=cmake -- \
-DCMAKE_BUILD_TYPE=Release \
-DPETSC_ARCH=$(PETSC_ARCH)-c-opt \
-DPETSC_EXECUTABLE_RUNS=ON \
-DBUILD_TESTING=ON \
- -DFEELPP_ENABLE_DOXYGEN=ON \
+ -DFEELPP_ENABLE_DOXYGEN=OFF \
-DFEELPP_ENABLE_DOCUMENTATION=ON \
-DFEELPP_MINIMAL_CONFIGURATION=ON \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git
More information about the debian-science-commits
mailing list