Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363131 - sci-libs/netcdf-4.1.1 doesn't produce MPI headers
Summary: sci-libs/netcdf-4.1.1 doesn't produce MPI headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 16:50 UTC by Nico Schlömer
Modified: 2015-02-28 14:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
paludis info (cave-info.txt,2.63 KB, text/plain)
2011-04-11 16:54 UTC, Nico Schlömer
Details
build log (1302537557-install-sci-libs_netcdf-4.1.1-r4:0::gentoo.out,87.54 KB, text/plain)
2011-04-11 16:54 UTC, Nico Schlömer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Schlömer 2011-04-11 16:50:11 UTC
Hi,

I'm a little confused here on how I have to build netCDF to get parallel support.
I have hdf5[mpi] installed, and at the configuratio nof netcdf everything seems fine. However, the finally installed /usr/include/netcdf.h contains

=============== *snip* ===============
/* These defs added by netCDF configure because parallel HDF5 is not present. */
#ifndef MPI_INCLUDED
#define MPI_Comm int
#define MPI_Info int
#define MPI_COMM_WORLD 0
#define MPI_INFO_NULL 0
#endif
=============== *snap* ===============

where it should really be

=============== *snip* ===============
/* mpi.h included by configure. */
#include <mpi.h>
=============== *snap* ===============

I've got no idea what's going wrong. Any hints?

Cheers,
Nico

Reproducible: Always
Comment 1 Nico Schlömer 2011-04-11 16:54:07 UTC
Created attachment 269505 [details]
paludis info
Comment 2 Nico Schlömer 2011-04-11 16:54:27 UTC
Created attachment 269507 [details]
build log
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2015-02-28 14:43:42 UTC
+  28 Feb 2015; Justin Lecher <jlec@gentoo.org> -netcdf-4.1.1-r4.ebuild,
+  -netcdf-4.1.3.ebuild, -netcdf-4.2.1.1.ebuild, -netcdf-4.3.0.ebuild,
+  -netcdf-4.3.1.1.ebuild, -netcdf-4.3.2.ebuild, metadata.xml:
+  Drop old; obsoletes #348922, #363131, #435844, #454950 & #478618
+