annotate src/of-tsa.mk @ 6161:8fcac4d6d983 release

of-queueing: Fix syntax error with Octave 7 (bug #62314). * src/of-queueing-1-octave7.patch: Add new file. * dist-files.mk: Include new patch.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 14 Apr 2022 19:27:13 +0200
parents 9d94b3f9d28c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-tsa
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
5815
9d94b3f9d28c of-tsa: Update to version 4.6.3
Markus Mützel <markus.muetzel@gmx.de>
parents: 5267
diff changeset
6 $(PKG)_VERSION := 4.6.3
9d94b3f9d28c of-tsa: Update to version 4.6.3
Markus Mützel <markus.muetzel@gmx.de>
parents: 5267
diff changeset
7 $(PKG)_CHECKSUM := 46b39fc968edb2d4e7c2cf9116f8635eca700ca3
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
4327
8e9b2a147e2a of-tsa: update to v4.4.5
John D
parents: 4098
diff changeset
9 $(PKG)_SUBDIR := tsa-$($(PKG)_VERSION)
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := tsa-$($(PKG)_VERSION).tar.gz
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download
3888
e9f98ac0f81d of-tsa.mk: don't depend on libgomp if using system GCC
John W. Eaton <jwe@octave.org>
parents: 3561
diff changeset
12 $(PKG)_DEPS :=
e9f98ac0f81d of-tsa.mk: don't depend on libgomp if using system GCC
John W. Eaton <jwe@octave.org>
parents: 3561
diff changeset
13 ifeq ($(USE_SYSTEM_GCC),no)
e9f98ac0f81d of-tsa.mk: don't depend on libgomp if using system GCC
John W. Eaton <jwe@octave.org>
parents: 3561
diff changeset
14 $(PKG)_DEPS += libgomp
e9f98ac0f81d of-tsa.mk: don't depend on libgomp if using system GCC
John W. Eaton <jwe@octave.org>
parents: 3561
diff changeset
15 endif
4449
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4327
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: 4327
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: 4327
diff changeset
18 endif
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 define $(PKG)_UPDATE
4543
7d1e45c2f175 update: more PKG_UPDATE updates, added update-octaveforge target
John D
parents: 4449
diff changeset
21 $(OCTAVE_FORGE_PKG_UPDATE)
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 endef
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 define $(PKG)_BUILD
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
25 $(OCTAVE_FORGE_PKG_BUILD)
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
26 endef