pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/imath



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 20 19:25:55 UTC 2025

Modified Files:
        pkgsrc/math/imath: Makefile distinfo

Log Message:
imath: update to 3.2.1.

## Version 3.2.1 (August 15, 2025)

Patch release that addresses several build-related problems
introduced in v3.2.0, primarily to PyImath.

* `IMATH_VERSION_RELEASE_TYPE` was inadvertently set to `-dev`; it's
  been reset to the empty string. This string appears as a preprocessor
  symbol for informational purposes.
* Default installation folder for PyImath is `include/Imath`, not
  `include/PyImath`. This inadvertently changed in v3.2.0. Note the
  folder can be configured via the `PYIMATH_OUTPUT_SUBDIR` CMake option.
* Fix broken pkg-config `PyImath.pc`
* Update `find_package(Boost)` to work with CMake 4.x

### Merged pull requests

* Fix broken `PyImath.pc`, and add pkg-config CI tests
* Bump actions/checkout from 2.7.0 to 5.0.0
* Reset default install folder for PyImath to `include/Imath`
* Fix `find_package(Boost)` for CMake 4.x


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/imath/Makefile \
    pkgsrc/math/imath/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/imath/Makefile
diff -u pkgsrc/math/imath/Makefile:1.14 pkgsrc/math/imath/Makefile:1.15
--- pkgsrc/math/imath/Makefile:1.14     Sun Aug 10 10:38:09 2025
+++ pkgsrc/math/imath/Makefile  Wed Aug 20 19:25:54 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/08/10 10:38:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/08/20 19:25:54 wiz Exp $
 
-DISTNAME=      imath-3.2.0
+DISTNAME=      imath-3.2.1
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=        Imath
Index: pkgsrc/math/imath/distinfo
diff -u pkgsrc/math/imath/distinfo:1.14 pkgsrc/math/imath/distinfo:1.15
--- pkgsrc/math/imath/distinfo:1.14     Sun Aug 10 10:38:09 2025
+++ pkgsrc/math/imath/distinfo  Wed Aug 20 19:25:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/08/10 10:38:09 wiz Exp $
+$NetBSD: distinfo,v 1.15 2025/08/20 19:25:55 wiz Exp $
 
-BLAKE2s (imath-3.2.0.tar.gz) = d5d96ce9dea399b5a47f3b93601ebfb326707821750c3a3429440a17de1aa0f3
-SHA512 (imath-3.2.0.tar.gz) = b5fbad894ff1a725d3b1488d4907106bbc21c4a0c2ac5aa912ef76219d033544a3d56c87f94c71af5ec01759a06a5db2385dcfed25ea5886540398df163c53cd
-Size (imath-3.2.0.tar.gz) = 688331 bytes
+BLAKE2s (imath-3.2.1.tar.gz) = 9ffc41121779197b3ec727dbfcf3f07655971dbf324b333455cf3b79f04555e4
+SHA512 (imath-3.2.1.tar.gz) = 907e9f8bec38695c44c713b507aa321989635d39c0be7a611ce914f72ec334b3a5cb794f2f7dcca058f47e636d8b20ec3506f4d246cac2ef3461ca8e1a47a292
+Size (imath-3.2.1.tar.gz) = 689041 bytes



Home | Main Index | Thread Index | Old Index