octave-piqp: update to 0.6.1

This commit is contained in:
Marius Schamschula
2025-08-22 05:38:42 -05:00
parent 777418464c
commit baa86a45aa
+1 -4
View File
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup octave 1.0
octave.setup github PREDICT-EPFL piqp 0.6.0 v
octave.setup github PREDICT-EPFL piqp 0.6.1 v
github.tarball_from releases
revision 0
license BSD
@@ -28,6 +28,3 @@ 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