Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / imath
Commits:
989a0b6f by Antonio Rojas at 2026-05-29T19:54:35+02:00
upgpkg: 3.2.2-6: gcc-libs--
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = imath
pkgdesc = A C++ and python library of 2D and 3D vector, matrix, and
math operations for computer graphics
pkgver = 3.2.2
- pkgrel = 5
+ pkgrel = 6
url = https://www.openexr.com/
arch = x86_64
license = BSD-3-Clause
@@ -11,8 +11,9 @@ pkgbase = imath
makedepends = git
makedepends = python
makedepends = python-numpy
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
optdepends = boost-libs: python bindings
optdepends = python: python bindings
source =
git+https://github.com/AcademySoftwareFoundation/Imath#tag=v3.2.2
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,14 @@
pkgname=imath
pkgver=3.2.2
-pkgrel=5
+pkgrel=6
pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math
operations for computer graphics'
url='https://www.openexr.com/'
arch=(x86_64)
license=(BSD-3-Clause)
-depends=(gcc-libs
- glibc)
+depends=(glibc
+ libgcc
+ libstdc++)
optdepends=('boost-libs: python bindings'
'python: python bindings')
makedepends=(boost
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imath/-/commit/989a0b6f1c133163d2f3aa6fcc332ad7aa8241bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imath/-/commit/989a0b6f1c133163d2f3aa6fcc332ad7aa8241bd
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help