Skip to content

Commit 637de18

Browse files
authored
Merge pull request #4 from kratsg/feat/changeCondaInstallTool
chore: set conda_install_tool to pixi
2 parents f17c602 + ea82169 commit 637de18

File tree

5 files changed

+171
-30
lines changed

5 files changed

+171
-30
lines changed

.scripts/build_steps.sh

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_osx_build.sh

Lines changed: 14 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conda-forge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
conda_build_tool: rattler-build
2+
conda_install_tool: pixi
23
github:
34
branch_name: main
45
tooling_branch_name: main

pixi.toml

Lines changed: 142 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source:
1313
- patches/cmake-minimum-3.5.patch
1414

1515
build:
16-
number: 1
16+
number: 2
1717
skip:
1818
- win
1919
# https://github.com/conda-forge/root-feedstock/issues/327

0 commit comments

Comments
 (0)