forked from pool/Imath
Accepting request 1184838 from graphics
- update to 3.1.11: * Fix a problem where downstream projects using Imath would build python bindings even if they weren't requested. * Fix for missing `std::bit_cast` * Fix missing/necessary use of IMATH_HOSTDEVICE * IMATH_INSTALL_PKG_CONFIG is now on by default, even on Windows * Fix calling default constructor by uniform init in TypeTraits * Fix redundant PYIMATH_EXPORTS causing compile issues on Windows Clang * Update to SO versioning policy: * succ()/pred() now use std::nextafter(). * Expand epsilon bounds for m44x pyImath test. * Rename "docs" to "website". * Add missing copyright/license identifiers. * Fix formatting in release notes - initial version 3.0.1, splitted from openexr (forwarded request 1184362 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/1184838 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Imath?expand=0&rev=6
This commit is contained in:
commit
41d0a117b6
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 18:33:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.1.11:
|
||||
* Fix a problem where downstream projects using Imath would build
|
||||
python bindings even if they weren't requested.
|
||||
* Fix for missing `std::bit_cast`
|
||||
* Fix missing/necessary use of IMATH_HOSTDEVICE
|
||||
* IMATH_INSTALL_PKG_CONFIG is now on by default, even on Windows
|
||||
* Fix calling default constructor by uniform init in TypeTraits
|
||||
* Fix redundant PYIMATH_EXPORTS causing compile issues on
|
||||
Windows Clang
|
||||
* Update to SO versioning policy:
|
||||
* succ()/pred() now use std::nextafter().
|
||||
* Expand epsilon bounds for m44x pyImath test.
|
||||
* Rename "docs" to "website".
|
||||
* Add missing copyright/license identifiers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 27 15:06:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -50,7 +68,7 @@ Tue Jun 21 20:25:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
* Fix python imath export
|
||||
* Cuda safety fixes
|
||||
* Sort Imath source files
|
||||
* Fix formatting in release notes
|
||||
* Fix formatting in release notes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 11:36:42 UTC 2021 - pgajdos@suse.com
|
||||
@ -105,7 +123,7 @@ Tue Aug 10 08:46:34 UTC 2021 - pgajdos@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 11:19:34 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- initial version 3.0.1, splitted from openexr
|
||||
- initial version 3.0.1, splitted from openexr
|
||||
- added patches
|
||||
fix https://github.com/AcademySoftwareFoundation/openexr/issues/595
|
||||
+ Imath-pkgconfig-fix-libdir.patch (splitted from openexr's
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Imath
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global so_suffix -3_1
|
||||
%define sonum 29
|
||||
Name: Imath
|
||||
Version: 3.1.9
|
||||
Version: 3.1.11
|
||||
Release: 0
|
||||
Summary: C++ and Python Library of 2D and 3D Vector, Matrix, and Math Operations
|
||||
License: BSD-3-Clause
|
||||
|
3
v3.1.11.tar.gz
Normal file
3
v3.1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9057849585e49b8b85abe7cc1e76e22963b01bfdc3b6d83eac90c499cd760063
|
||||
size 596585
|
BIN
v3.1.9.tar.gz
(Stored with Git LFS)
BIN
v3.1.9.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user