You are quite correct - it was indeed missing from Makefile.am! Fixed - and
thanks!
On Dec 20, 2011, at 4:40 PM, Paul H. Hargrove wrote:
> Regardless of any other issues the referenced file does not appear in the
> tarball at all:
>
> $ tar tfj openmpi-1.5.5rc1.tar.bz2 | grep modify-configure-
Interesting - I'll fix it. Thanks!
On Dec 20, 2011, at 4:40 PM, Paul H. Hargrove wrote:
> Regardless of any other issues the referenced file does not appear in the
> tarball at all:
>
> $ tar tfj openmpi-1.5.5rc1.tar.bz2 | grep modify-configure-for-sun-fortran.pl
> || echo NOPE
> NOPE
>
> -Pa
Here's a trivial patch that seems to fix it:
Index: autogen.sh
===
--- autogen.sh (revision 25674)
+++ autogen.sh (working copy)
@@ -698,7 +698,9 @@
rm -f configure.patched
echo " ++ Modifying configure for Sun Studio Fo
Regardless of any other issues the referenced file does not appear in
the tarball at all:
$ tar tfj openmpi-1.5.5rc1.tar.bz2 | grep
modify-configure-for-sun-fortran.pl || echo NOPE
NOPE
-Paul
On 12/20/2011 3:30 PM, Jeff Squyres wrote:
Yeah, we've known about this one and mostly ignored it.
Yeah, we've known about this one and mostly ignored it.
It occurs when autogen.sh is in a non-root directory and tries to run that
script in a place where it doesn't exist (it does exist in the root directory).
We hadn't previously bothered to fix it because a) it's in autogen and users
won't