Skip to content

Commit

Permalink
Fix redundency in recipe and use build Python version for soma package
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Jun 3, 2024
1 parent 5f32c6c commit ec5d901
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions soma-forge/recipes/soma/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ package:
build:
number: 0
script: |
cd "$PIXI_PROJECT_ROOT"
pixi run bash << END
cd "$CASA_BUILD"
export BRAINVISA_INSTALL_PREFIX="$PREFIX"
for component in soma-io aims-free aims-gpl brainvisa-share axon; do
make install-${component}
make install-${component}-dev
make install-${component}-usrdoc
make install-${component}-devdoc
make install-${component}-devdoc
make install-${component}-devdoc
make install-\${component}
make install-\${component}-dev
make install-\${component}-usrdoc
make install-\${component}-devdoc
done
END
requirements:
build:
Expand Down Expand Up @@ -49,6 +50,7 @@ requirements:
- libminc
- openjpeg
- pywebp
- python ==${{ load_from_file(env.get("PIXI_PROJECT_ROOT") + "/build/python_version.json").version }}

#run_constrained:
#- pygltflib
Expand Down

0 comments on commit ec5d901

Please sign in to comment.