head 1.2; access; symbols pkgsrc-2024Q3:1.1.0.8 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.6 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.4 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.2 pkgsrc-2023Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2024.11.18.10.32.42; author adam; state dead; branches; next 1.1; commitid 9fYpagin4nQfb7yF; 1.1 date 2023.10.09.09.39.29; author adam; state Exp; branches; next ; commitid lkQECCNVnbv7WVHE; desc @@ 1.2 log @vigra: updated to 1.12.1 1.12.1 Address implementation incompatibility of ptp in vigranumpy with numpy 2 1.12.0 Improve compatibility with compilers in 2024. Update testing infrastructure to use modern packages from conda-forge. @ text @$NetBSD: patch-include-vigra-config__version.hxx,v 1.1 2023/10/09 09:39:29 adam Exp $ Fix version https://github.com/ukoethe/vigra/issues/551 --- include/vigra/config_version.hxx.orig 2023-10-09 08:07:37.356399245 +0000 +++ include/vigra/config_version.hxx @@@@ -39,7 +39,7 @@@@ #define VIGRA_VERSION_MAJOR 1 #define VIGRA_VERSION_MINOR 11 - #define VIGRA_VERSION_PATCH 1 - #define VIGRA_VERSION "1.11.1" + #define VIGRA_VERSION_PATCH 2 + #define VIGRA_VERSION "1.11.2" #endif /* VIGRA_CONFIG_VERSION_HXX */ @ 1.1 log @vigra: updated to 1.11.2 Release 1.11.2 Updated CMake minimum version to 3.12. Added support for PyPy as python runtime (Mark Harfouche). Updated/Fixed CI, including various fixes for the build system (Mark Harfouche, John Kirkham, Dominik Kutra) Various fixes / improved compatility to support updated dependencies (hdf5 5.12, numpy>=1.20, sphinx>=1.8.0, python 3, h5py 3.0) (Mark Harfouche, John Kirkham, Ullrich Koethe, Dominik Kutra, Hans Meine) Fixed Matlab compilation (Joachim Börger) Fixed compilation with cpp17 (Constantin Pape) @ text @d1 1 a1 1 $NetBSD$ @