1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
--- ./Makefile.orig 2023-09-16 17:58:07.609263294 +0530
+++ ./Makefile 2023-09-16 18:00:03.816281859 +0530
@@ -29,9 +29,9 @@
EXEDIR := $(MAINEXEDIR)/$(ARCH)
REVISION := $(shell $(CP2KHOME)/tools/build_utils/get_revision_number $(SRCDIR))
-EXTSDIR := exts
-EXTSHOME := $(CP2KHOME)/$(EXTSDIR)
-EXTSPACKAGES := $(shell cd $(EXTSHOME) ; find * -maxdepth 0 -type d | grep -v build_ )
+EXTSDIR :=
+EXTSHOME :=
+EXTSPACKAGES :=
PYTHON := /usr/bin/env python3
@@ -62,7 +62,6 @@
else
ARCHIVE_EXT := .a
endif
-include $(EXTSHOME)/Makefile.inc
endif
# Declare PHONY targets =====================================================
|