changeset 4701:58d201e9e747

of-statistics: update to v1.4.0 * src/of-statistics-1-cross.patch: new file * build_packages.m: update statistics version * dist-files.mk: add ref to of-statistics-1-cross.patch * src/of-statistics.mk: update version, checksum
author John Donoghue
date Mon, 21 May 2018 08:05:47 -0400
parents 60424c1f370a
children 85ac971a1bf0
files build_packages.m dist-files.mk src/of-statistics-1-cross.patch src/of-statistics.mk
diffstat 4 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build_packages.m	Mon May 21 07:51:37 2018 -0400
+++ b/build_packages.m	Mon May 21 08:05:47 2018 -0400
@@ -37,7 +37,7 @@
   try_install communications-1.2.1.tar.gz
   try_install image-2.6.2.tar.gz
   try_install io-2.4.11.tar.gz
-  try_install statistics-1.3.0.tar.gz
+  try_install statistics-1.4.0.tar.gz
   try_install geometry-3.0.0.tar.gz
   try_install windows-1.3.0.tar.gz
   try_install odepkg-0.8.5.tar.gz
--- a/dist-files.mk	Mon May 21 07:51:37 2018 -0400
+++ b/dist-files.mk	Mon May 21 08:05:47 2018 -0400
@@ -520,6 +520,7 @@
   of-sparsersb.mk \
   of-specfun.mk \
   of-splines.mk \
+  of-statistics-1-cross.patch \
   of-statistics.mk \
   of-stk.mk \
   of-strings-1-fixes.patch \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/of-statistics-1-cross.patch	Mon May 21 08:05:47 2018 -0400
@@ -0,0 +1,12 @@
+diff -ur statistics-1.4.0.orig/utils/conditional_installation.m statistics-1.4.0/utils/conditional_installation.m
+--- statistics-1.4.0.orig/utils/conditional_installation.m	2018-05-21 07:55:58.881279480 -0400
++++ statistics-1.4.0/utils/conditional_installation.m	2018-05-21 07:58:13.197213866 -0400
+@@ -24,7 +24,7 @@
+   ## build system, and this file here has to be configured as follows:
+   ##
+   ## Set this to true if you have considered the next step.
+-  configured = false;
++  configured = true;
+   ##
+   ## If core Octave called at the build system has the same statistics
+   ## functions as the core Octave you build for, leave the following
--- a/src/of-statistics.mk	Mon May 21 07:51:37 2018 -0400
+++ b/src/of-statistics.mk	Mon May 21 08:05:47 2018 -0400
@@ -3,8 +3,8 @@
 
 PKG             := of-statistics
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.3.0
-$(PKG)_CHECKSUM := 01cc538d2e9e07f8b9892936c69a2312bd16c295
+$(PKG)_VERSION  := 1.4.0
+$(PKG)_CHECKSUM := d93dc9430aba313b9bca23080140b41bcda6a9fe
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := statistics-$($(PKG)_VERSION)
 $(PKG)_FILE     := statistics-$($(PKG)_VERSION).tar.gz