annotate src/of-stk.mk @ 7223:09b1697eff3a default tip @

* src/qtbase.mk, src/qtimageformats.mk, src/qtsvg.mk, src/qttools.mk, src/qttranslations.mk: update to v5.15.14
author John Donoghue <john.donoghue@ieee.org>
date Sun, 26 May 2024 20:23:00 -0400
parents 7e8ce3ac045c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3910
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
3
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
4 PKG := of-stk
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
6757
7e8ce3ac045c * src/of-stk.mk: update to v2.8.1
John Donoghue <john.donoghue@ieee.org>
parents: 6601
diff changeset
6 $(PKG)_VERSION := 2.8.1
7e8ce3ac045c * src/of-stk.mk: update to v2.8.1
John Donoghue <john.donoghue@ieee.org>
parents: 6601
diff changeset
7 $(PKG)_CHECKSUM := 125dcf45346c408222cdcc60cd5f257b544dbe53
3910
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := stk
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := stk-$($(PKG)_VERSION).tar.gz
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
6601
98ecad68549e * src/of-stk.mk: update to v2.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 6098
diff changeset
12 $(PKG)_URL := https://github.com/stk-kriging/stk/releases/download/$($(PKG)_VERSION)/stk-$($(PKG)_VERSION)-octpkg.tar.gz
3910
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
13 $(PKG)_DEPS :=
6601
98ecad68549e * src/of-stk.mk: update to v2.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 6098
diff changeset
14 https://github.com/stk-kriging/stk
3910
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
15
4449
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4388
diff changeset
16 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: 4388
diff changeset
17 $(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: 4388
diff changeset
18 endif
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4388
diff changeset
19
3910
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
20 define $(PKG)_UPDATE
6601
98ecad68549e * src/of-stk.mk: update to v2.8.0
John Donoghue <john.donoghue@ieee.org>
parents: 6098
diff changeset
21 $(call GITHUB_PKG_UPDATE,stk-kriging,stk,)
3910
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
22 endef
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
23
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
24 define $(PKG)_BUILD
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
25 $(OCTAVE_FORGE_PKG_BUILD)
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
26 endef