# -*- 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.6.4 v
github.tarball_from releases
revision            1

# stealth update
dist_subdir         ${name}/${version}_${revision}

license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         PIQP is a Proximal Interior Point Quadratic Programming solver.
long_description    {*}${description}

distname            piqp-octave-v${version}

checksums           rmd160  b55b39b5e6b5abe13e42905563ac23d6486fa433 \
                    sha256  1079f3f3801d5144337a6eee9a8307e520c71b1d45d0f5546a6a03dfab26c952 \
                    size    3435309

# 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
}
