# cmake/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. When "boost" is updated, it may be necessary to update or patch "cmake". #--------------------------------------------------------------------- [buildtimes] 00.08 hours (or 004.93 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.14 hours (or 008.63 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.15 hours (or 008.77 minutes) - HP EliteBook 8560w 32GB RAM 00.23 hours (or 013.50 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.60 hours (or 035.73 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = Copyright.txt tmpsize = 354M setpaths = expat openssl ncurses #--------------------------------------------------------------------- [depends] bash-completion:strict bazaar curl-low expat git librtmp # Due to use of curl llvmgcc mercurial ncurses openldap openssl zlib zstd #--------------------------------------------------------------------- [configure] DATADIR=/data DOCDIR=/doc mkdir -p "$PKGDIR_PROD/$DATADIR" mkdir -p "$PKGDIR_PROD/$DOCDIR" bash ./configure \ --prefix=$PKGDIR_PROD \ --datadir=$DATADIR \ --docdir=$DOCDIR \ --verbose #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin cd $BINDIR ORIGEXE=cmake mv $ORIGEXE $ORIGEXE.bin sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $PKGDIR_SPECIAL/$ORIGEXE.wrapper.in \ > $ORIGEXE chmod 755 $ORIGEXE IFNAME=$PKGDIR_PROD/data/Modules/FindLua51.cmake OFNAME=$PKGDIR_PROD/data/Modules/FindLua52.cmake sed -e 's/LUA51/LUA52/g' \ -e 's/Lua51/Lua52/g' \ -e 's/lua51/lua52/g' \ -e 's/lua5\.1/lua5.2/g' \ -e 's/lua-5\.1/lua-5.2/g' \ < $IFNAME > $OFNAME #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://www.cmake.org/ url_lfs = tbd url_tarball = https://cmake.org/files/v3.25/cmake-3.25.3.tar.gz #--------------------------------------------------------------------- [history] 170430 Updated from 2.8.12.2 to 3.8.0 170512 Updated to 3.8.1 170602 Updated to 3.8.2 170923 Updated to 3.9.3 171004 Updated to 3.9.4 171103 Updated to 3.9.5 171110 Updated to 3.9.6 180323 Updated to 3.10.3 180323 Modified to build against "libressl" 2.7.0 190114 Updated to 3.12.4 190721 Updated to 3.14.6 191002 Updated to 3.15.4 210126 Updated to 3.16.9 220822 Updated to 3.20.6 240115 Updated to 3.25.3