[MacPorts] #26527: mpich2 unrecognized configure options
MacPorts
noreply at macports.org
Sat Sep 18 12:57:33 PDT 2010
#26527: mpich2 unrecognized configure options
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: mpich2
-------------------------------------+--------------------------------------
Looks like lots of configure options mpich2 is using don't actually do
anything:
{{{
$ sudo port configure mpich2
...
$ port log mpich2 | grep unrecognized
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--disable-f77, --disable-f90, --enable-sharedlibs
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--disable-f77, --disable-f90, --enable-sharedlibs
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--disable-f77, --disable-f90, --enable-sharedlibs, --with-atomic-
primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--disable-f77, --disable-f90, --enable-sharedlibs, --with-atomic-
primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--disable-f77, --disable-f90, --enable-sharedlibs, --with-atomic-
primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--disable-f77, --disable-f90, --enable-sharedlibs, --with-atomic-
primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--enable-sharedlibs, --with-atomic-primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--enable-sharedlibs, --with-atomic-primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--disable-f77, --disable-f90, --enable-sharedlibs, --with-atomic-
primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --with-python,
--disable-f77, --disable-f90, --enable-sharedlibs, --with-atomic-
primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --disable-f77,
--disable-f90, --enable-sharedlibs, --with-atomic-primitives
configure: WARNING: unrecognized options: --with-thread-package, --enable-
timer-type, --enable-cxx, --with-htmldir, --with-docdir, --disable-f77,
--disable-f90, --enable-sharedlibs, --with-atomic-primitives
$
}}}
In particular, the fact that the --with-docdir and --with-htmldir options
do nothing means the documentation gets installed directly in
/opt/local/share/doc, not in a subdirectory thereof, so that's wrong.
{{{
$ ls
/opt/local/var/macports/software/mpich2/1.2.1p1_0/opt/local/share/doc/
index.htm jumpshot-4 openpa user.pdf www3
install.pdf logging.pdf smpd_pmi.pdf www1 www4
$
}}}
--
Ticket URL: <https://trac.macports.org/ticket/26527>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list