[Pkg-octave-commit] [SCM] dynare branch, master, updated. f60125e16237cd04026dc5b3ac1b07f766e96f31

Thomas Weber thomas.weber.mail at gmail.com
Mon Sep 28 21:50:40 UTC 2009


tags 548572 pending
thanks

The following commit has been merged in the master branch:
commit d3d2a15e98b1539153c8624d13a6ac055b851c5e
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Mon Sep 28 22:27:21 2009 +0200

    Add --no-history when calling octave (bug fix for 548572)

diff --git a/debian/changelog b/debian/changelog
index 4228b0f..4bed7f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dynare (4.0.4-5) UNRELEASED; urgency=low
+
+  * Pass --no-history flag to Octave at build time, to avoid writing to a
+    non-existant directory (closes: #548572)
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Mon, 28 Sep 2009 21:20:45 +0200
+
 dynare (4.0.4-4) unstable; urgency=low
 
   [ Sébastien Villemot ]
diff --git a/debian/rules b/debian/rules
index 521947f..3671c47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ build-stamp:
 	make -C preprocessor
 
 	# Building Octave MEX/OCT files
-	cd mex/sources && octave build_octave.m
+	cd mex/sources && octave --no-history build_octave.m
 
 	# Building documentation
 	make -C doc

-- 
dynare



More information about the Pkg-octave-commit mailing list