Fix lib path

This commit is contained in:
Matthias Krack 2024-07-05 21:57:19 +02:00
parent 75327a12ef
commit 642a915181

View file

@ -2,13 +2,13 @@
#
# CP2K (GNU aarch64) arch file for a serial static ARM64 binary
#
# Tested with: GNU 12.3.0, FFTW 3.3.10, LIBINT 2.6.0, LIBVORI 220621,
# Tested with: GNU 14.1.0, FFTW 3.3.10, LIBINT 2.6.0, LIBVORI 220621,
# LIBXC 6.2.2, OpenBLAS 0.3.27, SPGLIB 2.3.1, DFTD4 3.6.0,
# LIBGRPP 20231215
#
# Usage: Source this arch file and then run make as instructed.
#
# Last update: 03.07.2024
# Last update: 05.07.2024
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
@ -108,7 +108,7 @@ endif
ifneq ($(USE_DFTD4),)
USE_DFTD4 := $(strip $(USE_DFTD4))
DFTD4_INC := $(INSTALL_PATH)/dftd4-$(USE_DFTD4)/include
DFTD4_LIB := $(INSTALL_PATH)/dftd4-$(USE_DFTD4)/lib64
DFTD4_LIB := $(INSTALL_PATH)/dftd4-$(USE_DFTD4)/lib
CFLAGS += -I$(DFTD4_INC)/dftd4/GNU-$(GNU_VER)
DFLAGS += -D__DFTD4
ifeq ($(SHARED), yes)