File: system_libdbcsr.patch

package info (click to toggle)
cp2k 2025.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 366,832 kB
  • sloc: fortran: 955,049; f90: 21,676; ansic: 18,058; python: 13,378; sh: 12,179; xml: 2,173; makefile: 964; pascal: 845; perl: 492; lisp: 272; cpp: 137; csh: 16
file content (23 lines) | stat: -rw-r--r-- 668 bytes parent folder | download
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 =====================================================