Skip to content

Commit

Permalink
updated rpm spec
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed Oct 20, 2021
1 parent 90d0ff4 commit c8970ca
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions fedora-34/alizams.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,18 @@ Siemens mosaic format. United Imaging Healthcare (UIH) Grid / VFrame format.
Elscint ELSCINT1 PMSCT_RLE1 and PMSCT_RGB1

%prep
git clone --recurse-submodules https://github.com/AlizaMedicalImaging/AlizaMS.git
git clone -b 'v1.7.1' --depth 1 https://github.com/AlizaMedicalImaging/AlizaMS.git

%build
cd AlizaMS

%cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-DALIZA_QT_VERSION:STRING=5 \
-DMDCM_USE_SYSTEM_ZLIB:BOOL=ON \
-DMDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \
-DMDCM_USE_SYSTEM_CHARLS:BOOL=ON \
-DMDCM_USE_SYSTEM_UUID:BOOL=ON \
-DITK_DIR:PATH=%{_libdir}/cmake/InsightToolkit

-DCMAKE_SKIP_RPATH:BOOL=ON \
-DALIZA_QT_VERSION:STRING=5 \
-DMDCM_USE_SYSTEM_ZLIB:BOOL=ON \
-DMDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \
-DMDCM_USE_SYSTEM_CHARLS:BOOL=ON \
-DMDCM_USE_SYSTEM_UUID:BOOL=ON \
-DITK_DIR:PATH=%{_libdir}/cmake/InsightToolkit
%cmake_build

%install
Expand Down

0 comments on commit c8970ca

Please sign in to comment.