view src/of-netcdf.mk @ 6407:c3a99fe40c7a

of-netcdf: update to v1.0.16 * src/of-netcdf.mk: update version, checksum * src/of-netcdf-1.patch: removed file
author John Donoghue <john.donoghue@ieee.org>
date Fri, 16 Sep 2022 08:35:38 -0400
parents e32e81bd98ce
children cb62f71c53ca
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := of-netcdf
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.0.16
$(PKG)_CHECKSUM := 7eece84184f4cea73d0aa57dca7f95e20f808e41
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := netcdf-$($(PKG)_VERSION)
$(PKG)_FILE     := netcdf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := netcdf

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