# -*- 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.0 v github.tarball_from releases revision 0 license BSD maintainers {mps @Schamschula} openmaintainer description PIQP is a Proximal Interior Point Quadratic Programming solver. long_description {*}${description} distfiles piqp-octave${extract.suffix} checksums rmd160 6a183c3e3a60435ff3e8fc7790a2ac4c7a190fa0 \ sha256 62344e0e31a95d3aff69408150f4a2a1da34e91a46f6067fc5bef0ca4aecf4ee \ size 3445831 # 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