Bug 1795674
| Summary: | mpich depends on redhat-rpm-config | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | david08741 |
| Component: | mpich | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | dakingun, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-04 22:58:37 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
david08741
2020-01-28 15:46:19 UTC
I can't reproduce this: $ mock -i result/mpich-3.3.2-1.fc32.x86_64.rpm result/mpich-devel-3.3.2-1.fc32.x86_64.rpm $ mock --shell # module load mpi/mpich-x86_64 # mpic++ --version g++ (GCC) 10.0.1 20200123 (Red Hat 10.0.1-0.5) Copyright (C) 2020 Free Software Foundation, Inc. ... mock seems to have redhat-rpm-config pre-installed. If you come from a clean system without redhat-rpm-config installed, that is not the case. $ podman --rm -it run fedora:rawhide # dnf install mpich-devel environment-modules # . /etc/profile # module load mpi # mpicc --version You should also be able to do this, by uninstalling redhat-rpm-config first, then installing mpich-devel. This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32. |