Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

feat: read the finalized dependencies from pixi#269

Merged
ruben-arts merged 2 commits intomainfrom
feat/pass_records_to_build_backend
Aug 1, 2025
Merged

feat: read the finalized dependencies from pixi#269
ruben-arts merged 2 commits intomainfrom
feat/pass_records_to_build_backend

Conversation

@baszalmstra
Copy link
Contributor

With prefix-dev/pixi#4252 the backends now receive the records installed in the host/build environments. This PR adds this information to the recipe to ensure that the SP_DIR and PY_VER variables are set during build.

@baszalmstra baszalmstra requested a review from ruben-arts August 1, 2025 11:30
@lucascolley lucascolley added the enhancement New feature or request label Aug 1, 2025
@ruben-arts
Copy link
Contributor

Works!

 │ │ USING PYTHON_EXECUTABLE=$PREFIX/bin/python
 │ │ USING PKG_CONFIG_EXECUTABLE=$PREFIX/bin/pkg-config
 │ │ Using Python 3.12
 │ │ Using PREFIX: $PREFIX
 │ │ Using SP_DIR: $PREFIX/lib/python3.12/site-packages
 │ │ Using CONDA_BUILD: 1
 │ │ Using CPU_COUNT: 14
 │ │ Using PY_VER: 3.12
 │ │ Using PYTHON: $PREFIX/bin/python
 │ │ Using STDLIB_DIR: 
 │ │ Using ROS_PYTHON_VERSION: 3.12
 │ │ Using SRC_DIR: $SRC_DIR

@ruben-arts ruben-arts merged commit a1f1ea5 into main Aug 1, 2025
13 of 14 checks passed
@ruben-arts ruben-arts deleted the feat/pass_records_to_build_backend branch August 1, 2025 12:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants