view src/of-symbolic.mk @ 6299:b8d72e61d379 release

default-octave: Rename configure variable (bug #62715). * src/default-octave.mk: The configure variable "ax_blas_integer_size" was renamed to "ax_cv_blas_integer_size" in Octave's build system. Adapt rule for that change.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 07 Jul 2022 20:52:36 +0200
parents 760ffda60c29
children c7c04c1e8b0e
line wrap: on
line source

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

PKG             := of-symbolic
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 3.0.0
$(PKG)_CHECKSUM := efdc11c07916b92eebac93128e07806867f6f956
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := octsympy-$($(PKG)_VERSION)
$(PKG)_FILE     := symbolic-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := https://github.com/cbm755/octsympy/archive/refs/tags/v$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS     := 

ifeq ($(ENABLE_BINARY_PACKAGES),yes)
    $(PKG)_DEPS += $(OCTAVE_TARGET)
endif

ifeq ($(MXE_WINDOWS_BUILD),yes)
    $(PKG)_DEPS += python-sympy
endif

define $(PKG)_UPDATE
    $(OCTAVE_FORGE_PKG_UPDATE)
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef