For this release, I think I will just create a tarball on shakey. After that we can fix it the right way. Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Chan Sent: Friday, September 14, 2007 3:53 PM To: [email protected] Subject: RE: [mpich2-core] 1.0.6 release tarball
Hmm... I notice 2.61 configure actually defines htmldir (which isn't defined in older autoconf)
datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' htmldir='${docdir}'
I think for us to stick to GNU coding standards, instead of updating our configure's default htmldir, we may want to remove our default values and let configue does its thing. Rajeev, why don't you give me few more hours so I can look over everything to find the optimize solution here.
A.Chan
On Fri, 14 Sep 2007, Rajeev Thakur wrote:
OK. I guess it means changing these lines in these 3 configures. Is that correct? Anthony, can you do the one in mpe2. I will do the others.
configure.in:with_htmldir='${prefix}/www') configure.in: htmldir='${prefix}/www' src/mpi/romio/configure.in:if test -z "$htmldir" ; then htmldir='${prefix}/www' ; fi src/mpe2/configure.in:with_htmldir='${prefix}/www' ) src/mpe2/configure.in: htmldir='${prefix}/www'
Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of William Gropp Sent: Friday, September 14, 2007 3:30 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables
and so is not
affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/ share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to
$prefix/share/www
as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/ mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev