Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imath: Remove uneeded llvm dep #30337

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading