[med-svn] [libsbml] 01/01: Add a possible fix for Andreas' cmake woes

Kevin Murray daube-guest at moszumanska.debian.org
Thu Dec 17 11:40:00 UTC 2015


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

daube-guest pushed a commit to branch daube/possible-cmake-fix
in repository libsbml.

commit 317f738233022f7f214df20b30c556e3b270e05c
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Thu Dec 17 22:37:26 2015 +1100

    Add a possible fix for Andreas' cmake woes
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5079ef1..d29b67d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ ifdef BIND_MATLAB
 CMAKE_OPTS := $(shell cat debian/cmake_opts)
 endif
 
+# This is the path to the javadoc jar, which doc/CMakeLists.txt doesn't find
+CMAKE_OPTS += -DJava_JAVADOC_JAR=/usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
+
 ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
 CMAKE_OPTS += -D'WITH_01_COMPILE:BOOL=ON'
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsbml.git



More information about the debian-med-commit mailing list