Make fails due to revtex4-1.cls missing !!

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
User avatar
sponce
Posts: 60
Joined: Sat Apr 16, 2011 9:44 am

Make fails due to revtex4-1.cls missing !!

Post by sponce » Fri Dec 06, 2013 2:23 pm

Dear Developper,

In the new version of Abinit (here 7.6.0 but also in 7.5.4) there is a problem while compiling Abinit:

Code: Select all

! LaTeX Error: File `revtex4-1.cls' not found.
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on conductivity_paw_manu.log.
make[1]: *** [conductivity_paw_manu.pdf] Erreur 1


This error occurs on all our clusters because the clusters have latex but not the APS style file "revtex4-1.cls".

For the moment, the workaround is to go into Makefile:
ligne 781
- SUBDIRS = fallbacks src bindings doc tests
+ SUBDIRS = fallbacks src bindings tests

This avoid to compile the documentation ....

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: Make fails due to revtex4-1.cls missing !!

Post by pouillon » Tue Dec 10, 2013 12:49 pm

I've disabled the build of the documentation in Abinit 7.6 and see what I can do in Abinit 7.7.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked