Skip to content
Snippets Groups Projects
Unverified Commit ff2b5579 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

pixi: Move all scripts inside build_scripts/pixi/

parent f52bdffd
No related branches found
No related tags found
No related merge requests found
Pipeline #45918 passed with warnings
File moved
File moved
...@@ -24,10 +24,10 @@ python = ">=3.9.0" ...@@ -24,10 +24,10 @@ python = ">=3.9.0"
scipy = ">=1.10.0" scipy = ">=1.10.0"
[activation] [activation]
scripts = ["scripts/activation.sh"] scripts = ["build_scripts/pixi/activation.sh"]
[target.win-64.activation] [target.win-64.activation]
scripts = ["scripts/activation.bat"] scripts = ["build_scripts/pixi/activation.bat"]
[tasks] [tasks]
# We must avoid to set CMAKE_CXX_FLAGS because of WIN32 # We must avoid to set CMAKE_CXX_FLAGS because of WIN32
...@@ -78,14 +78,14 @@ python = "3.9.*" ...@@ -78,14 +78,14 @@ python = "3.9.*"
# to avoid cxx-compiler to overwrite them. # to avoid cxx-compiler to overwrite them.
[feature.clang-cl] [feature.clang-cl]
platforms = ["win-64"] platforms = ["win-64"]
activation = { scripts = ["scripts/activation_clang_cl.bat"] } activation = { scripts = ["build_scripts/pixi/activation_clang_cl.bat"] }
# Use clang on GNU/Linux. # Use clang on GNU/Linux.
# We must use scripts instead of env to setup CC and CXX # We must use scripts instead of env to setup CC and CXX
# to avoid cxx-compiler to overwrite them. # to avoid cxx-compiler to overwrite them.
[feature.clang] [feature.clang]
platforms = ["linux-64"] platforms = ["linux-64"]
activation = { scripts = ["scripts/activation_clang.sh"] } activation = { scripts = ["build_scripts/pixi/activation_clang.sh"] }
dependencies = { clangxx = "*" } dependencies = { clangxx = "*" }
[environments] [environments]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment