Wrong CPP option for Libbeef
Posted: 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
This CPP_OPTIONS is incorrect. It should be
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
Code: Select all
CPP_OPTIONS += -Dlibbeef