Bug 1369083

Summary: MPI version of nc-config shows incorrect paths
Product: [Fedora] Fedora Reporter: Dave Love <dave.love>
Component: netcdfAssignee: Orion Poplawski <orion>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dakingun, jspaleta, orion, pertusus
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: netcdf-4.4.1.1-1.fc25 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-05 21:43:48 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 Dave Love 2016-08-22 12:57:00 UTC
Description of problem:

The MPI version (or at least the openmpi one) of nc-config is incorrect, e.g. --includedir should be /usr/include/openmpi-x86_64, not /usr/include:

  $ which nc-config
  /usr/lib64/openmpi/bin/nc-config
  $ nc-config --includedir
  /usr/include

However, pkg-config gets it right:

  $ pkg-config  --variable=includedir netcdf
  /usr/include/openmpi-x86_64

(This actually bit me in packaging something using netcdf-openmpi.)

Version-Release number of selected component (if applicable):
4.4.1-2.fc25.x86_64

Comment 1 Orion Poplawski 2016-08-22 15:41:48 UTC
This was just fixed upstream here: https://github.com/Unidata/netcdf-c/pull/305

Can you wait for a 4.4.1.1, or shall I push an update with this patch?

Comment 2 Fedora Update System 2016-11-29 20:48:37 UTC
netcdf-4.4.1.1-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-5de2503776

Comment 3 Fedora Update System 2016-11-29 20:48:44 UTC
netcdf-4.4.1.1-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-66f20ad21e

Comment 4 Fedora Update System 2016-12-03 04:32:04 UTC
netcdf-4.4.1.1-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-66f20ad21e

Comment 5 Fedora Update System 2016-12-03 05:39:32 UTC
netcdf-4.4.1.1-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-5de2503776

Comment 6 Fedora Update System 2016-12-05 21:43:48 UTC
netcdf-4.4.1.1-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.