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:           Sun Aug 10 10:38:09 UTC 2025

Modified Files:
        pkgsrc/math/imath: Makefile PLIST distinfo

Log Message:
imath: update to 3.2.0.

## Version 3.2.0 (August 8, 2025)

Minor release with several bug and build fixes:

* Fix undefined behavior in the `Vec*` class `operator[]`
([#449](https://github.com/AcademySoftwareFoundation/Imath/pulls/449)).
* Fix call to `_mm_cvtps_ph` in `half.h`, Windows build failure

Build changes/improvements:
* Updated and simplified SO versioning policy: this release adopts a
  policy of appending the `MAJOR.MINOR.PATCH` software release name to
  the `SONAME` to form the real name of the shared library.
* Add `uninstall` target
* Add `iOS` cross-compilation support
* Add support for HIP (AMD's Heterogeneous-compute Interface for
  Portability)
* Fix handling of `/EHsc` flag
* Required cmake version is now 3.14

Also:
* Source files have been reformatted via `clang-format`.

This release also marks the introduction of an alternate boost-free
implementation of the Imath python module using pybind11. The
`pybindimath` module is an incomplete work-in-progress and is not
included in the installation. Activate the build via
`-DPYBIND11=ON`.


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

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.13 pkgsrc/math/imath/Makefile:1.14
--- pkgsrc/math/imath/Makefile:1.13     Sun Sep 15 10:21:44 2024
+++ pkgsrc/math/imath/Makefile  Sun Aug 10 10:38:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/09/15 10:21:44 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/08/10 10:38:09 wiz Exp $
 
-DISTNAME=      imath-3.1.12
+DISTNAME=      imath-3.2.0
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=        Imath
Index: pkgsrc/math/imath/distinfo
diff -u pkgsrc/math/imath/distinfo:1.13 pkgsrc/math/imath/distinfo:1.14
--- pkgsrc/math/imath/distinfo:1.13     Sun Sep 15 10:21:44 2024
+++ pkgsrc/math/imath/distinfo  Sun Aug 10 10:38:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/09/15 10:21:44 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/08/10 10:38:09 wiz Exp $
 
-BLAKE2s (imath-3.1.12.tar.gz) = 4b95981db714c88e3056c3bab33997dbfa3254b432b7ce4c6cf22823ba1cf6fb
-SHA512 (imath-3.1.12.tar.gz) = 32628dfcacb610310b81ffe017a66215cf5fb84c2e0a6ac8c94a68c048be3d2b97eb57965dd253770184d5824cce1e5440b8eefb2834666b273b3193ff108343
-Size (imath-3.1.12.tar.gz) = 604232 bytes
+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

Index: pkgsrc/math/imath/PLIST
diff -u pkgsrc/math/imath/PLIST:1.11 pkgsrc/math/imath/PLIST:1.12
--- pkgsrc/math/imath/PLIST:1.11        Sun Sep 15 10:21:44 2024
+++ pkgsrc/math/imath/PLIST     Sun Aug 10 10:38:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/09/15 10:21:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/08/10 10:38:09 wiz Exp $
 include/Imath/ImathBox.h
 include/Imath/ImathBoxAlgo.h
 include/Imath/ImathColor.h
@@ -38,8 +38,8 @@ lib/cmake/Imath/ImathConfig.cmake
 lib/cmake/Imath/ImathConfigVersion.cmake
 lib/cmake/Imath/ImathTargets-release.cmake
 lib/cmake/Imath/ImathTargets.cmake
-lib/libImath-3_1.so
-lib/libImath-3_1.so.29
-lib/libImath-3_1.so.29.11.0
+lib/libImath-3_2.so
+lib/libImath-3_2.so.30
+lib/libImath-3_2.so.30.${PKGVERSION}
 lib/libImath.so
 lib/pkgconfig/Imath.pc



Home | Main Index | Thread Index | Old Index