pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/imath imath: update to 3.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67629834ecff
branches:  trunk
changeset: 458284:67629834ecff
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 12 09:24:23 2021 +0000

description:
imath: update to 3.1.3.

## Version 3.1.3 (September 2, 2021)

Patch release with miscellaneous fixes

* Fix undefined access of a vector when empty
* Require sphinx 4.0.3
* Build sphinx/doxygen docs with CMake
* Use PYIMATH_OVERRIDE_PYTHON_INSTALL_DIR to specify destination python modules
* Guard `__has_attribute` for compilers that don't support it
* Cuda safety fixes
* Replace stray Imath:: with IMATH_INTERNAL_NAMESPACE::

diffstat:

 math/imath/Makefile |   4 ++--
 math/imath/PLIST    |   4 ++--
 math/imath/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 1c98b6b3c9c0 -r 67629834ecff math/imath/Makefile
--- a/math/imath/Makefile       Sun Sep 12 09:18:26 2021 +0000
+++ b/math/imath/Makefile       Sun Sep 12 09:24:23 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/08/15 14:14:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2021/09/12 09:24:23 wiz Exp $
 
-DISTNAME=      imath-3.1.2
+DISTNAME=      imath-3.1.3
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=        Imath
diff -r 1c98b6b3c9c0 -r 67629834ecff math/imath/PLIST
--- a/math/imath/PLIST  Sun Sep 12 09:18:26 2021 +0000
+++ b/math/imath/PLIST  Sun Sep 12 09:24:23 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/08/15 14:14:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/09/12 09:24:23 wiz Exp $
 include/Imath/ImathBox.h
 include/Imath/ImathBoxAlgo.h
 include/Imath/ImathColor.h
@@ -40,6 +40,6 @@
 lib/cmake/Imath/ImathTargets.cmake
 lib/libImath-3_1.so
 lib/libImath-3_1.so.29
-lib/libImath-3_1.so.29.1.0
+lib/libImath-3_1.so.29.2.0
 lib/libImath.so
 lib/pkgconfig/Imath.pc
diff -r 1c98b6b3c9c0 -r 67629834ecff math/imath/distinfo
--- a/math/imath/distinfo       Sun Sep 12 09:18:26 2021 +0000
+++ b/math/imath/distinfo       Sun Sep 12 09:24:23 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/08/15 14:14:43 wiz Exp $
+$NetBSD: distinfo,v 1.3 2021/09/12 09:24:23 wiz Exp $
 
-SHA1 (imath-3.1.2.tar.gz) = 4a40ad0c3b073879425a757ea3a99aa180b2a5c5
-RMD160 (imath-3.1.2.tar.gz) = 48e253102381c8b154c3719ede73c220cd57741e
-SHA512 (imath-3.1.2.tar.gz) = 17d795f5cc44589b55bf921b93b576a7248c1bcd746f34220833378ba7c836af7cf842d96d98c09b9c3b11000cc1762dd5340dad30b51720fc6bcaea0c7af5d0
-Size (imath-3.1.2.tar.gz) = 566098 bytes
+SHA1 (imath-3.1.3.tar.gz) = 77387691af82113dc3080edee302c07b1d40622f
+RMD160 (imath-3.1.3.tar.gz) = 7a44d3538af56060fb4d36864cbd5b652da6c065
+SHA512 (imath-3.1.3.tar.gz) = a11f5e736bc49098d735c7903f186c15b03efbec082a8cf2e6635546368035cec0d36c7ae64bfd01bd8eeffb2dd247b8dab19e440a3e1fe33008edacc1268f75
+Size (imath-3.1.3.tar.gz) = 570840 bytes



Home | Main Index | Thread Index | Old Index