./devel/cmake, Cross platform make

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.27.6, Package name: cmake-3.27.6, Maintainer: pkgsrc-users

CMake is an extensible, open-source system that manages the build
process in an operating system and compiler independent manner. Unlike
many cross-platform systems, CMake is designed to be used in
conjunction with the native build environment. Simple configuration
files placed in each source directory (called CMakeLists.txt files)
are used to generate standard build files (e.g., makefiles on Unix and
projects/workspaces in Windows MSVC) which are used in the usual
way. CMake can compile source code, create libraries, generate
wrappers, and build executables in arbitrary combinations. CMake
supports in-place and out-of-place builds, and can therefore support
multiple builds from a single source tree. CMake also supports static
and dynamic library builds. Another nice feature of CMake is that it
generates a cache file that is designed to be used with a graphical
editor. For example, when CMake runs, it locates include files,
libraries, and executable, and may encounter optional build
directives. This information is gathered into the cache, which may be
changed by the user prior to the generation of the native build files.


Required to run:
[www/curl] [archivers/libarchive] [devel/libuv]

Required to build:
[misc/rhash] [pkgtools/cwrappers]

Master sites:

Filesize: 10724.843 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-21 15:54:15 by Greg Troxel | Files touched by this commit (2)
Log message:
devel/cmake: Update to 3.27.6

Upstream changes from \ 
https://discourse.cmake.org/t/cmake-3-27-6-available-for-download/9024

  - add_custom_target: Fix regression with Fortran sources
  - Tests/FortranModules: move issue 25112 fix from FortranOnly
  - Tests/FortranModules: add a test case for #25223
  - Tests/FortranModules: also test INTERFACE targets with Fortran sources
  - Tests/FortranModules: add a test for iface Fortran sources

commited during freeze because it fixes a regression that breaks at
least math/blas.
   2023-09-16 04:30:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
cmake cmake-gui: updated to 3.27.5

3.27.5
Unknown changes
   2023-08-25 10:05:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
cmake cmake-gui: updated to 3.27.4

CMake 3.27.4
* cppdap: Update script to get version as of 2023-08-17
* VS: Remove duplicate import in compiler id vcxproj
* Help: Document cmake_minimum_required deprecation of old versions
* FindZLIB: Fix extraction of two-component version number 1.3
* list(INSERT): restore old behavior
* LLVMFlang-Fortran: Add flags for build types
* cppdap 2023-08-17 (cc2f2058)
   2023-08-20 14:59:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
cmake cmake-gui: updated to 3.27.3

CMake 3.27.3
* FindJNI: Restore support for macOS without Xcode
* Utilities/Release: Remove unused documentation build settings
* Apple Text Stubs (.tbd): various fixes
* Clang: use -std=c23 for Clang 18+
* Unity: use C-style comments to work both with C and C++
* FindPython: add support for Python 3.13
* GHS: Escape custom command comments
* testDebuggerNamedPipe: fix for cppdap with nlohmann_json
   2023-08-15 22:40:45 by Tobias Nygren | Files touched by this commit (2)
Log message:
cmake: fix build failure when qt6-qtbase is installed
   2023-08-12 14:50:12 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
cmake cmake-gui: update to 3.27.1

CMake 3.27.2
* Help/guide/importing-exporting: Update line numbers in prose
* Help: Document that if(EXISTS) requires paths to be readable
* Source: Link libatomic when needed on Linux 32-bit ARM
* VS: Revert "Add CMake input files to ZERO_CHECK"
* Help: Add 3.27 release note on VS default SDK selection
* ci: Suppress cmake.org html documentation search results for index entries
* Tests: Remove redundant condition in RunCMake.GeneratorPlatform test
* VS: Do not print empty Windows SDK version when none is selected
* VS: Consolidate Windows SDK major version selection dispatch
* VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions
* VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection
* VS: Select latest Windows SDK even when targeting Windows 8.1 and below
* FindJNI: Update for Xcode greater than 12.1 on macOS
* Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs
* Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY
* Help: Improve formatting and fix wording for ENABLE_EXPORTS
* cmLocalGenerator: Fix trivial spelling error in code comment
* file(GENERATE): Restore INPUT|CONTENT parse checking
* FindPython: Restore Python_SITE* values for versions below 3.10
* cmList: Fix performance regression in append/prepend
   2023-08-09 08:45:06 by Tobias Nygren | Files touched by this commit (3)
Log message:
cmake: don't attempt to use LTO with GCC 12 when building Fortran code
   2023-08-02 17:25:21 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
cmake: use pkgsrc-provided shell for Makefile; this fixes DYLD_LIBRARY_PATH \ 
problem on Darwin