diff --git a/soma-forge/recipes/soma/recipe.yaml b/soma-forge/recipes/soma/recipe.yaml index 1945fd6..377646c 100644 --- a/soma-forge/recipes/soma/recipe.yaml +++ b/soma-forge/recipes/soma/recipe.yaml @@ -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: @@ -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