Skip to content

Remove RPATH fiddling#1029

Open
jhale wants to merge 10 commits into
mainfrom
jhale-patch-1
Open

Remove RPATH fiddling#1029
jhale wants to merge 10 commits into
mainfrom
jhale-patch-1

Conversation

@jhale

@jhale jhale commented Jun 22, 2026

Copy link
Copy Markdown
Member

This should be left to the user or package manager. The rpath tweak for the full wheel build remains and is necessary.

cmake --build build-dir/
cmake --install build-dir/
ldconfig
python3 -m pip install --break-system-packages python/
- name: Install Basix
run: pip install --no-build-isolation .
run: |
pip install scikit-build-core
- name: Install Basix
run: pip install --no-build-isolation .
run: |
pip install scikit-build-core
run: |
pip install scikit-build-core
python -m scikit_build_core.build requires | python -c "import sys, json; print(' '.join(json.load(sys.stdin)))" | xargs pip install
pip install --no-build-isolation .
run: |
pip install scikit-build-core
python -m scikit_build_core.build requires | python -c "import sys, json; print(' '.join(json.load(sys.stdin)))" | xargs pip install
pip install --no-build-isolation .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants