comparison src/of-stk.mk @ 6601:98ecad68549e

* src/of-stk.mk: update to v2.8.0
author John Donoghue <john.donoghue@ieee.org>
date Sun, 08 Jan 2023 17:13:59 -0500
parents b4a35073a152
children 7e8ce3ac045c
comparison
equal deleted inserted replaced
6600:5c2e6f122cc6 6601:98ecad68549e
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := of-stk 4 PKG := of-stk
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.7.0 6 $(PKG)_VERSION := 2.8.0
7 $(PKG)_CHECKSUM := f8063a77b2cc7e79cda3623a412cbbff5471bd38 7 $(PKG)_CHECKSUM := d186472c78578d0d6dc2f35327b77f7dd2836819
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := stk 9 $(PKG)_SUBDIR := stk
10 $(PKG)_FILE := stk-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := stk-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_URL := https://github.com/stk-kriging/stk/releases/download/$($(PKG)_VERSION)/stk-$($(PKG)_VERSION)-octpkg.tar.gz
12 $(PKG)_DEPS := 13 $(PKG)_DEPS :=
14 https://github.com/stk-kriging/stk
13 15
14 ifeq ($(ENABLE_BINARY_PACKAGES),yes) 16 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
15 $(PKG)_DEPS += $(OCTAVE_TARGET) 17 $(PKG)_DEPS += $(OCTAVE_TARGET)
16 endif 18 endif
17 19
18 define $(PKG)_UPDATE 20 define $(PKG)_UPDATE
19 $(OCTAVE_FORGE_PKG_UPDATE) 21 $(call GITHUB_PKG_UPDATE,stk-kriging,stk,)
20 endef 22 endef
21 23
22 define $(PKG)_BUILD 24 define $(PKG)_BUILD
23 $(OCTAVE_FORGE_PKG_BUILD) 25 $(OCTAVE_FORGE_PKG_BUILD)
24 endef 26 endef