Am 20.09.20 um 17:39 schrieb Dimitri Karamazov: > Updated from 0.94j to 0.94l > > Changelog:https://github.com/cddlib/cddlib/releases > Added a patch file to avoid the texlive build dep > > Any Comments/Ok's? > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/math/cddlib/Makefile,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 Makefile > --- Makefile 16 Jul 2020 04:46:18 -0000 1.1.1.1 > +++ Makefile 20 Sep 2020 15:29:03 -0000 > @@ -4,7 +4,7 @@ COMMENT = C library for double descripti > > GH_ACCOUNT = cddlib > GH_PROJECT = cddlib > -GH_TAGNAME = 0.94j > +GH_TAGNAME = 0.94l > > SHARED_LIBS += cdd 0.0 # 0.0 > SHARED_LIBS += cddgmp 0.0 # 0.0
Hello Dimitri, Please check SHARED_LIBS, both libraries need at least a minor bump because functions were added. +T dd_SetMatrixNumberType +T dd_SetMatrixObjective +T dd_SetMatrixRepresentationType -m
