- 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:
@@ -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>
|
||||
|
||||
|
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user