Skip to content

Commit c3060d6

Browse files
committed
pixi: Move activation scripts
1 parent 768f453 commit c3060d6

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

pixi.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ python = ">=3.9.0"
2424
scipy = ">=1.10.0"
2525

2626
[activation]
27-
scripts = ["build_scripts/pixi/activation.sh"]
27+
scripts = ["development/scripts//pixi/activation.sh"]
2828

2929
[target.win-64.activation]
30-
scripts = ["build_scripts/pixi/activation.bat"]
30+
scripts = ["development/scripts//pixi/activation.bat"]
3131

3232
[tasks]
3333
# We must avoid to set CMAKE_CXX_FLAGS because of WIN32
@@ -102,14 +102,14 @@ python = "3.9.*"
102102
# to avoid cxx-compiler to overwrite them.
103103
[feature.clang-cl]
104104
platforms = ["win-64"]
105-
activation = { scripts = ["build_scripts/pixi/activation_clang_cl.bat"] }
105+
activation = { scripts = ["development/scripts//pixi/activation_clang_cl.bat"] }
106106

107107
# Use clang on GNU/Linux.
108108
# We must use scripts instead of env to setup CC and CXX
109109
# to avoid cxx-compiler to overwrite them.
110110
[feature.clang]
111111
platforms = ["linux-64"]
112-
activation = { scripts = ["build_scripts/pixi/activation_clang.sh"] }
112+
activation = { scripts = ["development/scripts//pixi/activation_clang.sh"] }
113113
dependencies = { clangxx = "*" }
114114

115115
[environments]

0 commit comments

Comments
 (0)