Accepting request 1156130 from graphics
OBS-URL: https://build.opensuse.org/request/show/1156130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc?expand=0&rev=30
This commit is contained in:
commit
5007d28712
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 7 15:13:59 UTC 2024 - Max Lin <mlin@suse.com>
|
||||||
|
|
||||||
|
- Build orthanc with gcc13 on Leap 15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 2 11:54:18 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
Fri Feb 2 11:54:18 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -45,7 +45,11 @@ BuildRequires: curl-devel
|
|||||||
BuildRequires: dcmtk
|
BuildRequires: dcmtk
|
||||||
BuildRequires: dcmtk-devel
|
BuildRequires: dcmtk-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
|
||||||
|
BuildRequires: gcc13-c++
|
||||||
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%endif
|
||||||
BuildRequires: googletest-devel
|
BuildRequires: googletest-devel
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: jsoncpp-devel
|
BuildRequires: jsoncpp-devel
|
||||||
@ -141,6 +145,10 @@ mkdir -p OrthancServer/ThirdPartyDownloads
|
|||||||
cp %{S:10} %{S:11} %{S:12} %{S:13} OrthancServer/ThirdPartyDownloads/.
|
cp %{S:10} %{S:11} %{S:12} %{S:13} OrthancServer/ThirdPartyDownloads/.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
|
||||||
|
export CC=gcc-13
|
||||||
|
export CXX=g++-13
|
||||||
|
%endif
|
||||||
%cmake ../OrthancServer \
|
%cmake ../OrthancServer \
|
||||||
-DSTANDALONE_BUILD:BOOL=ON \
|
-DSTANDALONE_BUILD:BOOL=ON \
|
||||||
-DSTATIC_BUILD:BOOL=OFF \
|
-DSTATIC_BUILD:BOOL=OFF \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user