Bug 2347503 - CMAKE_PREFIX_PATH is missing again
Summary: CMAKE_PREFIX_PATH is missing again
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mpich
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-02-25 11:19 UTC by Cristian Le
Modified: 2025-03-15 00:32 UTC (History)
1 user (show)

Fixed In Version: mpich-4.2.2-4.fc43 mpich-4.2.2-4.fc42
Clone Of:
Environment:
Last Closed: 2025-02-26 16:59:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Cristian Le 2025-02-25 11:19:35 UTC
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

Comment 1 Fedora Update System 2025-02-26 16:55:03 UTC
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

Comment 2 Fedora Update System 2025-02-26 16:59:51 UTC
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.

Comment 3 Fedora Update System 2025-02-26 17:02:44 UTC
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

Comment 4 Fedora Update System 2025-02-27 02:11:39 UTC
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.

Comment 5 Fedora Update System 2025-03-15 00:32:29 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.