# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github PREDICT-EPFL piqp 0.4.1 v
revision            2
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         PIQP is a Proximal Interior Point Quadratic Programming solver.
long_description    {*}${description}

github.tarball_from releases

distfiles           piqp-octave${extract.suffix}

# stealth update to fix archive compression
dist_subdir         ${name}/${version}_${revision}

checksums           rmd160  5e8d4a63018036cbfa9b40f8203a354b0357c61f \
                    sha256  a88aa7d058d34cfd869e01a5631eeb0ff8ff4382815c186112f66b5382eb27b6 \
                    size    2887992

# Remove -march=native, we do not want this for distribution.
# Also notice, that on PowerPC it is unsupported and -mtune=native is to be used.
patchfiles-append   patch-fix-build.diff

# This should be dropped once bundled Eigen is updated past 3.4.0.
# The bug is fixed in upstream.
patchfiles-append   patch-unbreak-eigen3.diff

post-patch {
    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/make_piqp.m ${worksrcpath}/src/piqp/interfaces/octave/make_piqp.m
}

compiler.cxx_standard \
                    2014
