view src/of-struct.mk @ 6169:fe02890201ac release

FFTW: Disable AVX512 for Windows 32-bit. * src/fftw.mk: Disable AVX512 instructions for Windows 32-bit target. It's not supported.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 17 Apr 2022 10:44:20 +0200
parents 44208f5ffe6a
children
line wrap: on
line source

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

PKG             := of-struct
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.0.18
$(PKG)_CHECKSUM := 2494d826f609aca8540c33f907559ff29d6a31a2
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := struct-$($(PKG)_VERSION)
$(PKG)_FILE     := struct-$($(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