Petr Gajdos
a327637bb6
- 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
86 lines
3.2 KiB
Plaintext
86 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
- version update to 3.1.3
|
|
* 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::
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 19 10:17:27 UTC 2021 - pgajdos@suse.com
|
|
|
|
- Imath-devel obsoletes ilbase-devel
|
|
(https://build.opensuse.org/request/show/912661#comment-1504935)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 17 11:31:04 UTC 2021 - pgajdos@suse.com
|
|
|
|
- be more precise in %files section
|
|
(https://build.opensuse.org/request/show/911960#comment-1503939)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 16 11:58:58 UTC 2021 - pgajdos@suse.com
|
|
|
|
- do not obsolete/provide ilmbase, Imath provides just part of
|
|
functionality of former ilmbase
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 14 22:04:53 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim conjecture from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 13 09:52:42 UTC 2021 - pgajdos@suse.com
|
|
|
|
- fix baselibs.conf
|
|
- modified sources
|
|
% baselibs.conf
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 10 08:46:34 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 3.1.2
|
|
- deleted patches
|
|
- Imath-pkgconfig-fix-libdir.patch (upstreamed)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 9 11:19:34 UTC 2021 - pgajdos@suse.com
|
|
|
|
- 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
|
|
0001-Use-absolute-CMAKE_INSTALL_FULL_LIBDIR-for-libdir-in.patch)
|
|
|