Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] ABINIT Mac Intel

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] ABINIT Mac Intel


Chronological Thread 
  • From: Yann Pouillon <yann.pouillon@ehu.es>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] ABINIT Mac Intel
  • Date: Mon, 7 Apr 2008 18:21:25 +0200
  • Organization: European Theoretical Spectroscopy Facility (ETSF)

Le Mon, 7 Apr 2008 15:24:33 +0200, Enrico <enrico.avenati@yahoo.com> a écrit :

> i'm trying to install abinit 5.3.4 on my MacBook with Intel processor, but i
> got an error during the make.
> This is the error:
>
> Use of uninitialized value in hash element at /usr/bin/automake-1.6 line
> 8459. Use of uninitialized value in list assignment
> at /usr/bin/automake-1.6 line 8448.
> Use of uninitialized value in concatenation (.) or string at
> /usr/bin/automake-1.6 line 8449.
> : warning: automake does not support abiexec_PROGRAMS being defined
> conditionally
> make: *** [Makefile.in] Error 1

First know that you don't need Automake to build ABINIT. It is only useful
for developers. You just have to type:

./configure [options...] && make && make install

If this is what you do, such an error may come from the use of a remote NFS
file system with a clock skew, i.e. the new files are created with a date and
time which are before the ones of the old files. In such a case, you should
type:

find . -exec touch {} \;

from the top ABINIT source dir before running configure.

> I was wondering if there isn't any later version for mac like 5.4.x
> ( already compiled, i'm ok with precomiled binaries!!)
> if anybody can help i hope to be able to follow.

The available binary packages are listed on the following webpage:

http://www.abinit.org/package/?text=summary

I'm not aware of any Mac/Intel binary for ABINIT 5.3, though.

Best regards,

Yann.

--
Yann Pouillon European Theoretical Spectroscopy Facility (ETSF)
Tel: (+34) 943 01 83 94 Centro Joxe Mari Korta, Avenida de Tolosa, 72
Fax: (+34) 943 01 83 90 20018 Donostia-San Sebastián (Gipuzkoa)
Web: http://www.etsf.es/ España



Archive powered by MHonArc 2.6.16.

Top of Page