Skip to content

Fix Spack in install in CI#4087

Merged
garth-wells merged 10 commits intomainfrom
ci-debug
Feb 14, 2026
Merged

Fix Spack in install in CI#4087
garth-wells merged 10 commits intomainfrom
ci-debug

Conversation

@garth-wells
Copy link
Member

@garth-wells garth-wells commented Feb 14, 2026

Add RPATH to Basix install.

Removes pyamg from pyproject file. pyamg is problematic because it over-constrains dependency versions.

@garth-wells garth-wells changed the title CI debug Fix Spack in install in CI Feb 14, 2026
@garth-wells garth-wells added the ci Continuous Integration label Feb 14, 2026
@garth-wells garth-wells marked this pull request as ready for review February 14, 2026 20:49
@garth-wells garth-wells added this pull request to the merge queue Feb 14, 2026
Merged via the queue into main with commit 99b4604 Feb 14, 2026
19 checks passed
@garth-wells garth-wells deleted the ci-debug branch February 14, 2026 21:37
. ./spack-src/share/spack/setup-env.sh
spack env activate py
pip install git+https://github.com/${{ env.ufl_repository }}.git@${{ env.ufl_ref }}
pip install -Ccmake.build-type="Developer" git+https://github.com/${{ env.basix_repository }}.git@${{ env.basix_ref }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garth-wells Was there a reason to remove this? When running DOLFINx tests this has picked up issues in the past as it enables a lot of C++ standard library asserts.

"numba",
"matplotlib",
"scipy",
"pyamg",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helpful to keep this one as it documents what our demos are using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants