[SCM] Mathpiper: a Java Computer Algebra System branch, master, updated. debian/0.81f+svn4469+dfsg2-1-9-g3273871
Giovanni Mascellani
mascellani at poisson.phc.unipi.it
Fri Mar 2 23:51:46 UTC 2012
The following commit has been merged in the master branch:
commit e144c007b4d43aee9b66955d026117e31fd70636
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Mon Feb 27 14:26:08 2012 +0100
Build Lisp scripts.
diff --git a/debian/rules b/debian/rules
index 16f9ec7..dcb59f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,12 @@ override_dh_auto_build:
true
override_dh_auto_clean:
- true
+ rm -f reduceimg.log default.img
override_jh_build:
jh_build -N
+ # Compile the Lisp scripts and put them into the JAR
+ CLASSPATH=$CLASSPATH:./mathpiper.jar java -Xmx300M -Xms300M -Xss8M org.mathpiper.mpreduce.Jlisp -w -v -z -o default.img lib/build_scripts/buildreduce.lsp -D at srcdir=lib/build_scripts -- reduceimg.log
+ jar uf mathpiper.jar default.img
+
--
Mathpiper: a Java Computer Algebra System
More information about the pkg-java-commits
mailing list