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

Sébastien Villemot sebastien.villemot at ens.fr
Wed Jan 13 17:47:59 UTC 2010


The following commit has been merged in the master branch:
commit 46cc51f01a8f243c6359a578daf693fd41ead216
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Wed Jan 13 18:06:59 2010 +0100

    New patch, avoids failure when Netlib BLAS is used instead of Atlas

diff --git a/debian/changelog b/debian/changelog
index fc971b3..d38aee9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,10 @@ dynare (4.1.0-1) UNRELEASED; urgency=low
     debian/patches/fhs-compliance,
     debian/patches/testsuite-fs2000:
     Refreshed patches.
+  * debian/patches/testsuite-blas-singularity:
+    New patch, avoids failure when Netlib BLAS is used instead of Atlas.
 
- -- Sébastien Villemot <sebastien.villemot at ens.fr>  Mon, 11 Jan 2010 16:00:13 +0100
+ -- Sébastien Villemot <sebastien.villemot at ens.fr>  Wed, 13 Jan 2010 18:06:29 +0100
 
 dynare (4.0.4-6) unstable; urgency=low
 
diff --git a/debian/patches/series b/debian/patches/series
index 85424f9..0eb39d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+testsuite-blas-singularity
 testsuite-fs2000
 build-matlab
 extra-addpath  # This patch needs to be on top of stack
diff --git a/debian/patches/testsuite-blas-singularity b/debian/patches/testsuite-blas-singularity
new file mode 100644
index 0000000..d12554b
--- /dev/null
+++ b/debian/patches/testsuite-blas-singularity
@@ -0,0 +1,15 @@
+Change a test file in order to avoid hitting a singularity when using BLAS from
+Netlib. Under Atlas, this problem does not pop up.
+--- a/tests/bvar_a_la_sims/bvar_and_dsge.mod
++++ b/tests/bvar_a_la_sims/bvar_and_dsge.mod
+@@ -23,8 +23,8 @@
+ check;
+ 
+ estimation(datafile = bvar_sample, mh_replic = 1200, mh_jscale = 1.3,
+-           first_obs = 9);
++           first_obs = 20);
+ 
+-bvar_density 8;
++bvar_density(bvar_prior_train = 10) 8;
+ 
+ bvar_forecast(forecast = 10, bvar_replic = 2000, nobs = 200) 8;

-- 
dynare



More information about the Pkg-octave-commit mailing list