File tree 5 files changed +4
-4
lines changed
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"
24
24
scipy = " >=1.10.0"
25
25
26
26
[activation ]
27
- scripts = [" build_scripts /pixi/activation.sh" ]
27
+ scripts = [" development/scripts/ /pixi/activation.sh" ]
28
28
29
29
[target .win-64 .activation ]
30
- scripts = [" build_scripts /pixi/activation.bat" ]
30
+ scripts = [" development/scripts/ /pixi/activation.bat" ]
31
31
32
32
[tasks ]
33
33
# We must avoid to set CMAKE_CXX_FLAGS because of WIN32
@@ -102,14 +102,14 @@ python = "3.9.*"
102
102
# to avoid cxx-compiler to overwrite them.
103
103
[feature .clang-cl ]
104
104
platforms = [" win-64" ]
105
- activation = { scripts = [" build_scripts /pixi/activation_clang_cl.bat" ] }
105
+ activation = { scripts = [" development/scripts/ /pixi/activation_clang_cl.bat" ] }
106
106
107
107
# Use clang on GNU/Linux.
108
108
# We must use scripts instead of env to setup CC and CXX
109
109
# to avoid cxx-compiler to overwrite them.
110
110
[feature .clang ]
111
111
platforms = [" linux-64" ]
112
- activation = { scripts = [" build_scripts /pixi/activation_clang.sh" ] }
112
+ activation = { scripts = [" development/scripts/ /pixi/activation_clang.sh" ] }
113
113
dependencies = { clangxx = " *" }
114
114
115
115
[environments ]
You can’t perform that action at this time.
0 commit comments