Ispc from source#449
Open
jfpanisset wants to merge 4 commits into
Open
Conversation
- All releases - [ispc built from source instead of binary downloads](AcademySoftwareFoundation#426) - tight coupling with LLVM means more versions are required to line up with our supported LLVM versions - 2023 : 1.21.0 / LLVM 15 - 2024 : 1.24.0 / LLVM 17 - 2025 : 1.26.0 / LLVM 18 - 2026 : 1.31.0 / LLVM 20 - 2027 : 1.31.0 / LLVM 22 - [openimagedenoise build frmo source instead of binary downloads](AcademySoftwareFoundation#428) - disable compute_100 and compute_120 (aka Blackwell) CUDA support in 2.3.3 since in 2023/2024/2025 we have CUDA Toolkit 12.6.3 which is too old - 2023 : 2.3.3 - 2024 : 2.3.3 - 2025 : 2.5.0 - 2026 : 2.5.0 - 2027 : 2.5.0 - [better clang/llvm version propagation](AcademySoftwareFoundation#437) - 4 separate packages require clang/llvm to build: - ispc - pyside - openvdb - osl - rather than piggybacking on ASWF_PYSIDE_CLANG_VERSION environment variable, each now has its own ASWF_XXXX_CLANG_MAJOR_VERSION which get injected into packages/conan/settings/profiles/vfx202X as `[conf]` configuration variables Assisted-By: Claude Sonnet 5 Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
All recipes in packages/conan/recipes are MIT licensed for compatiblity with Conan Center Index. Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
Assisted-By: Claude Sonnet 5 Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
Contributor
Author
|
@jlanz If you have a chance to take a look, this now builds ispc and openimagedenoise from source. |
All packages which declares requires() on clang must match versions. Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.