forked from pool/cmake
f89cdb093f
- update to 3.20.2: * The Intel Classic 2021 compiler version numbers are now detected correctly as having major version 2021. CMake 3.20.1 and below were not aware of a change to the identification macro version scheme made by Intel starting in version 2021, and detected the version as 20.2. * The Intel oneAPI Fortran compiler is now identified as IntelLLVM. The oneAPI 2021.1 Fortran compiler is missing an identification macro, so CMake 3.20.1 and below identified it as Intel. CMake now has a special case to recognize oneAPI 2021.1 Fortran as IntelLLVM. The oneAPI 2021.2 Fortran compiler defines the proper identification macro and so is identified as IntelLLVM by all CMake 3.20 versions. - drop 53d523f2e11839bcbbdc9288b4f71c764d0efd5c.diff (merged upstream) OBS-URL: https://build.opensuse.org/request/show/891390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=194 |
||
---|---|---|
_constraints | ||
_multibuild | ||
.gitattributes | ||
.gitignore | ||
cmake-3.20.2-SHA-256.txt | ||
cmake-3.20.2-SHA-256.txt.asc | ||
cmake-3.20.2.tar.gz | ||
cmake-fix-png-include-dir.patch | ||
cmake-fix-ruby-test.patch | ||
cmake.attr | ||
cmake.changes | ||
cmake.keyring | ||
cmake.macros | ||
cmake.prov | ||
cmake.spec | ||
feature-suse-python-interp-search-order.patch | ||
README.SUSE |
The package 'cmake' only ships a README.SUSE file and serves as a meta-package. cmake requires cmake-implementation, which inside OBS is provided by * cmake-mini (minimal cmake variant, no especially no libcurl/libarchive) * cmake-full (what used to be called cmake before) This complex setup was done in order to be able to eliminate build cycles, as more and more tools were moving to cmake as build system, but with curl in the build chain, was making it increasingly difficult to break the cycle. cmake-mini is not meant for installation on end-user systems (where it also would not save a lot; as an end user, you have libcurl on your system anyway due to libzypp) and is thus not part of the FTP Tree.