From 559467f8f76b138c891675e4f974b7ec715103bd Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 30 Jul 2020 10:30:56 +0200 Subject: Patch to disable printing of time in some circumstances. --- debian/patches/0005-Disable-printing-of-time.patch | 23 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 24 insertions(+) create mode 100644 debian/patches/0005-Disable-printing-of-time.patch (limited to 'debian') diff --git a/debian/patches/0005-Disable-printing-of-time.patch b/debian/patches/0005-Disable-printing-of-time.patch new file mode 100644 index 0000000..9f84bf4 --- /dev/null +++ b/debian/patches/0005-Disable-printing-of-time.patch @@ -0,0 +1,23 @@ +From: Gard Spreemann +Date: Thu, 30 Jul 2020 10:30:09 +0200 +Subject: Disable printing of time. + +Per SciPy commit + 04cd360b25c4bb1b831895f51b653ac282afc78c +--- + lbfgsb.f | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/lbfgsb.f b/lbfgsb.f +index 501879b..59f0a97 100644 +--- a/lbfgsb.f ++++ b/lbfgsb.f +@@ -2873,8 +2873,6 @@ c ************ + if (info .eq. -8) write (6,9018) + if (info .eq. -9) write (6,9019) + endif +- if (iprint .ge. 1) write (6,3007) cachyt,sbtime,lnscht +- write (6,3008) time + if (iprint .ge. 1) then + if (info .eq. -4 .or. info .eq. -9) then + write (itfile,3002) diff --git a/debian/patches/series b/debian/patches/series index ed25a9a..ab69b8c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ replace-linpack-with-lapack.patch silence.patch 0003-Prevent-bound-violation.patch 0004-Fix-NaN-propagation.patch +0005-Disable-printing-of-time.patch -- cgit v1.2.3