From 7c6673efc78d1e301c18699c4202643e4753732d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 8 Aug 2025 22:01:00 +0700 Subject: [PATCH] imath: for boost-1.88 --- srcpkgs/imath/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/imath/template b/srcpkgs/imath/template index 4e09a976d87..abc8f030bb8 100644 --- a/srcpkgs/imath/template +++ b/srcpkgs/imath/template @@ -1,11 +1,11 @@ # Template file for 'imath' pkgname=imath version=3.1.9 -revision=4 +revision=5 build_style=cmake configure_args="-DPYTHON=ON" 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" maintainer="Orphaned " license="BSD-3-Clause" @@ -39,7 +39,7 @@ imath-python3_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}" short_desc+=" - Python module - development files" pkg_install() {