view src/of-nurbs.mk @ 4631:da2359935a39

Makefile.in: Fix spelling of --enable-fortran-int64 in error message.
author John W. Eaton <jwe@octave.org>
date Wed, 21 Mar 2018 12:53:10 -0400
parents 7d1e45c2f175
children 290b6f67946c
line wrap: on
line source

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

PKG             := of-nurbs
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.3.13
$(PKG)_CHECKSUM := ae884f4edf4ee121928ff40e2e06372d2ef8f50a
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := nurbs-$($(PKG)_VERSION)
$(PKG)_FILE     := nurbs-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     :=
ifeq ($(USE_SYSTEM_GCC),no)
  $(PKG)_DEPS += libgomp
endif

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