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 May 7 12:28:42 UTC 2023
Modified Files:
pkgsrc/math/imath: Makefile PLIST distinfo
Log Message:
imath: update to 3.1.7.
## Version 3.1.7 (March 1, 2023)
Patch release with miscellaneous bug/doc/build fixes. In particular:
- Support for relative prefix in pkg-config
- Reorganization of documentation at https://imath.readthedocs.io
- Add a ``trace()`` method on Matrix types
### Merged Pull Requests
* Move index to bottom of main page; remove top-level link
* Fix doc typo
* Fix documentation glitches and symbol visibility table
* Reorganize repo/readthedocs documentation
* Add missing licenses/copyrights
* Support relative prefix in pkg-config
* Remove MACOSX_RPATH forcing
* Add trace function for matrix types
* Define BOOST_BIND_GLOBAL_PLACEHOLDERS to suppress pragma message
* Use Py_ssize_t in place of size_t where appropriate to avoid warnings
* Update CONTRIBUTING.md to be consistent with OpenEXR
* Remove export attribute from inline half functions
## Version 3.1.6 (November 7, 2022)
Patch release with miscellaneous bug/doc/build fixes.
* fix memory leak in V3fArrayFromBuffer
* Add <cstdint> for int64_t
* Initialize x in testRoots.cpp:solve() to suppress compiler warning
* Fix gcc compiler warning in testFun.cpp
* Test return value of extractSHRT to avoid uninitialized reference
* Fix example code so it compiles as is
* Cuda safety in several headers
* Fix markdown and typos in README.md
* Do not warn if half.h has already being included
* Fix compiler warnings on windows
* Remove irrelevant cvs ignore files
* Update sphinx version
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/imath/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/imath/PLIST
cvs rdiff -u -r1.7 -r1.8 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.6 pkgsrc/math/imath/Makefile:1.7
--- pkgsrc/math/imath/Makefile:1.6 Tue Jan 24 18:36:30 2023
+++ pkgsrc/math/imath/Makefile Sun May 7 12:28:42 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/01/24 18:36:30 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/07 12:28:42 wiz Exp $
-DISTNAME= imath-3.1.5
+DISTNAME= imath-3.1.7
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
GITHUB_PROJECT= Imath
Index: pkgsrc/math/imath/PLIST
diff -u pkgsrc/math/imath/PLIST:1.5 pkgsrc/math/imath/PLIST:1.6
--- pkgsrc/math/imath/PLIST:1.5 Wed Apr 20 20:18:07 2022
+++ pkgsrc/math/imath/PLIST Sun May 7 12:28:42 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/04/20 20:18:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/05/07 12:28:42 wiz Exp $
include/Imath/ImathBox.h
include/Imath/ImathBoxAlgo.h
include/Imath/ImathColor.h
@@ -39,7 +39,7 @@ 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.4.0
+lib/libImath-3_1.so.30
+lib/libImath-3_1.so.30.0.1
lib/libImath.so
lib/pkgconfig/Imath.pc
Index: pkgsrc/math/imath/distinfo
diff -u pkgsrc/math/imath/distinfo:1.7 pkgsrc/math/imath/distinfo:1.8
--- pkgsrc/math/imath/distinfo:1.7 Wed Apr 20 20:18:07 2022
+++ pkgsrc/math/imath/distinfo Sun May 7 12:28:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/04/20 20:18:07 wiz Exp $
+$NetBSD: distinfo,v 1.8 2023/05/07 12:28:42 wiz Exp $
-BLAKE2s (imath-3.1.5.tar.gz) = 44a82bce3d30c22f2d0f3cca61f30a30b2a0afae2a862eb9eff620033d8ef130
-SHA512 (imath-3.1.5.tar.gz) = 8344e42c75d8e4bb21facb837535f0c9e4a9489d9edebcc25d5d3c6063535f2bf54e4517d8fca3fedada248457aa07c9bd77d6e843a9d115278fc154de2cdc9d
-Size (imath-3.1.5.tar.gz) = 570875 bytes
+BLAKE2s (imath-3.1.7.tar.gz) = fec54b5d166aaf38a7f33d2e0a0317513e55e427a6cac7d5aa4dc53c06959982
+SHA512 (imath-3.1.7.tar.gz) = e298454cb845cadde28f7881fdaa4739c3942f941278a07ec912459ac376c2ee7858cb3b2d2047b9afb4d4dacae7a8a52ffef4c104f8499b4e0a1f0ed46cc0f0
+Size (imath-3.1.7.tar.gz) = 583049 bytes
Home |
Main Index |
Thread Index |
Old Index