Page 1 of 1

how to disable md5 check in ab-6.6.1

Posted: Thu Mar 03, 2011 6:03 pm
by hicpalm
hi,
my configure script is aborting for missed md5 tarballs files which I downloaded manually.
so I am trying to disable this check.
thanks for suggestions.

Re: how to disable md5 check in ab-6.6.1

Posted: Thu Mar 03, 2011 6:28 pm
by Alain_Jacques
Hi Hicpalm,

[dirty trick]

Try a MD5SUM=bogus ../configure i.e. define MD5SUM environment var with a bogus value. Configure will fail to check downloaded tars with "bogus" but will go on with a warning.

[/dirty trick]

Alain

Re: how to disable md5 check in ab-6.6.1

Posted: Thu Mar 03, 2011 8:10 pm
by hicpalm
Hi Alain,
it works, thank you !

Re: how to disable md5 check in ab-6.6.1

Posted: Fri Mar 04, 2011 3:21 am
by goodwill
In the Configure script of abinit-6.6.1, atompaw-3.0.1.tar.gz is required, however, the different version, atompaw-3.0.tar.gz, is supplied in the abinit website. It is then necessary to manually download atompaw-3.0.1.tar.gz from the atompaw website.

Re: how to disable md5 check in ab-6.6.1

Posted: Fri Mar 04, 2011 10:01 am
by Alain_Jacques
Hi Goodwill,

The idea is to distribute Abinit 6.6 with Atompaw 3.0.1. but I have to check the status and update the distribution. Either you wait for 6.6.2 that should come out soon or you can download Atompaw 3.0.1 and compile Abinit with the generator as an external tool. I would not advise to trick Abinit 6.6.1 configure to build automatically Atompaw 3.0.1 by swapping the distribution files because there are patches that are applied against version 3.0. IIRW the corrections are related to rather exotic compilers support so 3.0 is fine.

Alain

[RESOLVED] Re: how to disable md5 check in ab-6.6.1

Posted: Tue Mar 22, 2011 6:37 pm
by Boris
goodwill wrote:In the Configure script of abinit-6.6.1, atompaw-3.0.1.tar.gz is required, however, the different version, atompaw-3.0.tar.gz, is supplied in the abinit website. It is then necessary to manually download atompaw-3.0.1.tar.gz from the atompaw website.


Hi Goodwill,

You can download the correct version of atompaw from launchpad.net: https://launchpad.net/atompaw/+milestone/3.0.1

Abinit compiles well with this.

Boris