Am 27.09.20 um 13:20 schrieb Rafael Sadowski: > On Sun Sep 27, 2020 at 11:13:45AM -0000, Dimitri Karamazov wrote: >> On Sun, September 27, 2020 07:50, Martin Reindl wrote: >>> >>> >>> 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 >>> >>> >> How do you find that out? I guess the numbering is independent >> of actual upstream numbers, but I'll keep it on the lower side. > > Take a look at src/lib/check_sym >
Also check: https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs I would go with: SHARED_LIBS += cdd 0.1 # 1.1 SHARED_LIBS += cddgmp 0.1 # 1.1
