Skip to content

Commit

Permalink
imath: Remove uneeded llvm dep
Browse files Browse the repository at this point in the history
It's been here from first time the package was imported but it doesn't seem to be used.
  • Loading branch information
justinvreeland committed Oct 8, 2024
1 parent 9ad9b18 commit f2e7f26
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions imath.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,7 +18,6 @@ environment:
- ca-certificates-bundle
- cmake
- doxygen
- llvm-18-dev
- numpy
- openssf-compiler-options
- python3-dev
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f2e7f26

Please sign in to comment.