File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ python = ">=3.9.0"
2424scipy = " >=1.10.0"
2525
2626[activation ]
27- scripts = [" scripts /activation.sh" ]
27+ scripts = [" build_scripts/pixi /activation.sh" ]
2828
2929[target .win-64 .activation ]
30- scripts = [" scripts /activation.bat" ]
30+ scripts = [" build_scripts/pixi /activation.bat" ]
3131
3232[tasks ]
3333# We must avoid to set CMAKE_CXX_FLAGS because of WIN32
@@ -78,14 +78,14 @@ python = "3.9.*"
7878# to avoid cxx-compiler to overwrite them.
7979[feature .clang-cl ]
8080platforms = [" win-64" ]
81- activation = { scripts = [" scripts /activation_clang_cl.bat" ] }
81+ activation = { scripts = [" build_scripts/pixi /activation_clang_cl.bat" ] }
8282
8383# Use clang on GNU/Linux.
8484# We must use scripts instead of env to setup CC and CXX
8585# to avoid cxx-compiler to overwrite them.
8686[feature .clang ]
8787platforms = [" linux-64" ]
88- activation = { scripts = [" scripts /activation_clang.sh" ] }
88+ activation = { scripts = [" build_scripts/pixi /activation_clang.sh" ] }
8989dependencies = { clangxx = " *" }
9090
9191[environments ]
You can’t perform that action at this time.
0 commit comments