Wrong CPP option for Libbeef

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
User avatar
shaldar
Newbie
Newbie
Posts: 7
Joined: Tue Oct 20, 2009 5:08 am
License Nr.: 20-0458
Location: Kiel, Germany

Wrong CPP option for Libbeef

#1 Post by shaldar » Sun Jan 23, 2022 12:39 am

Hello VASP Admin,

On the current makefile.include wiki page https://www.vasp.at/wiki/index.php/Makefile.include (accessed 22.01.2022), the instruction to compile vasp with libbeef support reads

Code: Select all

CPP_OPTIONS  += -DUSELIBXC
LIBBEEF_ROOT ?= /path/to/your/libbeef/installation
LLIBS        += -L$(LIBBEEF_ROOT)/lib -lbeef
This CPP_OPTIONS is incorrect. It should be

Code: Select all

CPP_OPTIONS  += -Dlibbeef
Dr. Soumyajyoti Haldar
Postdoctoral Researcher
Christian-Albrechts-Universität zu Kiel
Institut für Theoretische Physik und Astrophysik
Leibnizstraße 15, D-24098 Kiel, Germany

fabien_tran1
Global Moderator
Global Moderator
Posts: 316
Joined: Mon Sep 13, 2021 11:02 am

Re: Wrong CPP option for Libbeef

#2 Post by fabien_tran1 » Sun Jan 23, 2022 8:02 am

Thank you. This is now correct.

Post Reply