annotate src/of-statistics.mk @ 7090:61344d2f44df

* src/of-statistics.mk: update to v1.6.4
author John Donoghue <john.donoghue@ieee.org>
date Sun, 03 Mar 2024 12:03:50 -0500
parents 6bb0c9b2a285
children 4791c53481b6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2958
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 # This file is part of MXE.
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 # See index.html for further information.
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 PKG := of-statistics
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
7090
61344d2f44df * src/of-statistics.mk: update to v1.6.4
John Donoghue <john.donoghue@ieee.org>
parents: 7068
diff changeset
6 $(PKG)_VERSION := 1.6.4
61344d2f44df * src/of-statistics.mk: update to v1.6.4
John Donoghue <john.donoghue@ieee.org>
parents: 7068
diff changeset
7 $(PKG)_CHECKSUM := 7c2bcd2e8f62ed3823c4ac8c5553a8709721a1b3
5531
eae508c12529 Add build rule for build-octave (bug #49503).
Markus Mützel <markus.muetzel@gmx.de>
parents: 5353
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
6438
802dd54c177c of-statistics: update to v1.5.0
John Donoghue <john.donoghue@ieee.org>
parents: 6008
diff changeset
9 $(PKG)_SUBDIR := statistics-release-$($(PKG)_VERSION)
2958
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 $(PKG)_FILE := statistics-$($(PKG)_VERSION).tar.gz
6438
802dd54c177c of-statistics: update to v1.5.0
John Donoghue <john.donoghue@ieee.org>
parents: 6008
diff changeset
11 $(PKG)_URL := https://github.com/gnu-octave/statistics/archive/refs/tags/release-$($(PKG)_VERSION).tar.gz
3345
290e049823c9 Octave-forge pks: support file listing and pre-compilation (for MSVC).
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3012
diff changeset
12 $(PKG)_DEPS := of-io
2958
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13
4449
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4234
diff changeset
14 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4234
diff changeset
15 $(PKG)_DEPS += $(OCTAVE_TARGET)
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4234
diff changeset
16 endif
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4234
diff changeset
17
2958
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 define $(PKG)_UPDATE
6510
4b8764444acb Create common github call define and start using it
John Donoghue <john.donoghue@ieee.org>
parents: 6438
diff changeset
19 $(call GITHUB_PKG_UPDATE,gnu-octave,statistics,release-)
2958
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 endef
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 define $(PKG)_BUILD
3345
290e049823c9 Octave-forge pks: support file listing and pre-compilation (for MSVC).
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3012
diff changeset
23 $(OCTAVE_FORGE_PKG_BUILD)
2958
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 endef