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 93d26c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion imath.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 93d26c4

Please sign in to comment.