# HG changeset patch # User John Donoghue # Date 1526904347 14400 # Node ID 58d201e9e7473e1ef2fd7a5b76ab6b79aed6b878 # Parent 60424c1f370aac47b194e14e8bbd89a366e87d7e 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 diff -r 60424c1f370a -r 58d201e9e747 build_packages.m --- 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 diff -r 60424c1f370a -r 58d201e9e747 dist-files.mk --- 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 \ diff -r 60424c1f370a -r 58d201e9e747 src/of-statistics-1-cross.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 diff -r 60424c1f370a -r 58d201e9e747 src/of-statistics.mk --- 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