Accepting request 984250 from home:dirkmueller:Factory
- update to 3.1.5: * Update CI workflow matrix for VFX-CY2022 * Use _WIN32 instead of _MSC_VER to fix mingw build * Fix 32-bit x86 build failure with 16c instructions * Move numeric_limits specializations into half.h * Change references to "master" branch to "main" * Remove some simple typos in the code * Added missing check _M_IX86 or _M_X64 when using __lzcnt. * SolveNormalizedCubic fix to return proper real root * Add docs target only if not a subproject * Fix docs race condition and make installation optional * Remove dead PyImath code and references to ilmbase * Use equalWithAbsError instead of equal operator for float * Fix sphinx warnings and man page filenames * Adding missing stdexcept header * for better SIMD auto-vectorization * Remove extra project layer for the pyimath code * Successor/predecessor functions use isnan() and isinf() * Fix python imath export * Cuda safety fixes * Sort Imath source files * Fix formatting in release notes OBS-URL: https://build.opensuse.org/request/show/984250 OBS-URL: https://build.opensuse.org/package/show/graphics/Imath?expand=0&rev=12
This commit is contained in:
parent
4dae997faf
commit
a327637bb6
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 20:25:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.1.5:
|
||||
* Update CI workflow matrix for VFX-CY2022
|
||||
* Use _WIN32 instead of _MSC_VER to fix mingw build
|
||||
* Fix 32-bit x86 build failure with 16c instructions
|
||||
* Move numeric_limits specializations into half.h
|
||||
* Change references to "master" branch to "main"
|
||||
* Remove some simple typos in the code
|
||||
* Added missing check _M_IX86 or _M_X64 when using __lzcnt.
|
||||
* SolveNormalizedCubic fix to return proper real root
|
||||
* Add docs target only if not a subproject
|
||||
* Fix docs race condition and make installation optional
|
||||
* Remove dead PyImath code and references to ilmbase
|
||||
* Use equalWithAbsError instead of equal operator for float
|
||||
* Fix sphinx warnings and man page filenames
|
||||
* Adding missing stdexcept header
|
||||
* for better SIMD auto-vectorization
|
||||
* Remove extra project layer for the pyimath code
|
||||
* Successor/predecessor functions use isnan() and isinf()
|
||||
* Fix python imath export
|
||||
* Cuda safety fixes
|
||||
* Sort Imath source files
|
||||
* Fix formatting in release notes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 11:36:42 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Imath
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 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.3
|
||||
Version: 3.1.5
|
||||
Release: 0
|
||||
Summary: C++ and Python Library of 2D and 3D Vector, Matrix, and Math Operations
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bf7ec51162c4d17a4c5b850fb3f6f7a195cff9fa71f4da7735f74d7b5124320
|
||||
size 570840
|
3
v3.1.5.tar.gz
Normal file
3
v3.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e9c7c94797cf7b7e61908aed1f80a331088cc7d8873318f70376e4aed5f25fb
|
||||
size 570875
|
Loading…
Reference in New Issue
Block a user