[MacPorts] #26527: mpich2 unrecognized configure options

MacPorts noreply at macports.org
Sat Sep 18 14:38:01 PDT 2010


#26527: mpich2 unrecognized configure options
--------------------------------------+-------------------------------------
  Reporter:  ryandesign@…             |       Owner:  macports-tickets@…                   
      Type:  defect                   |      Status:  closed                               
  Priority:  Normal                   |   Milestone:                                       
 Component:  ports                    |     Version:  1.9.1                                
Resolution:  fixed                    |    Keywords:                                       
      Port:  mpich2                   |  
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 {{{
 --disable-f77
 --disable-f90
 --enable-cxx
 --enable-sharedlibs
 --enable-timer-type
 --with-thread-package
 }}}

 `./configure --help` says these are valid options so I'll leave them.
 mpich2 appears to run many configure scripts; perhaps not all of the
 options are applicable to all of the scripts.

 {{{
 --with-atomic-primitives
 }}}

 We are not passing this option; it's coming from mpich2 internally.

 {{{
 --with-python
 }}}

 There's no mention of python in ./configure --help, but the value passed
 to `--with-python` does end up in the shebang line of the installed python
 scripts, so I'll leave this option.

 {{{
 --with-docdir
 --with-htmldir
 }}}

 `./configure --help` says these are called `--docdir` and `--htmldir`,
 respectively; changing that in r71648, which fixes part of the
 documentation problem. I got tired of dealing with this configure script
 so I fixed the rest in post-destroot.

-- 
Ticket URL: <https://trac.macports.org/ticket/26527#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list