annotate src/of-nurbs.mk @ 4664:d09fabbfdc17

of-netcdf: update to 1.0.12 * build_packages.m: update netcdf version * dist-files.mk: remove ref to of-netcdf-1-fixes.patch * src/of-netcdf.mk: update version, checksum, update rule * src/of-netcdf-1-fixes.patch: removed
author John Donoghue
date Tue, 17 Apr 2018 13:22:05 -0400
parents 7d1e45c2f175
children 290b6f67946c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3899
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-nurbs
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
4381
48ff10ecae2d of-nurbs: update to 1.3.13
John D
parents: 4023
diff changeset
6 $(PKG)_VERSION := 1.3.13
48ff10ecae2d of-nurbs: update to 1.3.13
John D
parents: 4023
diff changeset
7 $(PKG)_CHECKSUM := ae884f4edf4ee121928ff40e2e06372d2ef8f50a
3899
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
4381
48ff10ecae2d of-nurbs: update to 1.3.13
John D
parents: 4023
diff changeset
9 $(PKG)_SUBDIR := nurbs-$($(PKG)_VERSION)
3899
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := nurbs-$($(PKG)_VERSION).tar.gz
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
4007
8fc810f8ff93 conditionally depend on mpfr and libgomp
John W. Eaton <jwe@octave.org>
parents: 3903
diff changeset
12 $(PKG)_DEPS :=
8fc810f8ff93 conditionally depend on mpfr and libgomp
John W. Eaton <jwe@octave.org>
parents: 3903
diff changeset
13 ifeq ($(USE_SYSTEM_GCC),no)
8fc810f8ff93 conditionally depend on mpfr and libgomp
John W. Eaton <jwe@octave.org>
parents: 3903
diff changeset
14 $(PKG)_DEPS += libgomp
8fc810f8ff93 conditionally depend on mpfr and libgomp
John W. Eaton <jwe@octave.org>
parents: 3903
diff changeset
15 endif
3899
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16
4449
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4381
diff changeset
17 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: 4381
diff changeset
18 $(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: 4381
diff changeset
19 endif
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4381
diff changeset
20
3899
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 define $(PKG)_UPDATE
4543
7d1e45c2f175 update: more PKG_UPDATE updates, added update-octaveforge target
John D
parents: 4449
diff changeset
22 $(OCTAVE_FORGE_PKG_UPDATE)
3899
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 endef
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
25 define $(PKG)_BUILD
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
26 $(OCTAVE_FORGE_PKG_BUILD)
1778bfc775d2 Add nurbs package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
27 endef