Rebuild with python 3.14
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
name: imath
|
name: imath
|
||||||
description: A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
|
description: A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
|
||||||
version: 3.2.2
|
version: 3.2.2
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://www.openexr.com/
|
url: https://www.openexr.com/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
@@ -11,10 +13,11 @@ depends:
|
|||||||
- glibc
|
- glibc
|
||||||
optional_depends:
|
optional_depends:
|
||||||
- boost
|
- boost
|
||||||
- python3
|
- python3=3.14.*
|
||||||
make_depends:
|
make_depends:
|
||||||
- boost
|
- boost
|
||||||
- cmake
|
- cmake
|
||||||
|
- python3=3.14.*
|
||||||
- python-numpy
|
- python-numpy
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://github.com/AcademySoftwareFoundation/Imath/releases/download/v${BPM_PKG_VERSION}/Imath-${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/AcademySoftwareFoundation/Imath/releases/download/v${BPM_PKG_VERSION}/Imath-${BPM_PKG_VERSION}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user