Wed Apr 20 20:18:07 2022 UTC ()
imath: update to 3.1.5.

## Version 3.1.5 (March 28, 2022)

Patch release with miscellaneous bug/doc/build fixes.

In particular, this fixes an issue that could lead to incorrect values
for `numeric_limits<half>`. This also updates the CI workflow matrix
to VFX-CY2022.


(wiz)
diff -r1.4 -r1.5 pkgsrc/math/imath/Makefile
diff -r1.4 -r1.5 pkgsrc/math/imath/PLIST
diff -r1.6 -r1.7 pkgsrc/math/imath/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/math/imath/Makefile (expand / switch to unified diff)

--- pkgsrc/math/imath/Makefile 2022/01/23 22:11:36 1.4
+++ pkgsrc/math/imath/Makefile 2022/04/20 20:18:07 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2022/01/23 22:11:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2022/04/20 20:18:07 wiz Exp $
2 2
3DISTNAME= imath-3.1.4 3DISTNAME= imath-3.1.5
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
6GITHUB_PROJECT= Imath 6GITHUB_PROJECT= Imath
7GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.openexr.com/ 10HOMEPAGE= https://www.openexr.com/
11COMMENT= 2D and 3D vector, matrix, and math operations for computer graphics 11COMMENT= 2D and 3D vector, matrix, and math operations for computer graphics
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LANGUAGES= c c++14 15USE_LANGUAGES= c c++14
16PTHREAD_OPTS= require 16PTHREAD_OPTS= require

cvs diff -r1.4 -r1.5 pkgsrc/math/imath/PLIST (expand / switch to unified diff)

--- pkgsrc/math/imath/PLIST 2022/01/23 22:11:36 1.4
+++ pkgsrc/math/imath/PLIST 2022/04/20 20:18:07 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2022/01/23 22:11:36 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2022/04/20 20:18:07 wiz Exp $
2include/Imath/ImathBox.h 2include/Imath/ImathBox.h
3include/Imath/ImathBoxAlgo.h 3include/Imath/ImathBoxAlgo.h
4include/Imath/ImathColor.h 4include/Imath/ImathColor.h
5include/Imath/ImathColorAlgo.h 5include/Imath/ImathColorAlgo.h
6include/Imath/ImathConfig.h 6include/Imath/ImathConfig.h
7include/Imath/ImathEuler.h 7include/Imath/ImathEuler.h
8include/Imath/ImathExport.h 8include/Imath/ImathExport.h
9include/Imath/ImathForward.h 9include/Imath/ImathForward.h
10include/Imath/ImathFrame.h 10include/Imath/ImathFrame.h
11include/Imath/ImathFrustum.h 11include/Imath/ImathFrustum.h
12include/Imath/ImathFrustumTest.h 12include/Imath/ImathFrustumTest.h
13include/Imath/ImathFun.h 13include/Imath/ImathFun.h
14include/Imath/ImathGL.h 14include/Imath/ImathGL.h
@@ -30,16 +30,16 @@ include/Imath/ImathShear.h @@ -30,16 +30,16 @@ include/Imath/ImathShear.h
30include/Imath/ImathSphere.h 30include/Imath/ImathSphere.h
31include/Imath/ImathTypeTraits.h 31include/Imath/ImathTypeTraits.h
32include/Imath/ImathVec.h 32include/Imath/ImathVec.h
33include/Imath/ImathVecAlgo.h 33include/Imath/ImathVecAlgo.h
34include/Imath/half.h 34include/Imath/half.h
35include/Imath/halfFunction.h 35include/Imath/halfFunction.h
36include/Imath/halfLimits.h 36include/Imath/halfLimits.h
37lib/cmake/Imath/ImathConfig.cmake 37lib/cmake/Imath/ImathConfig.cmake
38lib/cmake/Imath/ImathConfigVersion.cmake 38lib/cmake/Imath/ImathConfigVersion.cmake
39lib/cmake/Imath/ImathTargets-release.cmake 39lib/cmake/Imath/ImathTargets-release.cmake
40lib/cmake/Imath/ImathTargets.cmake 40lib/cmake/Imath/ImathTargets.cmake
41lib/libImath-3_1.so 41lib/libImath-3_1.so
42lib/libImath-3_1.so.29 42lib/libImath-3_1.so.29
43lib/libImath-3_1.so.29.3.0 43lib/libImath-3_1.so.29.4.0
44lib/libImath.so 44lib/libImath.so
45lib/pkgconfig/Imath.pc 45lib/pkgconfig/Imath.pc

cvs diff -r1.6 -r1.7 pkgsrc/math/imath/distinfo (expand / switch to unified diff)

--- pkgsrc/math/imath/distinfo 2022/01/23 22:11:36 1.6
+++ pkgsrc/math/imath/distinfo 2022/04/20 20:18:07 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2022/01/23 22:11:36 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2022/04/20 20:18:07 wiz Exp $
2 2
3BLAKE2s (imath-3.1.4.tar.gz) = 1cb3a59fe19bbd2f25cea247d1f7555677157e75747e0662cd28f4b04284e52a 3BLAKE2s (imath-3.1.5.tar.gz) = 44a82bce3d30c22f2d0f3cca61f30a30b2a0afae2a862eb9eff620033d8ef130
4SHA512 (imath-3.1.4.tar.gz) = f9f7d8ec333e6383191543ee927dc40e870a6330225b01070bb93ad3d149c5e31bd5989d4dc52f3321490c1c5a7cab55582c6e42e34ab4ca5723170e7578e286 4SHA512 (imath-3.1.5.tar.gz) = 8344e42c75d8e4bb21facb837535f0c9e4a9489d9edebcc25d5d3c6063535f2bf54e4517d8fca3fedada248457aa07c9bd77d6e843a9d115278fc154de2cdc9d
5Size (imath-3.1.4.tar.gz) = 572214 bytes 5Size (imath-3.1.5.tar.gz) = 570875 bytes