Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 651feb3054 | |||
| a5e20201bf | |||
| 63014c914c | |||
| 9f0d632078 |
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 22 11:44:07 UTC 2025 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- version update to 3.2.2
|
||||
* fix build problem with newer versions of cmake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 09:02:05 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 3.2.1
|
||||
* IMATH_VERSION_RELEASE_TYPE was inadvertently set to -dev; it's
|
||||
been reset to the empty string. This string appears as a preprocessor
|
||||
symbol for informational purposes.
|
||||
* Default installation folder for PyImath is include/Imath, not
|
||||
include/PyImath. This inadvertently changed in v3.2.0. Note the
|
||||
folder can be configured via the PYIMATH_OUTPUT_SUBDIR CMake option.
|
||||
* Fix broken pkg-config PyImath.pc
|
||||
* Update find_package(Boost) to work with CMake 4.x
|
||||
* Fix undefined behavior in the Vec* class operator[] (PR #449).
|
||||
* Fix call to _mm_cvtps_ph in half.h, Windows build failure
|
||||
* Updated and simplified SO versioning policy: this release adopts
|
||||
a policy of appending the MAJOR.MINOR.PATCH software release
|
||||
name to the SONAME to form the real name of the shared library.
|
||||
* Add uninstall target
|
||||
* Add iOS cross-compilation support
|
||||
* Add support for HIP (AMD's Heterogeneous-compute Interface for Portability)
|
||||
* Fix handling of /EHsc flag
|
||||
* Required cmake version is now 3.14
|
||||
- modified sources
|
||||
* baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 07:04:20 UTC 2025 - ming li <mli@suse.com>
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
# spec file for package Imath
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,10 +17,10 @@
|
||||
#
|
||||
|
||||
|
||||
%global so_suffix -3_1
|
||||
%define sonum 29
|
||||
%global so_suffix -3_2
|
||||
%define sonum 30
|
||||
Name: Imath
|
||||
Version: 3.1.12
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
Summary: C++ and Python Library of 2D and 3D Vector, Matrix, and Math Operations
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -1 +1 @@
|
||||
libImath-3_1-29
|
||||
libImath-3_2-30
|
||||
|
||||
BIN
v3.1.12.tar.gz
LFS
BIN
v3.1.12.tar.gz
LFS
Binary file not shown.
3
v3.2.2.tar.gz
Normal file
3
v3.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4275d83fb95521510e389b8d13af10298ed5bed1c8e13efd961d91b1105e462
|
||||
size 689217
|
||||
Reference in New Issue
Block a user