pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cmake cmake: updated to 3.20.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cb9a7b5573c
branches:  trunk
changeset: 450052:0cb9a7b5573c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 10 08:35:12 2021 +0000

description:
cmake: updated to 3.20.1

CMake 3.20.1
* Help: Add Q_NAMESPACE_EXPORT to CMAKE_AUTOMOC_MACRO_NAMES default values
* FindHDF5: search for the new Fortran HL library name
* gitlab-ci: Update Windows builds to MSVC 19.28-16.9 toolset
* FindIntl: Fix detection of intl built in to C library
* GNUInstallDirs: Clarify that CMAKE_INSTALL_<dir> may be absolute
* Tests: Teach RunCMake to ignore incidental 'Recompacting log' ninja output
* Ninja Multi-Config: Fix crash on custom command config with no output
* Tests: Add RunCMake helper to run a plain script
* Help: CMAKE_APPLE_SILICON_PROCESSOR cannot be set in a toolchain file
* gitlab-ci: Tell CDash when a test-ext job is done
* Help: Document in add_library how to import libraries with SONAME
* libarchive: Use uint8_t instead of u_char
* Utilities/Release: Add script to generate a table of files
* Utilities/Release: Add deprecation fields to File Table v1
* UseSWIG: Transform swig depfile to match Ninja generator paths
* ci: add jq and DevIL to Debian and Fedora base images
* ci: Enable jq-based tests on Linux builds
* BinUtils: Avoid clobbering a variable named without a private prefix
* Makefiles: Fix dependency extraction with CUDA < 10.2 and host compiler
* FindBLAS: Fix detection of OpenMP as dependency of BLA_STATIC
* Restore support for backslashes in initial language-wide flags
* CPack: Validate and document NSIS branding text trim positions
* Help: Custom OUTPUT and BYPRODUCTS genexes cannot refer to targets
* Tests: Remove redundant files for configure_file() tests
* Tests: Check host platform instead of target for running stat
* Cleanup: Fix misspelt name of local C++ variable
* Help: Clarify permission-related command options
* Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS too
* Android: Fix search for binutils
* Cray: Detect Fortran compiler version patch level if available
* Ninja Multi-Config: Include configs in long CC scripts
* autogen: Don't include SKIP_AUTOMOC files in depfile
* Tests: Add test for Ninja automoc dependency cyle
* Makefiles dependencies: normalize windows paths
* CUDA Device link: Ensure all link options are correctly formatted
* Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compile
* FindMPI: avoid host link options to be propagated to device link step
* UseSWIG: Run using policy settings from includer
* cmCommandLineArgument: correctly compute next parse index
* CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths"
* CMakeDetermineCompilerABI: Extract lib arch from implicit object file paths
* FindIntl: Improve documentation formatting
* Help: Clarify IMPORTED_LOCATION documentation

diffstat:

 devel/cmake/distinfo   |  10 +++++-----
 devel/cmake/version.mk |   4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 3136e42677c7 -r 0cb9a7b5573c devel/cmake/distinfo
--- a/devel/cmake/distinfo      Sat Apr 10 08:28:24 2021 +0000
+++ b/devel/cmake/distinfo      Sat Apr 10 08:35:12 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.175 2021/03/31 07:43:39 adam Exp $
+$NetBSD: distinfo,v 1.176 2021/04/10 08:35:12 adam Exp $
 
-SHA1 (cmake-3.20.0.tar.gz) = 559b4d731229bcd2ca5deec2cb2fb0498acfdd91
-RMD160 (cmake-3.20.0.tar.gz) = 94fedb0b622f9c47939f308f29c5ec8b6f469a3e
-SHA512 (cmake-3.20.0.tar.gz) = 1dc7c2813ea314f40a0e7bb45e1dbad523cd582d58f17649ff9f0737081767d4c301138ed026f17340f9ff8f4f77b52250d3c010454f30e24bd50be1744b04b4
-Size (cmake-3.20.0.tar.gz) = 9427538 bytes
+SHA1 (cmake-3.20.1.tar.gz) = b09b025c81f584653eabb5a459b2378abf42f3bd
+RMD160 (cmake-3.20.1.tar.gz) = 7df7911abc4357329417a90e3de1487ffcbffee6
+SHA512 (cmake-3.20.1.tar.gz) = 726a2ea36dcc2887adc9b2a579060a7c5d7780bf246bc7915a3bfd35a800a544bb27d4daeae2a37c8f8acf576ed9feb45f97f2d53d7049da98b73cd2d2524248
+Size (cmake-3.20.1.tar.gz) = 9438789 bytes
 SHA1 (patch-CMakeLists.txt) = fabdb0590f4b97c34c2242749ae3b6af18aefc0a
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9
 SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0
diff -r 3136e42677c7 -r 0cb9a7b5573c devel/cmake/version.mk
--- a/devel/cmake/version.mk    Sat Apr 10 08:28:24 2021 +0000
+++ b/devel/cmake/version.mk    Sat Apr 10 08:35:12 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.12 2021/03/31 07:43:39 adam Exp $
+# $NetBSD: version.mk,v 1.13 2021/04/10 08:35:12 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.20.0
+CMAKE_VERSION= 3.20.1
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index