mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
imath: update to 3.1.7.
This commit is contained in:
parent
da1a64abf1
commit
8f710e217f
2 changed files with 13 additions and 8 deletions
|
@ -4233,7 +4233,7 @@ libdspy-1.so.1 d-spy-1.4.0_1
|
||||||
libpanel-1.so.1 libpanel-1.0.1_1
|
libpanel-1.so.1 libpanel-1.0.1_1
|
||||||
libqrtr.so.1 qrtr-ns-1.0_1
|
libqrtr.so.1 qrtr-ns-1.0_1
|
||||||
libbpf.so.1 libbpf-1.0.0_1
|
libbpf.so.1 libbpf-1.0.0_1
|
||||||
libImath-3_1.so.29 imath-3.1.5_1
|
libImath-3_1.so.30 imath-3.1.7_1
|
||||||
libIex-3_1.so.30 libopenexr-3.1.5_1
|
libIex-3_1.so.30 libopenexr-3.1.5_1
|
||||||
libIlmThread-3_1.so.30 libopenexr-3.1.5_1
|
libIlmThread-3_1.so.30 libopenexr-3.1.5_1
|
||||||
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
|
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'imath'
|
# Template file for 'imath'
|
||||||
pkgname=imath
|
pkgname=imath
|
||||||
version=3.1.6
|
version=3.1.7
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPYTHON=ON"
|
configure_args="-DPYTHON=ON"
|
||||||
hostmakedepends="python3-numpy"
|
hostmakedepends="python3-numpy"
|
||||||
|
@ -9,14 +9,20 @@ makedepends="boost-devel python3-devel python3-numpy"
|
||||||
short_desc="C++/Python library for 2D/3D vector/matrix/math operations"
|
short_desc="C++/Python library for 2D/3D vector/matrix/math operations"
|
||||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.openexr.com/"
|
homepage="https://imath.readthedocs.io/"
|
||||||
changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/Imath/main/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/Imath/main/CHANGES.md"
|
||||||
distfiles="https://github.com/AcademySoftwareFoundation/Imath/archive/v${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/AcademySoftwareFoundation/Imath/archive/v${version}/imath-${version}.tar.gz"
|
||||||
checksum=ea5592230f5ab917bea3ceab266cf38eb4aa4a523078d46eac0f5a89c52304db
|
checksum=bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -DBUILD_TESTING=ON"
|
||||||
|
else
|
||||||
|
configure_args+=" -DBUILD_TESTING=OFF"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_MACHINE" = "i686" ]
|
if [ "$XBPS_MACHINE" = "i686" ]
|
||||||
then
|
then
|
||||||
make_check=no # Test Fails in i868
|
make_check=no # Test Fails in i686
|
||||||
# See upstream: https://github.com/AcademySoftwareFoundation/Imath/issues/151
|
# See upstream: https://github.com/AcademySoftwareFoundation/Imath/issues/151
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -44,7 +50,6 @@ imath-python3-devel_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
imath-devel_package() {
|
imath-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue