[sundials] 23/76: update patch

Andreas Tille tille at debian.org
Sun Feb 5 18:44:52 UTC 2017


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

tille pushed a commit to branch master
in repository sundials.

commit 06fccedfb5bddceb6f94b74d85589ff8d55b1e4e
Author: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
Date:   Thu Jun 7 09:14:31 2012 +0000

    update patch
---
 debian/patches/octave-sundialstb.patch | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/patches/octave-sundialstb.patch b/debian/patches/octave-sundialstb.patch
index 920d242..6177f4c 100644
--- a/debian/patches/octave-sundialstb.patch
+++ b/debian/patches/octave-sundialstb.patch
@@ -1,7 +1,7 @@
-Index: sundials-2.4.0/sundialsTB/install_STB.m
+Index: sundials-2.5.0/sundialsTB/install_STB.m
 ===================================================================
---- sundials-2.4.0.orig/sundialsTB/install_STB.m	2011-11-16 14:42:09.000000000 +0100
-+++ sundials-2.4.0/sundialsTB/install_STB.m	2011-11-16 14:46:25.000000000 +0100
+--- sundials-2.5.0.orig/sundialsTB/install_STB.m	2012-03-21 23:47:00.000000000 +0100
++++ sundials-2.5.0/sundialsTB/install_STB.m	2012-06-07 10:47:47.000000000 +0200
 @@ -9,7 +9,7 @@
  % MEX compiler command
  % --------------------
@@ -11,7 +11,7 @@ Index: sundials-2.4.0/sundialsTB/install_STB.m
  
  % Location of sundialsTB and top of sundials source tree
  % ------------------------------------------------------
-@@ -46,41 +46,11 @@
+@@ -46,48 +46,18 @@
  % Figure out what modules exist and which ones will be built
  % ----------------------------------------------------------
  
@@ -57,6 +57,14 @@ Index: sundials-2.4.0/sundialsTB/install_STB.m
  
  % Create sundials_config.h
  % ------------------------
+ 
+ mkdir('sundials');
+ fi = fopen(fullfile('sundials','sundials_config.h'),'w');
+-fprintf(fi,'#define SUNDIALS_PACKAGE_VERSION "2.4.0"\n');
++fprintf(fi,'#define SUNDIALS_PACKAGE_VERSION "2.5.0"\n');
+ fprintf(fi,'#define SUNDIALS_DOUBLE_PRECISION 1\n');
+ fprintf(fi,'#define SUNDIALS_USE_GENERIC_MATH 1\n');
+ fprintf(fi,'#define SUNDIALS_EXPORT\n');
 @@ -117,17 +87,15 @@
  % ------------------
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list