Subject: CVS commit: pkgsrc/math
From: Ryo ONODERA
Date: 2022-02-05 05:28:11
Message id: 20220205042811.906ECFB24@cvs.NetBSD.org

Log Message:
{py-,}libixion: Update to 0.17.0

Changelog:
0.17.0:
C++ API
    set the baseline C++ version to 17.
    mdds has been internalized so that the public header no longer contains \ 
references to mdds. With this change, the users can use different API versions \ 
of mdds between the ixion build and run-time use.
    cleaned up public API to make use of std::string_view and std::variant where \ 
appropriate.
formula interpreter
    implemented built-in LEFT() function.
misc
    it is no longer required to set the size of void* at build time to ensure \ 
the binaries to be fully functional.
    fixed a bug where named expressions with names containing invalid characters \ 
were still allowed in.

Files:
RevisionActionfile
1.25modifypkgsrc/math/libixion/Makefile
1.5modifypkgsrc/math/libixion/Makefile.common
1.6modifypkgsrc/math/libixion/PLIST
1.8modifypkgsrc/math/libixion/buildlink3.mk
1.11modifypkgsrc/math/libixion/distinfo
1.11modifypkgsrc/math/py-libixion/Makefile