From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cmake: Update to version 3.21.0 Date: Tue, 20 Jul 2021 22:00:46 +0200 Message-ID: <20210720200046.3582388-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4121812922242908435==" List-Id: --===============4121812922242908435== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 3.20.4 to 3.21.0 - Update of rootfile not required - Changelog 3.20.4 to 3.20.5 This version update made no changes to documented features or interfaces. = Some implementation updates were made to support ecosystem changes and/or fix r= egressions. 3.20.5 to 3.21.0 New Features Presets cmake-presets(7) gained support for specifying the install prefix in a= configure preset. cmake-presets(7) gained support for conditional enabling of presets. cmake-presets(7) gained support for a ${hostSystemName} macro. cmake-presets(7) gained support for omitting the generator and binaryD= ir fields. Generators The Visual Studio 17 2022 generator was added. This is experimental and = based on "Visual Studio 2022 Preview 1.1" because this version of VS has not = been released. The Makefile Generators and the Ninja generator learned to add linker la= uncher tools along with the linker for C, CXX, OBJC, and OBJCXX languages. Se= e the CMAKE__LINKER_LAUNCHER variable and _LINKER_LAUNCHER target= property for details. Languages CMake learned to support HIP as a first-class language that can be enabl= ed via the project() and enable_language() commands. C_STANDARD, OBJC_STANDARD, and the Compile Features functionality gained= support for C17 and C23. Source file extensions .ixx and .cppm are now treated as C++. Command-Line cmake(1) gained the --install-prefix command-line option to specif= y the location of the install prefix. cmake(1) gained the --toolchain command-line option to sp= ecify a toolchain file. cmake(1) -E capabilities output, for some generators, may now contain a = supportedPlatforms field listing platforms known to be supported in CMAKE_GEN= ERATOR_PLATFORM. Messages printed to a terminal now may be colored by message type. Compilers The Fujitsu compiler is now supported using compiler id Fujitsu in tradi= tional (Trad) mode, and compiler id FujitsuClang in Clang mode. Platforms CMake now supports the MSYS runtime environment, much like CYGWIN. File-Based API The cmake-file-api(7) "codemodel" version 2 version field has been updat= ed to 2.3. The cmake-file-api(7) "codemodel" version 2 gained a new "directory" obj= ect containing directory-level information. This includes a list of installer= s generated by the install() command. Commands The add_custom_command() command DEPFILE option: may now use generator expressions, is now supported by Visual Studio Generators for VS 2012 and above, a= nd is now supported by the Xcode generator. The add_custom_command(TARGET) command (for Build Events) gained support= for resolving target-dependent generator expressions. The build_command() command gained a PARALLEL_LEVEL option. The file(COPY_FILE) command was added to copy a single file. The file(GET_RUNTIME_DEPENDENCIES) command gained new POST_INCLUDE_FILES= and POST_EXCLUDE_FILES arguments. The file(REAL_PATH) command gained the option EXPAND_TILDE to replace an= y leading tilde with the path to the user's home directory. The file(RENAME) command learned to optionally capture failure in a resu= lt variable. It also gained a NO_REPLACE option to fail if the destination ex= ists. The install() command gained a new IMPORTED_RUNTIME_ARTIFACTS mode, whic= h can be used to install the runtime artifacts of imported targets. The install() command gained a new RUNTIME_DEPENDENCY_SET mode, which ca= n be used to install runtime dependencies using file(GET_RUNTIME_DEPENDENCIES= ). The install(TARGETS) command gained new RUNTIME_DEPENDENCIES and RUNTIME= _DEPENDENCY_SET arguments, which can be used to install runtime dependencies = using file(GET_RUNTIME_DEPENDENCIES). The install(SCRIPT|CODE) command supports a new option ALL_COMPONENTS wh= ich allows the corresponding code to run for every component of a per compone= nt installation. The project() command now sets variables PROJECT_IS_TOP_LEVEL and _IS_TOP_LEVEL to indicate whether it was called in a top-level CMakeL= ists.txt file. Variables The CMAKE_TOOLCHAIN_FILE environment variable was added to provide a def= ault value for the CMAKE_TOOLCHAIN_FILE variable. Properties The IMPORTED_TARGETS directory property was added to get a list of Impor= ted Targets created in the current directory. The XCODE_EMBED_APP_EXTENSIONS target property was added to tell the Xco= de generator to embed app extensions such as iMessage sticker packs. Aspects = of the embedding can be customized with the XCODE_EMBED_APP_EXTENSIONS_PATH, = XCODE_EMBED_APP_EXTENSIONS_CODE_SIGN_ON_COPY and XCODE_EMBED_APP_EXTENSIONS_R= EMOVE_HEADERS_ON_COPY properties. Modules The FindBLAS and FindLAPACK modules learned to support the serial Fujits= u_SSL2 and parallel Fujitsu_SSL2BLAMP libraries. The FindDevIL module now provides imported targets. The FindIconv module now has version support. The FindIntl module now has version support. The FindMPI module learned to support Fujitsu and FujitsuClang in both h= ost and cross compiling modes. The FindMsys module was added to find MSYS installations. Like FindCygwi= n, it is used automatically by some other find modules to locate UNIX-style t= ools on Windows. The FindOpenMP module learned to support Fujitsu and FujitsuClang. The FindVulkan module gained imported targets Vulkan::Headers and Vulkan= ::glslangValidator. The UseJava module command add_jar gained a RESOURCES option to allow ex= plicit naming of resources with non-optional namespace. The UseSWIG module use now standard library naming conventions for the C= Sharp language. See policy CMP0122. The UseSWIG module now supports using the swig tool to generate implicit= dependencies with the Xcode generator. Generator Expressions A new TARGET_RUNTIME_DLLS generator expression was added. CTest ctest(1) gained documentation for its ability to capture Additional Test= Measurements. ctest(1) learned to recognize files attached to a test at run time. Prev= iously it was only possible to attach files to tests at configure time by usi= ng the ATTACHED_FILES or ATTACHED_FILES_ON_FAIL test properties. See Addition= al Test Measurements for more information. ctest(1) gained a --output-junit option to write test results to a JUnit= XML file. The ctest_build() command gained a PARALLEL_LEVEL option. CPack The CPack DragNDrop Generator gained option CPACK_DMG_FILESYSTEM to cont= rol the .dmg filesystem. The CPack IFW Generator now supports hyphens in names given to cpack_ifw= _configure_component() or cpack_ifw_configure_component_group() as DEPENDS or= DEPENDENCIES arguments. This requires QtIFW 3.1 or later. The CPack NSIS Generator gained a new CPACK_NSIS_EXECUTABLE variable to = specify the makensis executable to use instead of the default one. The CPACK_CUSTOM_INSTALL_VARIABLES variable was added to set variables i= n cmake_install.cmake script invocations made by CPack. Deprecated and Removed Features Undocumented CMAKE_SYSTEM_NAME version-stripping behavior has been remov= ed entirely. If it is set by a -D flag or by a toolchain file, it is left una= ltered, even if it still contains a version number. Similar CMAKE_HOST_SYSTEM= _NAME version-stripping behavior, also undocumented, has been moved earlier, = before project() or enable_language() is called. ARMClang cpu/arch compile and link flags are no longer added automatical= ly based on the CMAKE_SYSTEM_PROCESSOR variable or the undocumented CMAKE_SYS= TEM_ARCH variable. They must be specified explicitly. See policy CMP0123. Other Changes The find_file(), find_path(), find_program(), and find_library() command= s handle cache variables in the same way regardless how they are defined. See= policy CMP0125 for details. The find_file(), find_path(), find_program(), and find_library() command= s gained the option NO_CACHE to store find result in normal variable. The foreach() command now isolates loop variables in the loop scope. See= policy CMP0124 for details. The list() command's GET, INSERT, SUBLIST, and REMOVE_AT subcommands now= error with invalid (i.e., non-integer) values are given as any of their inde= x arguments based on the setting of policy CMP0121. The set(CACHE) command no longer removes a normal variable of the same n= ame, if any. See policy CMP0126. target_link_libraries() calls referencing object libraries via the TARGE= T_OBJECTS generator expression now place the object files before all librarie= s on the link line, regardless of their specified order. See documentation on= Linking Object Libraries via $ for details. The Ninja Generators now pass source files and include directories to th= e compiler using absolute paths. This makes diagnostic messages and debug sym= bols more consistent, and matches the Makefile Generators. The NMake Makefiles generator now encodes the generated makefiles as UTF= -8 with a BOM when using nmake from VS 9 or above. The Visual Studio Generators for VS 2010 and above now place per-source = preprocessor definitions after target-wide preprocssor definitions. This make= s VS consistent with the Ninja Generators and the Makefile Generators. The precompiled binaries provided on cmake.org now support liblzma multi= -threading. See the CPACK_THREADS and CPACK_ARCHIVE_THREADS variables. Signed-off-by: Adolf Belka --- lfs/cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cmake b/lfs/cmake index 85ac8690c..7cc77a3ef 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.20.4 +VER =3D 3.21.0 =20 THISAPP =3D cmake-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 99e849c6910f1df027cc0365027fa19b +$(DL_FILE)_MD5 =3D f616604606184e3c7b870a57e68a7c3b =20 install : $(TARGET) =20 --=20 2.32.0 --===============4121812922242908435==--