Skip to content

Commit

Permalink
rely on conda-forge packages for everything except mumps, scotch and …
Browse files Browse the repository at this point in the history
…metis
  • Loading branch information
Krande committed Dec 16, 2024
1 parent a5aed2b commit 2662207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ requirements:
- psutil
- if: not win
then:
- metis
- mumps
- "libscotch * *debug*"
- "scotch * *debug*"
- "metis * *debug*"
- "mumps * *debug*"
- mfront
- mgis
- libmed
- scotch
- medcoupling
run:
- python
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mumps = { version = "*", build = "*debug*" }

[feature.conda.tasks]
cbuildn = {cmd = ["rattler-build", "build","-r", "conda/recipe.yaml"] }
cbuild = {cmd = ["rattler-build", "build","-r", "conda/recipe.yaml", "-c", "https://repo.prefix.dev/code-aster", "-c", "conda-forge"] }
cbuild = {cmd = ["rattler-build", "build","-r", "conda/recipe.yaml", "-c", "conda-forge", "-c", "https://repo.prefix.dev/code-aster"] }
ctest = {cmd = ["rattler-build", "test"]}

[feature.local-unix.tasks]
Expand Down

0 comments on commit 2662207

Please sign in to comment.