view src/of-netcdf.mk @ 5353:fa7de5b2de54

update io, netcdf and statiscis package * src/of-io.mk: update to v2.6.0 * src/of-netcdf.mk: update to v1.0.13 * src/of-statistics.mk: update to 1.4.2
author John Donoghue <john.donoghue@ieee.org>
date Wed, 01 Apr 2020 15:34:43 -0400
parents d09fabbfdc17
children a36378534bd0
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.13
$(PKG)_CHECKSUM := 026c8e8a62a20a1fc1ff2fbb1faef5a2bd25c6f0
$(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