We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32386f commit 8bc5ae2Copy full SHA for 8bc5ae2
.github/workflows/build.yml
@@ -33,10 +33,9 @@ jobs:
33
- name: Configure
34
run: |
35
mkdir build
36
- cmake -S . -B build -DMTS_DEFAULT_VARIANTS="scalar_rgb;scalar_spectral;llvm_ad_rgb"
+ cmake -S . -B build -DMTS_DEFAULT_VARIANTS="scalar_rgb;scalar_spectral;llvm_ad_rgb" -DPython_ROOT_DIR="$env:pythonLocation"
37
38
- name: Download LLVM (12.0.1)
39
- shell: pwsh
40
41
Invoke-WebRequest "https://rgl.s3.eu-central-1.amazonaws.com/media/uploads/wjakob/2021/09/09/llvm-c.dll" -OutFile "build/LLVM-C.dll"
42
ext/enoki
0 commit comments