easyconfigs-it4i/x/XCrySDen/XCrysDen-1.6.2-no-bwidget-tcl-download.patch
Jakub Kropacek 04269fca15 modified: x/XCrySDen/XCrySDen-1.6.2-intel-2022a.eb
modified:   x/XCrySDen/XCrysDen-1.6.2-no-bwidget-tcl-download.patch
2022-08-23 10:25:01 +02:00

19 lines
818 B
Diff

# Institution: IT4Innovations National Supercomputing Center, Czech Republic
# Author: Jakub Kropacek
# License: GPLv3
# Year: 2022
#
# Do not download and build own BWidget and Tcl; use modules instead.
diff -Nru xcrysden-1.6.2.orig/Makefile xcrysden-1.6.2/Makefile
--- xcrysden-1.6.2.orig/Makefile 2022-08-23 08:23:59.130921000 +0200
+++ xcrysden-1.6.2/Makefile 2022-08-23 08:39:27.632777181 +0200
@@ -18,7 +18,7 @@
all: tcl tk mesa togl fftw xcrysden
# meschach
-xcrysden: usage bwidget bindir src-C src-F src-Tcl
+xcrysden: usage bindir src-C src-F
usage: $(TOPDIR)/docs/xcrysden.1
man $(TOPDIR)/docs/xcrysden.1 | awk 'BEGIN {lprint=0; print "## do not edit changes will be lost (file automatically generated)\n"; } /SYNOPSIS/ { lprint=1; } /SEE ALSO/ { lprint=0; } /a*/ { if (lprint) print; }' > usage