mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

new file: b/bwidget/bwidget-1.9.15-GCCcore-11.3.0.eb.bak_20220823112125_58813 modified: t/Togl/Togl-2.0-GCCcore-11.3.0.eb modified: x/XCrySDen/XCrySDen-1.6.2-foss-2022a.eb modified: x/XCrySDen/XCrySDen-1.6.2-intel-2022a.eb modified: x/XCrySDen/XCrysDen-1.6.2-no-bwidget-tcl-download.patch
17 lines
791 B
Diff
17 lines
791 B
Diff
# Contribution from IT4Innovations National Supercomputing Center, Czech Republic
|
|
# Jakub Kropacek, 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
|