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

shader-slang: new recipe #25309

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

shader-slang: new recipe #25309

wants to merge 4 commits into from

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Sep 18, 2024

Summary

Changes to recipe: shader-slang/2024.11.1

Motivation

Slang is a shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion, while also maintaining the highest possible performance on modern GPUs and graphics APIs. Slang is based on years of collaboration between researchers at NVIDIA, Carnegie Mellon University, Stanford, MIT, UCSD and the University of Washington.

https://github.com/shader-slang/slang

Packaging status

Details

Requires spirv-headers/1.3.290.0, which is not yet available on CCI.

slang-llvm component cannot be built currently.

Closes #20701.


@valgur valgur changed the title slang: new recipe shader-slang: new recipe Sep 18, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 1 (515e1f07d988289a72459fb64a9564fc2380222d):

  • shader-slang/2024.11.1:
    Error running command conan info shader-slang/2024.11.1@#cf148507d1e0ac8b773b2324e948c96f --json {jsonName} --dry-build -pr {profileName}:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    shader-slang:shared=False
    
    ...
    ERROR: Failed requirement 'glslang/1.3.290.0' from 'shader-slang/2024.11.1'
    ERROR: Unable to find 'glslang/1.3.290.0' in remotes
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline ❌

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Failure in build 1 (515e1f07d988289a72459fb64a9564fc2380222d):

  • shader-slang/2024.11.1:
    Error running command conan graph info --requires shader-slang/2024.11.1@#cf148507d1e0ac8b773b2324e948c96f --build shader-slang/2024.11.1@#cf148507d1e0ac8b773b2324e948c96f -f json -pr:h /home/conan/workspace/prod-v2/bsr/86624/cbbea/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -pr:b /home/conan/workspace/prod-v2/bsr/86624/cbbea/profile_linux_11_libstdcpp11_17_gcc_release_64..txt:
    ======== Computing dependency graph ========
    glslang/1.3.290.0: Not found in local cache, looking in remotes...
    glslang/1.3.290.0: Checking remote: conan-center
    glslang/1.3.290.0: Checking remote: c3i_PR-v2-25309
    Graph root
        cli
    Requirements
        shader-slang/2024.11.1#cf148507d1e0ac8b773b2324e948c96f - Cache
    ERROR: Package 'glslang/1.3.290.0' not resolved: Unable to find 'glslang/1.3.290.0' in remotes.
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[request] slang/4.0
2 participants