annotate src/of-tsa.mk @ 5534:372ea4c0afb2

Move of-ocs PKG_XXXX to inst dir and add break patch * src/of-ocs-3-break-fixes.patch, src/of-ocs-4-pkgadd-fixes.patch: new files * dist-files.mk: add ref to files
author John Donoghue <john.donoghue@ieee.org>
date Sun, 13 Sep 2020 08:15:14 -0400
parents 92b6fce85f02
children 9d94b3f9d28c
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 :=
5267
92b6fce85f02 * update nan and tsa
John Donoghue
parents: 4543
diff changeset
6 $(PKG)_VERSION := 4.6.2
92b6fce85f02 * update nan and tsa
John Donoghue
parents: 4543
diff changeset
7 $(PKG)_CHECKSUM := cf4ba9ebb1ad80d5ea8bddacdb3681dec8986c80
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