Compare commits

1 Commits
1.1 ... main

4 changed files with 33 additions and 7 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jan 17 07:04:20 UTC 2025 - ming li <mli@suse.com>
- update to 3.1.12:
* Support for compiling half.h with hip-runtime-amd
* Also, the v3.1.11 release had improper versioning in its cmake
and pkgconf configuration files. This is now fixed.
-------------------------------------------------------------------
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> Tue Jun 27 15:06:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package Imath # spec file for package Imath
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global so_suffix -3_1 %global so_suffix -3_1
%define sonum 29 %define sonum 29
Name: Imath Name: Imath
Version: 3.1.9 Version: 3.1.12
Release: 0 Release: 0
Summary: C++ and Python Library of 2D and 3D Vector, Matrix, and Math Operations Summary: C++ and Python Library of 2D and 3D Vector, Matrix, and Math Operations
License: BSD-3-Clause License: BSD-3-Clause

BIN
v3.1.12.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
v3.1.9.tar.gz (Stored with Git LFS)

Binary file not shown.