imath: for boost-1.88

This commit is contained in:
Đoàn Trần Công Danh 2025-08-08 22:01:00 +07:00
parent 00ccbbdb37
commit 7c6673efc7

View file

@ -1,11 +1,11 @@
# Template file for 'imath' # Template file for 'imath'
pkgname=imath pkgname=imath
version=3.1.9 version=3.1.9
revision=4 revision=5
build_style=cmake build_style=cmake
configure_args="-DPYTHON=ON" configure_args="-DPYTHON=ON"
hostmakedepends="python3-numpy" hostmakedepends="python3-numpy"
makedepends="boost-devel boost-python3 python3-devel python3-numpy" makedepends="boost-devel-minimal boost-python3 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="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
@ -39,7 +39,7 @@ imath-python3_package() {
} }
imath-python3-devel_package() { imath-python3-devel_package() {
depends="imath-python3>=${version}_${revision} python3-devel boost-devel depends="imath-python3>=${version}_${revision} python3-devel boost-devel-minimal
imath-devel>=${version}_${revision}" imath-devel>=${version}_${revision}"
short_desc+=" - Python module - development files" short_desc+=" - Python module - development files"
pkg_install() { pkg_install() {