Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export CMAKE_PREFIX_PATH in helper installation scripts #2887

Merged
merged 6 commits into from
Nov 15, 2023

Conversation

francesco-ballarin
Copy link
Member

@francesco-ballarin francesco-ballarin commented Nov 13, 2023

Mimicks the already existing export of PKG_CONFIG_PATH and helps downstream development in the nightly docker image.

This change is not required when building the docker nightly image itself, but I honestly do not understand why:

I also have verified that without CMAKE_PREFIX_PATH (and without DOLFINX_DIR) one could have had mixed configurations when using the nightly image, in which after sourcing /usr/local/dolfinx-complex/lib/dolfinx/dolfinx.conf the python part is imported from /usr/local/dolfinx-complex, while the C++ one from /usr/local/dolfinx-real.

@jhale
Copy link
Member

jhale commented Nov 14, 2023

It isn't strictly necessary to be up to date with main to merge. The merge queue will handle merging main into your branch and running the test suite.

@francesco-ballarin
Copy link
Member Author

I'll wait to see if @garth-wells has any comment, and after that I'll merge to main.

python/CMakeLists.txt Outdated Show resolved Hide resolved
python/CMakeLists.txt Outdated Show resolved Hide resolved
@francesco-ballarin francesco-ballarin added this pull request to the merge queue Nov 15, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 15, 2023
@francesco-ballarin francesco-ballarin added this pull request to the merge queue Nov 15, 2023
Merged via the queue into main with commit a7fa17b Nov 15, 2023
20 checks passed
@francesco-ballarin francesco-ballarin deleted the francesco/docker-cmake branch November 15, 2023 16:42
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.

3 participants