-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

  Hi,

There is another small problem in that file:

- --with-io-romio-flags is not being passed either. This is needed to pass 
--with-filesystems for
enabling ROMIO support for more than NFS and UFS.

Problem is the
io_romio_flags=
line clearing the previously stored value:

(same file, comments inbetween)

        AS_IF([test -n "$with_io_romio_flags" -a "$with_io_romio_flags" != 
"no"],
                         [io_romio_flags="$with_io_romio_flags 
$io_romio_flags"],
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                         [io_romio_flags=])

    [...snip...]


>                   io_romio_flags=
>                   ^^^^^^^^^^^^^^^^
>
>  Probably the line above had to go BEFORE the first AS_IF

                   AS_IF([test "$cross_compiling" = "yes"],
                       [AS_IF([test ! -z $build], 
[io_romio_flags="$io_romio_flags --build=$build"])
                        AS_IF([test ! -z $host], 
[io_romio_flags="$io_romio_flags --host=$host"])
                        AS_IF([test ! -z $target], 
[io_romio_flags="$io_romio_flags
- --target=$target"])])
                   io_romio_flags="$io_romio_flags CFLAGS="'"'"$CFLAGS"'"'"
CPPFLAGS="'"'"$CPPFLAGS"'"'" FFLAGS="'"'"$FFLAGS"'"'" LDFLAGS="'"'"$LDFLAGS"'"'"
- --$io_romio_shared-shared --$io_romio_static-static $io_romio_flags 
$io_romio_prefix_arg
- --with-mpi=open_mpi"

    Greetings,
    Dries

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEX3k4v/8puanD4GoRAqdUAKCRE7t7TY2eKtRnqzMhV9bjVfvFQACbBYgp
ftrnSJlg3wBbTTwl+8Meupg=
=wPOj
-----END PGP SIGNATURE-----

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to