Ispc from source - #449
Draft
jfpanisset wants to merge 3 commits into
Draft
Conversation
Contributor
Author
|
@jlanz If you have a chance to take a look, this now builds ispc and openimagedenoise from source. |
Contributor
Author
|
This may require some more work to make sure we aren't trying to install a different clang version on top of the one already in the default ci-common image. |
jfpanisset
marked this pull request as draft
August 3, 2026 19:45
Contributor
|
Contributor
Author
|
Thank you for these, I should be able to incorporate them in the reworked PR. scripts/common/install_conanpackages.sh will be gone by then, replaced by a "real" Conan Python deployer, but that retains the abilty to post process files after installation, so I'll be able to tweak the Conan path fixes to match yours. |
- 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 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>
jfpanisset
force-pushed
the
ispc-from-source
branch
from
August 8, 2026 20:29
bab41db to
4b3ecdb
Compare
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.