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 Sep 15 10:21:44 UTC 2024

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

Log Message:
imath: update to 3.1.12.

## Version 3.1.12 (September 9, 2024)

Patch release with a small fix:

* Support for compiling half.h with hip-runtime-amd

Also, the v3.1.11 release had improper versioning in its cmake and
pkgconf configuration files. This is now fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/imath/Makefile \
    pkgsrc/math/imath/distinfo
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/math/imath/Makefile:1.13
--- pkgsrc/math/imath/Makefile:1.12     Sun Mar  3 11:34:00 2024
+++ pkgsrc/math/imath/Makefile  Sun Sep 15 10:21:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/03/03 11:34:00 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/09/15 10:21:44 wiz Exp $
 
-DISTNAME=      imath-3.1.11
+DISTNAME=      imath-3.1.12
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=        Imath
@@ -11,7 +11,7 @@ HOMEPAGE=     https://www.openexr.com/
 COMMENT=       2D and 3D vector, matrix, and math operations for computer graphics
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c c++
 PTHREAD_OPTS=  require
 
 USE_CXX_FEATURES+=     c++14
Index: pkgsrc/math/imath/distinfo
diff -u pkgsrc/math/imath/distinfo:1.12 pkgsrc/math/imath/distinfo:1.13
--- pkgsrc/math/imath/distinfo:1.12     Sun Mar  3 11:34:00 2024
+++ pkgsrc/math/imath/distinfo  Sun Sep 15 10:21:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/03/03 11:34:00 wiz Exp $
+$NetBSD: distinfo,v 1.13 2024/09/15 10:21:44 wiz Exp $
 
-BLAKE2s (imath-3.1.11.tar.gz) = 986d60ad26946799447224ea51832e9dc5f0efde0acd88609a5e8e9f2ffd7131
-SHA512 (imath-3.1.11.tar.gz) = 0bc86bea3a2aca89d02b501b4fba3c13ca861e914cec558e820fe9e4c43ab14cac34e31ff278b8c35b5fe76f7bea32f2c8105c0d33eb92224eb23d42d7a402e9
-Size (imath-3.1.11.tar.gz) = 596585 bytes
+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

Index: pkgsrc/math/imath/PLIST
diff -u pkgsrc/math/imath/PLIST:1.10 pkgsrc/math/imath/PLIST:1.11
--- pkgsrc/math/imath/PLIST:1.10        Sun Mar  3 11:34:00 2024
+++ pkgsrc/math/imath/PLIST     Sun Sep 15 10:21:44 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/03/03 11:34:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/09/15 10:21:44 wiz Exp $
 include/Imath/ImathBox.h
 include/Imath/ImathBoxAlgo.h
 include/Imath/ImathColor.h
@@ -40,6 +40,6 @@ lib/cmake/Imath/ImathTargets-release.cma
 lib/cmake/Imath/ImathTargets.cmake
 lib/libImath-3_1.so
 lib/libImath-3_1.so.29
-lib/libImath-3_1.so.29.10.0
+lib/libImath-3_1.so.29.11.0
 lib/libImath.so
 lib/pkgconfig/Imath.pc



Home | Main Index | Thread Index | Old Index