From f2e7f267e3cf48858635abdab6a87e5a7ae15317 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Wed, 2 Oct 2024 22:21:06 +0000 Subject: [PATCH] imath: Remove uneeded llvm dep It's been here from first time the package was imported but it doesn't seem to be used. --- imath.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/imath.yaml b/imath.yaml index 3cb4296268..0ead34552b 100644 --- a/imath.yaml +++ b/imath.yaml @@ -1,7 +1,7 @@ package: name: imath version: 3.1.12 - epoch: 1 + epoch: 2 description: C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics copyright: - license: BSD-3-Clause @@ -18,7 +18,6 @@ environment: - ca-certificates-bundle - cmake - doxygen - - llvm-18-dev - numpy - openssf-compiler-options - python3-dev @@ -57,6 +56,11 @@ subpackages: mkdir -p ${{targets.subpkgdir}}/usr/lib/ mv "${{targets.destdir}}"/usr/lib/python3* "${{targets.subpkgdir}}"/usr/lib/ mv "${{targets.destdir}}"/usr/lib/libPy* "${{targets.subpkgdir}}"/usr/lib/ + test: + pipeline: + - uses: python/import + with: + import: imath update: enabled: true