summaryrefslogtreecommitdiff
path: root/gnu/packages/cmake.scm
AgeCommit message (Collapse)Author
2024-02-25gnu: cmake: Adjust vim plugin directory.Efraim Flashner
* gnu/packages/cmake.scm (cmake)[arguments]: Add configure-flag to install vim plugin to the correct directory. Change-Id: I35909bcdb1c71a19ff76a81087e0b524163da624
2023-10-24gnu: cmake-minimal: Remove ‘hidden’ property.Ludovic Courtès
This makes ‘cmake-minimal’ accessible to users and additionally allows for input rewriting, as discussed at <https://issues.guix.gnu.org/65665#17>. * gnu/packages/cmake.scm (cmake-minimal)[properties]: New field.
2023-07-20gnu: cmake-minimal: Skip tests on the Hurd.Janneke Nieuwenhuizen
* gnu/packages/cmake.scm (cmake-minimal)[arguments]: When building natively on the Hurd, add %common-disabled-tests/hurd to skipped tests in phase 'check'.
2023-07-20gnu: cmake-bootstrap: Fix build for the Hurd.Janneke Nieuwenhuizen
* gnu/packages/cmake.scm (%common-disabled-tests/hurd): New variable. (cmake-bootstrap) [inputs]: Include libuv for the Hurd too. [arguments]: Add %common-disabled-tests/hurd to #:make-flags for the Hurd. Also add a 'patch-hurd' phase to fix the build.
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.Janneke Nieuwenhuizen
* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused.
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines
Conflicts: gnu/local.mk gnu/packages/autotools.scm gnu/packages/cmake.scm gnu/packages/gnuzilla.scm gnu/packages/haskell.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/samba.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/wxwidgets.scm
2023-01-31gnu: cmake: Update to 3.25.1.Greg Hogan
* gnu/packages/cmake.scm (cmake): Update to 3.25.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-16gnu: cmake-minimal: Update to 3.24.2.Marius Bakke
* gnu/packages/patches/cmake-curl-certificates.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.2 [source](patches): Use refreshed patch. (cmake)[version, source]: Remove.
2022-09-15Merge branch 'staging' into core-updatesMaxim Cournoyer
Conflicts resolved in: gnu/local.mk gnu/packages/cmake.scm gnu/packages/glib.scm gnu/packages/gnome.scm gnu/packages/gtk.scm gnu/packages/sdl.scm pango-next, vala-next and librsvg-bootstrap were removed in the process.
2022-09-14gnu: cmake: Update to 3.24.2.Maxim Cournoyer
* gnu/packages/cmake.scm (cmake): Update to 3.24.2. [source]: Adjust snippet to preserve "Utilities/cmelf". Override with new patch. [native-inputs]: Use modify-inputs and remove labels. * gnu/packages/patches/cmake-curl-certificates-3.24.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2022-09-01gnu: CMake: Update to 3.24.1.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.1.
2022-06-27gnu: CMake: Update to 3.23.2.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.23.2. (%preserved-third-party-files): Preserve bundled ELF header files. * gnu/packages/patches/cmake-curl-certificates.patch: Adjust for upstream changes.
2022-06-27gnu: CMake: Use G-expressions.Marius Bakke
* gnu/packages/cmake.scm (%common-build-phases): Remove trailing #t's. (cmake-bootstrap, cmake-minimal, cmake, emacs-cmake-mode)[arguments]: Use G-expressions.
2022-06-27gnu: CMake: Remove input labels.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: Remove labels. (cmake)[native-inputs]: Likewise. Use MODIFY-INPUTS.
2022-06-27gnu: CMake: Bootstrap with system jsoncpp.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap)[arguments]: Remove "--no-system-jsoncpp" from #:configure-flags. [inputs]: Add JSONCPP. (cmake-minimal)[inputs]: Remove.
2022-05-13gnu: cmake-bootstrap: Use $SSL_CERT_DIR/$SSL_CERT_FILE.Maxime Devos
* gnu/packages/cmake.scm (cmake-bootstrap)[native-search-paths]: Use the $SSL_CERT_DIR/$SSL_CERT_FILE from (guix search-paths) instead of a local copy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-10gnu: cmake-bootstrap: Update to 3.21.4.Maxim Cournoyer
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.21.4.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-11-11gnu: cmake-bootstrap: Update to 3.21.3.Maxim Cournoyer
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.21.3. (cmake)[source]: Delete field, updating the package to 3.21.3 also. Remove trailing #t. (%common-disabled-tests) <CMake.FileDownload>: Add test.
2021-09-21gnu: cmake: Skip CPack TXZ test on i686.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/50617>. * gnu/packages/cmake.scm (%common-build-phases): Turn into a procedure and adjust users. When 'target-x86-32?' returns true, add 'skip-cpack-txz-test'.
2021-07-29Merge branch 'master' into core-updates-frozenMarius Bakke
Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
2021-07-28gnu: cmake: Update to 3.21.1.Ricardo Wurmus
* gnu/packages/cmake.scm (cmake): Update to 3.21.1. [arguments]: Skip one more test.
2021-05-09gnu: CMake: Update to 3.20.2.Marius Bakke
* gnu/packages/cmake.scm (%common-disabled-tests): Don't disable BootstrapTest. (cmake-bootstrap): Update to 3.20.2. [source](modules, snippet): Move from here ... (cmake-minimal)[source]: ... to here. * gnu/packages/patches/mariadb-cmake-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/databases.scm (mariadb)[source](patches): Add it.
2021-03-06Merge branch 'master' into core-updatesChristopher Baines
2021-02-15gnu: cmake-shared: Update to 1.1.0-32.Raghav Gururajan
* gnu/packages/cmake.scm (cmake-shared): Update to 1.1.0-32. [source]: Add snippet to remove bundled sources. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-03Merge branch 'master' into core-updatesChristopher Baines
2021-01-31gnu: Add cmake-shared.Raghav Gururajan
* gnu/packages/cmake.scm (cmake-shared): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-30gnu: cmake-bootstrap: Update to 3.19.2.Maxim Cournoyer
* gnu/packages/cmake.scm (%preserved-third-party-files): Repatriate from the cmake package definition. (cmake-bootstrap): Update to 3.19.2. (cmake): Remove the version and source field overrides.
2020-12-26gnu: cmake: Update to 3.19.2.Greg Hogan
* gnu/packages/cmake.scm (cmake): Update to 3.19.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-17gnu: Remove 'curl-minimal'.Marius Bakke
* gnu/packages/curl.scm (curl-minimal): Deprecate variable. * gnu/packages/games.scm (yamagi-quake2)[inputs]: Replace CURL-MINIMAL with CURL. * gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: Likewise. (cmake-minimal)[inputs]: Don't override the "curl" input.
2020-11-29Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines
2020-11-26gnu: cmake: Update to 3.19.1.Tobias Geerinckx-Rice
* gnu/packages/cmake.scm (cmake): Update to 3.19.1.
2020-11-24gnu: cmake: Update to 3.19.0.Maxim Cournoyer
* gnu/packages/cmake.scm (cmake): Update to 3.19.0. [source]: Modify inherited source to adjust the hash as well as the snippet so that the "Utilities/cm3p" sub-directory is preserved. [phases]{patch-bin-sh, check}: Temporarily overrides until the next rebuild cycle.
2020-11-19gnu: cmake-minimal: Remove some documentation.Efraim Flashner
These files are still available in the user-facing cmake package. * gnu/packages/cmake.scm (cmake-minimal)[arguments]: Add phase to remove help documentation.
2020-11-19gnu: cmake: Only build ccmake on user facing cmake.Efraim Flashner
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: Remove ncurses. (cmake)[inputs]: Add ncurses.
2020-11-08gnu: cmake: Update source URI.Efraim Flashner
* gnu/packages/cmake.scm (cmake-bootstrap)[source]: Update to new source URI.
2020-04-20gnu: cmake: Remove "libuv" dependency for the Hurd.Jan (janneke) Nieuwenhuizen
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: When compiling for the Hurd, remove "libuv".
2020-03-05gnu: CMake: Update to 3.16.5.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.16.5.
2020-02-15gnu: CMake: Update to 3.16.4.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.16.4.
2020-02-15gnu: CMake: Do not use source files from system libarchive.Marius Bakke
* gnu/packages/cmake.scm (%common-build-phases): Remove phase 'use-system-libarchive'. (%preserved-third-party-files): New variable. (cmake-bootstrap)[native-inputs]: Remove. [source](snippet): Rewrite in terms of FILE-SYSTEM-FOLD, and preserve two files from the bundled libarchive. (cmake-minimal)[source](snippet): Adjust accordingly.
2020-01-26gnu: cmake: Fix cross-compilation.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap)[native-inputs]: Move everything except (PACKAGE-SOURCE LIBARCHIVE) ... [inputs]: ... here. * gnu/packages/cmake.scm (cmake-minimal)[native-inputs, inputs]: Adjust accordingly.
2020-01-26gnu: cmake: Enable debugging information.Marius Bakke
* gnu/packages/cmake.scm (cmake)[arguments]: Set #:build-type.
2020-01-26gnu: cmake: Remove bundled LibUV.Marius Bakke
* gnu/packages/cmake.scm (cmake-minimal)[source](snippet): Delete 'Utilities/cmlibuv'.
2020-01-26gnu: cmake, cmake-minimal: Use cmake-build-system.Marius Bakke
This allows removing the bundled LibUV in a subsequent commit. This commit alone makes no functional changes apart from the build system adjustments. * gnu/packages/cmake.scm (%common-build-phases, %common-disabled-tests): New variables. (cmake-bootstrap)[arguments]: Refactor to use the shared phases and tests. (cmake-minimal)[build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Adjust accordingly. (cmake)[arguments]: Likewise.
2020-01-25gnu: CMake: Remove most bundled libraries.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap)[source](modules): Add (ice-9 ftw). [source](snippet): Change to a whitelist approach, keeping "jsoncpp" and "libuv". [arguments]: Add phase "use-system-libarchive". Remove substitution of deleted file. [native-inputs]: Add (PACKAGE-SOURCE LIBARCHIVE) [license]: Remove LICENSE:BSD-4 and LICENSE:BSD-2.
2020-01-25gnu: cmake-minimal: Remove bundled jsoncpp.Marius Bakke
* gnu/packages/cmake.scm (cmake-minimal)[source](snippet): New field. Purge bundled jsoncpp. [inputs]: Add JSONCPP. [arguments]: Adjust accordingly. * gnu/packages/serialization.scm (jsoncpp)[arguments]: For native builds, use CMAKE-BOOTSTRAP.
2020-01-25gnu: cmake-minimal-bootstrap: Rename to cmake-bootstrap.Marius Bakke
...and change the inheritance order while at it, to prepare for the next commit. * gnu/packages/cmake.scm (cmake-minimal): Rename to ... (cmake-bootstrap): ... this. [name]: Set to "cmake-bootstrap". [native-inputs]: Change from CURL to CURL-MINIMAL. (cmake-minimal-bootstrap): Remove variable. (cmake-minimal): New variable, inherits from CMAKE-BOOTSTRAP. * gnu/packages/image.scm (libjpeg-turbo)[arguments]: Change from CMAKE-MINIMAL-BOOTSTRAP to CMAKE-BOOTSTRAP.
2020-01-25gnu: cmake: Build an optimized executable.Marius Bakke
* gnu/packages/cmake.scm (cmake-bootstrap)[arguments]: Pass "-DCMAKE_BUILD_TYPE" in #:configure-flags.
2020-01-22gnu: libjpeg-turbo: Build with a minimal variant of CMake.Marius Bakke
This is necessary to avoid a circular dependency in the next commit. * gnu/packages/curl.scm (curl-minimal): New public variable. * gnu/packages/cmake.scm (cmake-minimal-bootstrap): New public variable. * gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:cmake.
2020-01-22gnu: cmake: Update to 3.16.3.Marius Bakke
* gnu/packages/cmake.scm (cmake-minimal): Update to 3.16.3.