- temporarily revert "make %cmake_{build, install} call cmake

directly" as the fall out is too large. will be restored once
  fallout can be mitigated

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=621
This commit is contained in:
2025-02-28 20:23:26 +00:00
committed by Git OBS Bridge
parent 30f85bee48
commit 54f601bdf0
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 28 20:22:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
- temporarily revert "make %cmake_{build, install} call cmake
directly" as the fall out is too large. will be restored once
fallout can be mitigated
-------------------------------------------------------------------
Tue Feb 25 06:17:14 UTC 2025 - Christoph G <foss@grueninger.de>

View File

@@ -67,14 +67,14 @@
%endif \
%{nil}
%cmake_build %__cmake --build . --verbose %{?_smp_mflags}
%cmake_build %__builder \\%__builder_verbose %{?_smp_mflags}
%make_jobs \
echo "Deprecated %%make_jobs macro used, please use %%cmake_build" \
%cmake_build
%cmake_install \
DESTDIR=%{buildroot} %__cmake --install %__builddir
DESTDIR=%{buildroot} %__builder install -C %__builddir
%ctest(:-:) \
cd %__builddir && \