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 12 09:24:23 UTC 2021

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

Log Message:
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::


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/imath/Makefile pkgsrc/math/imath/PLIST \
    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.2 pkgsrc/math/imath/Makefile:1.3
--- pkgsrc/math/imath/Makefile:1.2      Sun Aug 15 14:14:43 2021
+++ pkgsrc/math/imath/Makefile  Sun Sep 12 09:24:23 2021
@@ -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
Index: pkgsrc/math/imath/PLIST
diff -u pkgsrc/math/imath/PLIST:1.2 pkgsrc/math/imath/PLIST:1.3
--- pkgsrc/math/imath/PLIST:1.2 Sun Aug 15 14:14:43 2021
+++ pkgsrc/math/imath/PLIST     Sun Sep 12 09:24:23 2021
@@ -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-release.cma
 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
Index: pkgsrc/math/imath/distinfo
diff -u pkgsrc/math/imath/distinfo:1.2 pkgsrc/math/imath/distinfo:1.3
--- pkgsrc/math/imath/distinfo:1.2      Sun Aug 15 14:14:43 2021
+++ pkgsrc/math/imath/distinfo  Sun Sep 12 09:24:23 2021
@@ -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