Bug 2347503
| Summary: | CMAKE_PREFIX_PATH is missing again | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Le <fedora> |
| Component: | mpich | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | mpich-4.2.2-4.fc43 mpich-4.2.2-4.fc42 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-26 16:59:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
FEDORA-2025-3adb09b547 (mpich-4.2.2-4.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-3adb09b547 FEDORA-2025-3adb09b547 (mpich-4.2.2-4.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-2006f3f4c1 (mpich-4.2.2-4.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-2006f3f4c1 FEDORA-2025-2006f3f4c1 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-2006f3f4c1` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-2006f3f4c1 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-2006f3f4c1 (mpich-4.2.2-4.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. |
The current version is ``` #%Module 1.0 # # MPICH module for use with 'environment-modules' package: # # Only allow one mpi module to be loaded at a time conflict mpi # Define prefix so PATH and MANPATH can be updated. setenv MPI_BIN /usr/lib64/mpich/bin setenv MPI_SYSCONFIG /etc/mpich-x86_64 setenv MPI_FORTRAN_MOD_DIR /usr/lib64/gfortran/modules/mpich setenv MPI_INCLUDE /usr/include/mpich-x86_64 setenv MPI_LIB /usr/lib64/mpich/lib setenv MPI_MAN /usr/share/man/mpich-x86_64 setenv MPI_PYTHON_SITEARCH %{python2_sitearch}/mpich setenv MPI_PYTHON2_SITEARCH %{python2_sitearch}/mpich setenv MPI_PYTHON3_SITEARCH /usr/lib64/python3.13/site-packages/mpich setenv MPI_COMPILER mpich-x86_64 setenv MPI_SUFFIX _mpich setenv MPI_HOME /usr/lib64/mpich prepend-path PATH /usr/lib64/mpich/bin prepend-path LD_LIBRARY_PATH /usr/lib64/mpich/lib prepend-path MANPATH :/usr/share/man/mpich-x86_64 prepend-path PKG_CONFIG_PATH /usr/lib64/mpich/lib/pkgconfig ``` However, that misses the change from the patch: ``` prepend-path CMAKE_PREFIX_PATH @LIBDIR@ ``` Reproducible: Always