changeset 5304:3ef4592c7024

Add of-matgeom package * src/of-matgeom.mk: new file * index.html, dist-files.mk, Makefile.in: add reference to new package
author John Donoghue <john.donoghue@ieee.org>
date Mon, 10 Feb 2020 18:46:46 -0500
parents 8da894159471
children b4b860fba6a5
files Makefile.in dist-files.mk index.html src/of-matgeom.mk
diffstat 4 files changed, 30 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Feb 10 16:59:52 2020 -0500
+++ b/Makefile.in	Mon Feb 10 18:46:46 2020 -0500
@@ -513,7 +513,7 @@
 OCTAVE_FORGE_BASE_URL := 'https://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
 ## Packages removed from list because build is broken:
 ## None.
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim general signal communications image io statistics control geometry windows linear-algebra sockets data-smoothing fuzzy-logic-toolkit quaternion fits tsa netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq gsl optiminterp dicom sparsersb audio symbolic)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim general signal communications image io statistics control geometry windows linear-algebra sockets data-smoothing fuzzy-logic-toolkit quaternion fits tsa netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq gsl optiminterp dicom sparsersb audio symbolic matgeom)
 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer
 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))
 
--- a/dist-files.mk	Mon Feb 10 16:59:52 2020 -0500
+++ b/dist-files.mk	Mon Feb 10 18:46:46 2020 -0500
@@ -483,6 +483,7 @@
   of-lssa.mk \
   of-ltfat-1-cross-fixes.patch \
   of-ltfat.mk \
+  of-matgeom.mk \
   of-mapping.mk \
   of-miscellaneous.mk \
   of-nan.mk \
--- a/index.html	Mon Feb 10 16:59:52 2020 -0500
+++ b/index.html	Mon Feb 10 18:46:46 2020 -0500
@@ -2262,6 +2262,10 @@
         <td class="website"><a href="https://octave.sourceforge.io/">Octave Forge ltfat package</a></td>
     </tr>
     <tr>
+        <td class="package">of-matgeom</td>
+        <td class="website"><a href="https://octave.sourceforge.io/">Octave Forge matgeom package</a></td>
+    </tr>
+    <tr>
         <td class="package">of-mapping</td>
         <td class="website"><a href="https://octave.sourceforge.io/">Octave Forge mapping package</a></td>
     </tr>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/of-matgeom.mk	Mon Feb 10 18:46:46 2020 -0500
@@ -0,0 +1,24 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+PKG             := of-matgeom
+$(PKG)_IGNORE   :=
+$(PKG)_VERSION  := 1.2.2
+$(PKG)_CHECKSUM := d441454e01d95e2f99535d6dd153948c8ff25a19
+$(PKG)_REMOTE_SUBDIR := 
+$(PKG)_SUBDIR   := matgeom-$($(PKG)_VERSION)
+$(PKG)_FILE     := matgeom-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
+$(PKG)_DEPS     := 
+
+ifeq ($(ENABLE_BINARY_PACKAGES),yes)
+    $(PKG)_DEPS += $(OCTAVE_TARGET)
+endif
+
+define $(PKG)_UPDATE
+    $(OCTAVE_FORGE_PKG_UPDATE)
+endef
+
+define $(PKG)_BUILD
+    $(OCTAVE_FORGE_PKG_BUILD)
+endef