Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525492 - sys-cluster/openmpi-1.8.3 - fails to properly disable fortran support
Summary: sys-cluster/openmpi-1.8.3 - fails to properly disable fortran support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Bronder (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-15 11:56 UTC by Boris Bigott
Modified: 2014-10-16 14:58 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Bigott 2014-10-15 11:56:15 UTC
The ebuild uses the --disable-mpi-f90 and --disable-mpi-f77 configure options to disable fortran support. These options have been replaced in recent openmpi versions by option --enable-mpi-fortran. The ebuild has to be adjusted accordingly. If no fortran compiler is installed the ebuild fails to install.

Reproducible: Always

Steps to Reproduce:
1. Remove fortran useflag if present.
2. Install openmpi
Actual Results:  
openmpi fails in configure stage

Expected Results:  
it shouldn't fail :)
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2014-10-16 14:58:47 UTC
+  16 Oct 2014; Justin Bronder <jsbronder@gentoo.org> openmpi-1.8.3.ebuild:
+  Properly disable fortran when requested, #525492. Thanks to Boris Bigott for
+  providing a solution.
+