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

new file: b/Bison/Bison-3.7.6-GCCcore-10.2.0.eb new file: b/bwidget/bwidget-1.9.14-GCCcore-10.2.0.eb new file: d/DFTB+/DFTB+-21.1-intel-2020a-Python-3.8.2.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.0.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.2.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.3.0.eb new file: g/git/git-2.31.1.eb new file: m/MATLAB/MATLAB-2021a.eb new file: m/Molpro/Molpro-mpp-2021.1.0.linux_x86_64_openmp.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.3.0.eb new file: "o/OpenMPI/\\" new file: s/SoX/SoX-14.4.2-intel-2020b.eb modified: s/SoX/SoX-14.4.2.eb new file: t/Tcl/Tcl-8.6.11-GCCcore-10.2.0.eb new file: t/Tk/Tk-8.6.11-GCCcore-10.2.0.eb new file: t/Togl/Togl-2.0-GCCcore-10.2.0.eb new file: t/Togl/Togl-2.0_configure.patch new file: t/Togl/Togl-2.0_decl.patch new file: u/UCX/UCX-1.10.1-NVHPC-21.2-CUDA-11.3.0.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.2.2.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.3.0.eb new file: x/XCrySDen/XCrySDen-1.6.2-intel-2020b.eb
14 lines
607 B
Diff
14 lines
607 B
Diff
* fix function declaration to match previous definition
|
|
author: Miguel Dias Costa (National University of Singapore)
|
|
--- toglDecls.h.orig 2020-01-17 14:57:44.000178028 +0800
|
|
+++ toglDecls.h 2020-01-17 14:58:07.046072088 +0800
|
|
@@ -117,7 +117,7 @@
|
|
EXTERN Bool Togl_UpdatePending _ANSI_ARGS_((const Togl * togl));
|
|
/* 38 */
|
|
EXTERN int Togl_WriteObj _ANSI_ARGS_((const Togl * togl,
|
|
- const Tcl_Obj * toglfont, Tcl_Obj * obj));
|
|
+ const Tcl_Obj * toglfont, const Tcl_Obj * obj));
|
|
/* 39 */
|
|
EXTERN int Togl_WriteChars _ANSI_ARGS_((const Togl * togl,
|
|
const Tcl_Obj * toglfont, const char * str,
|