annotate src/msys2-mpdecimal.mk @ 5531:eae508c12529

Add build rule for build-octave (bug #49503). * src/build-octave.mk: Add new build rule for build-octave which can be used for cross-building binary packages that depend on Octave as a build tool. * dist-files.mk: Add new file to list. * index.html: Add new package to list. * src/of-communications.mk, src/of-image.mk, src/of-mapping.mk, src/of-optiminterp.mk, src/of-sparsersb.mk, src/of-statistics.mk, src/of-windows.mk: Add optional dependency on build-octave. * configure.ac: Add new configure switch "--disable-system-octave" that is needed to build the build-octave package. * Makefile.in: Add variable "USE_SYSTEM_OCTAVE". Exclude build-octave from the default build tools and build it only if a package explicitly depends on it. Display warning about missing native Octave version only if necessary.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 08 Sep 2020 23:04:38 +0200
parents dace3d372190
children 38d42e4346af
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5493
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := msys2-mpdecimal
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_NAME := mpdecimal
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_IGNORE :=
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_VERSION := 2.4.2-2
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_x86_64_CS := d9458d2f42ac8141cae4396cdf4d5c012d335d48
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_i686_CS := e50bc964c77e2c1e8e38da7bacd1e56c1bfa6278
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 $(PKG)_SUBDIR :=
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.xz
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 $(PKG)_DEPS :=
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 define $(PKG)_UPDATE
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 $(MSYS2_PKG_UPDATE)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 endef
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 define $(PKG)_BUILD
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 $(MSYS2_PKG_BUILD)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 endef