From 642a915181594ee2ca0913c4be76ea5bd308765c Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Fri, 5 Jul 2024 21:57:19 +0200 Subject: [PATCH] Fix lib path --- arch/Linux-gnu-aarch64-static.ssmp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/Linux-gnu-aarch64-static.ssmp b/arch/Linux-gnu-aarch64-static.ssmp index 08f72c635d..849cadc4e1 100644 --- a/arch/Linux-gnu-aarch64-static.ssmp +++ b/arch/Linux-gnu-aarch64-static.ssmp @@ -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)