From b9d07e2aeef8c373a9ab43c7ac9f6cc09d02cd1e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:32 -0400 Subject: [PATCH] imath: rebuild for Python 3.12 --- srcpkgs/imath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/imath/template b/srcpkgs/imath/template index 4ce09493e94..b4a47b59073 100644 --- a/srcpkgs/imath/template +++ b/srcpkgs/imath/template @@ -1,7 +1,7 @@ # Template file for 'imath' pkgname=imath version=3.1.9 -revision=2 +revision=3 build_style=cmake configure_args="-DPYTHON=ON" hostmakedepends="python3-numpy"