SHA256
3
0
forked from pool/cmake
Commit Graph

615 Commits

Author SHA256 Message Date
Dominique Leuenberger
21d5643e82 Accepting request 904350 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/904350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=199
2021-07-12 19:39:47 +00:00
1d2d480ba0 Accepting request 904228 from home:alarrosa:branches:devel:tools:building
cmake:gui sometimes fails to build with "No space left on device"
errors. Let's try to fix it by increasing the required disk space

- Increase the disk space needed in the _constraints file
  from 9G to 10G.

OBS-URL: https://build.opensuse.org/request/show/904228
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=467
2021-07-06 08:30:35 +00:00
Dominique Leuenberger
9978effbf3 Accepting request 901233 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/901233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=198
2021-06-25 13:00:33 +00:00
cadfabf7ca Accepting request 901221 from home:AndreasStieger:branches:devel:tools:building
cmake 3.20.5

OBS-URL: https://build.opensuse.org/request/show/901221
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=466
2021-06-22 00:32:30 +00:00
Dominique Leuenberger
780ed0158a Accepting request 900112 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/900112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=197
2021-06-18 08:13:10 +00:00
e4b1eccbee Accepting request 900084 from home:polslinux:branches:devel:tools:building
- Update to 3.20.4:
  * Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile rule
  * Fix buildPreset "jobs" field test case
  * Fix codemodel-v2 link command fragment relative paths
  * FindBoost: Add check for json component header in Boost 1.75+
  * cmake_path: fix erroneous example for IS_PREFIX
  * Clang/MSVC: C++20 final flag, C++23 support

OBS-URL: https://build.opensuse.org/request/show/900084
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=464
2021-06-15 09:28:48 +00:00
Dominique Leuenberger
fd855c0fe5 Accepting request 896448 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/896448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=196
2021-06-05 21:30:34 +00:00
7e9d7e261a Accepting request 896100 from home:susnux:branches:devel:tools:building
Currently modules installed into `/usr/share/cmake` are not detected as `Provides: cmake(...)`.
The installation path is perfectly fine, see upstream documentation.

OBS-URL: https://build.opensuse.org/request/show/896100
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=462
2021-05-31 20:27:14 +00:00
ca59518b45 Accepting request 896014 from home:AndreasStieger:branches:devel:tools:building
cmake 3.20.3

OBS-URL: https://build.opensuse.org/request/show/896014
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=461
2021-05-29 12:03:06 +00:00
Dominique Leuenberger
ca0ddd2b6c Accepting request 892142 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/892142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=195
2021-05-13 20:17:16 +00:00
0f6ba95b65 Accepting request 892119 from home:Andreas_Schwab:Factory
- Bump disk size constraint to 9Gb

OBS-URL: https://build.opensuse.org/request/show/892119
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=459
2021-05-11 01:01:28 +00:00
Dominique Leuenberger
f89cdb093f Accepting request 891390 from devel:tools:building
- 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
2021-05-10 13:34:12 +00:00
68bdc44860 - 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/package/show/devel:tools:building/cmake?expand=0&rev=457
2021-05-07 20:57:13 +00:00
Dominique Leuenberger
24e86e8dc3 Accepting request 889196 from devel:tools:building
- add 53d523f2e11839bcbbdc9288b4f71c764d0efd5c.diff to fix automoc
  race 

- cmake 3.20.1:
  * Fix FindIntl to use sigle Intl_IS_BUILT_IN check

- Update to 3.20.0
  * The “cmake_path()” command was added for operations on
    filesystem paths.
  * The “target_sources()” command now supports targets created
    by the “add_custom_target()” command.
  * The “ExternalProject” module “ExternalProject_Add()” function
    gained a “CONFIGURE_HANDLED_BY_BUILD” option.
  * “ctest(1)” gained a “–test-dir” option to specify the directory
    in which to look for tests.

OBS-URL: https://build.opensuse.org/request/show/889196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=193
2021-04-30 22:46:09 +00:00
d480224023 - add 53d523f2e11839bcbbdc9288b4f71c764d0efd5c.diff to fix automoc
race

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=455
2021-04-29 07:33:37 +00:00
12b726e5fe Accepting request 884111 from home:AndreasStieger:branches:devel:tools:building
cmake 3.20.1

OBS-URL: https://build.opensuse.org/request/show/884111
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=454
2021-04-12 03:14:07 +00:00
9368a248ce Accepting request 880861 from home:mathletic:branches:devel:tools:building
Update to 3.20.0

OBS-URL: https://build.opensuse.org/request/show/880861
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=453
2021-03-24 07:59:14 +00:00
Dominique Leuenberger
7403752eff Accepting request 879322 from devel:tools:building
- update to 3.19.7:
  * With :ref:`Visual Studio Generators` for VS 2017 and higher, the
    :variable:`CMAKE_GENERATOR_TOOLSET` field ``version=`` now accepts
    three-component MSVC toolset versions such as ``14.28.29910``.
    See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_VERSION` variable.

OBS-URL: https://build.opensuse.org/request/show/879322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=192
2021-03-17 19:13:56 +00:00
8718021d4a - update to 3.19.7:
* With :ref:`Visual Studio Generators` for VS 2017 and higher, the
    :variable:`CMAKE_GENERATOR_TOOLSET` field ``version=`` now accepts
    three-component MSVC toolset versions such as ``14.28.29910``.
    See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_VERSION` variable.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=451
2021-03-16 00:15:30 +00:00
Dominique Leuenberger
482dea2f2e Accepting request 875245 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/875245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=191
2021-03-10 07:47:24 +00:00
f14ab63e52 Accepting request 875225 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.6

OBS-URL: https://build.opensuse.org/request/show/875225
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=449
2021-02-26 00:58:56 +00:00
Richard Brown
8890c6a093 Accepting request 872758 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/872758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=190
2021-02-22 13:22:28 +00:00
fad639761c Accepting request 872666 from home:mathletic:branches:devel:tools:building
Update to CMake 3.19.5

OBS-URL: https://build.opensuse.org/request/show/872666
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=447
2021-02-16 09:46:18 +00:00
Dominique Leuenberger
871f5ca791 Accepting request 870773 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/870773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=189
2021-02-10 20:30:21 +00:00
7e78467172 Accepting request 870772 from home:simotek:branches:devel:tools:building
- A quick note that tumbleweed isn't affeted by bsc#1181680 which
  is being fixed for SLE.

OBS-URL: https://build.opensuse.org/request/show/870772
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=445
2021-02-10 06:50:25 +00:00
Dominique Leuenberger
dd49828985 Accepting request 867816 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/867816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=188
2021-02-04 19:21:41 +00:00
5276586aa2 Accepting request 867661 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.4

OBS-URL: https://build.opensuse.org/request/show/867661
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=443
2021-01-29 23:19:47 +00:00
Dominique Leuenberger
2c51914b77 Accepting request 863664 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/863664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=187
2021-01-19 15:00:20 +00:00
99ad230792 Accepting request 863064 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.3

OBS-URL: https://build.opensuse.org/request/show/863064
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=441
2021-01-16 15:10:23 +00:00
Dominique Leuenberger
768f69518b Accepting request 856962 from devel:tools:building
- update to 3.19.2:
  * various Apple-Silicon support fixes
  * The CMAKE_ISPC_HEADER_SUFFIX variable and corresponding ISPC_HEADER_SUFFIX
  target property were added to control the header suffix used by ISPC
  compiler generated headers. 
- remove 5556.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/856962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=186
2020-12-21 09:22:27 +00:00
72c8ec353a - update to 3.19.2:
* various Apple-Silicon support fixes
  * The CMAKE_ISPC_HEADER_SUFFIX variable and corresponding ISPC_HEADER_SUFFIX
  target property were added to control the header suffix used by ISPC
  compiler generated headers. 
- remove 5556.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=439
2020-12-19 09:34:31 +00:00
Dominique Leuenberger
dc1fc9afeb Accepting request 856062 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/856062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=185
2020-12-18 18:56:51 +00:00
Martin Pluskal
38e4944110 Accepting request 856046 from home:dimstar:Factory
Add patch to fix things like gdcm, that newly have a broken dep chain (poppler update) but can't rebuild due to the cmake regression

OBS-URL: https://build.opensuse.org/request/show/856046
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=437
2020-12-15 19:59:00 +00:00
Dominique Leuenberger
b956f0fdcd Accepting request 850627 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/850627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=184
2020-11-26 22:12:37 +00:00
dd992662e6 Accepting request 850623 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.1

OBS-URL: https://build.opensuse.org/request/show/850623
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=435
2020-11-24 23:38:08 +00:00
Martin Pluskal
b67628d6ff Accepting request 849481 from home:AndreasStieger:branches:devel:tools:building
cmake 3.19.0

OBS-URL: https://build.opensuse.org/request/show/849481
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=434
2020-11-20 07:15:12 +00:00
Dominique Leuenberger
551335affc Accepting request 842646 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/842646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=183
2020-10-23 10:19:48 +00:00
64d652e38f Accepting request 842641 from home:AndreasStieger:branches:devel:tools:building
cmake 3.18.4

OBS-URL: https://build.opensuse.org/request/show/842641
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=432
2020-10-19 23:11:43 +00:00
Dominique Leuenberger
61d5e0d738 Accepting request 838686 from devel:tools:building
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/838686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=182
2020-10-03 16:53:59 +00:00
Dominique Leuenberger
030fe5070f Accepting request 835798 from devel:tools:building
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/835798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=181
2020-09-24 14:13:00 +00:00
00904651f7 - update to 3.18.3:
* The Compile Features functionality was updated for MSVC 19.28

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=429
2020-09-23 06:19:45 +00:00
c6cd40e900 - reapply this change (bsc#1174581):
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=428
2020-09-14 10:46:08 +00:00
cd1eb0f4c9 - reapply this change:
* Fix setting CMAKE_INSTALL_LIBDIR in cmake macro
  * This is a relative path, see `cmake --help-module GNUInstallDirs`
  see also
  https://gitlab.kitware.com/cmake/cmake/-/issues/20250
  https://github.com/arvidn/libtorrent/issues/5125#issuecomment-691559244

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=427
2020-09-14 10:31:04 +00:00
Dominique Leuenberger
791e42a990 Accepting request 830697 from devel:tools:building
- update to 3.18.2:
  * The default value of :variable:`CMAKE_AUTOMOC_PATH_PREFIX` was changed to
  ``OFF`` because this feature can break existing projects that have
  identically named header files in different include directories.
  This restores compatibility with behavior of CMake 3.15 and below.
  * The :manual:`Compile Features <cmake-compile-features(7)>` functionality
  was updated for MSVC 19.27 as mentioned above.

OBS-URL: https://build.opensuse.org/request/show/830697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=180
2020-09-01 18:04:12 +00:00
7f1e19e4a7 - update to 3.18.2:
* The default value of :variable:`CMAKE_AUTOMOC_PATH_PREFIX` was changed to
  ``OFF`` because this feature can break existing projects that have
  identically named header files in different include directories.
  This restores compatibility with behavior of CMake 3.15 and below.
  * The :manual:`Compile Features <cmake-compile-features(7)>` functionality
  was updated for MSVC 19.27 as mentioned above.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=425
2020-08-24 19:45:32 +00:00
Dominique Leuenberger
0876919257 Accepting request 823810 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/823810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=179
2020-08-05 18:26:06 +00:00
79f78f185c Accepting request 823779 from home:AndreasStieger:branches:devel:tools:building
cmake 3.18.1

OBS-URL: https://build.opensuse.org/request/show/823779
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=423
2020-08-01 05:37:54 +00:00
Dominique Leuenberger
5cdf73b923 Accepting request 822549 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/822549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=178
2020-07-26 14:17:35 +00:00
Martin Pluskal
8f70e89d4e Accepting request 822366 from home:dimstar:Factory
- Install the rpm provides handler to the correct location
  (%{_rpmconfigdir, not %{_libexecdir}).

OBS-URL: https://build.opensuse.org/request/show/822366
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=421
2020-07-24 06:14:49 +00:00
Martin Pluskal
834ab94420 Accepting request 821995 from home:mathletic:branches:devel:tools:building
update to cmake 3.18.0

OBS-URL: https://build.opensuse.org/request/show/821995
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=420
2020-07-21 08:54:12 +00:00