1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/cmake/cmake.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] A cross-platform, open-source make system
15 [T] CMake is used to control the software compilation process using simple
16 [T] platform and compiler independent configuration files. CMake generates
17 [T] native makefiles and workspaces that can be used in the compiler
18 [T] environment of your choice. CMake is quite sophisticated: it is possible
19 [T] to support complex environments requiring system configuration,
20 [T] preprocessor generation, code generation, and template instantiation.
22 [U] http://www.cmake.org/
24 [A] Kitware, Inc., Insight Consortium
25 [M] Rene Rebe <rene@t2-project.org>
33 [P] X ?----5---9 102.200
35 # the configure script is rather strange - we can not detect the options
37 # and strange config options it has, datadir and docdir are relative to $prefix
38 [O] confopt="--prefix=$root/$prefix --datadir=/share/$pkg --docdir=/doc/$pkg"
39 # only bootstrap cmake we don't have it yet
40 [O] type -p cmake >/dev/null && runconf=0
41 # don't complex, Qt et al. cmake extras during bootstrap
42 [O] atstage native || var_remove_regex PATH ":" ".*opt.*"
43 [O] [ "$SDECFG_PARALLEL_MAX" ] && var_append confopt ' ' "--parallel=$SDECFG_PARALLEL_MAX"
45 [CV-URL] http://www.cmake.org/download/
47 [D] 1079c1cafe9e75ddd05eb9998cb5860d51448736cd0de866afb959f2 cmake-3.21.4.tar.gz http://www.cmake.org/files/v3.21/