Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d0c5d7ec2 | ||
|
|
97feae3258 | ||
|
|
7364f13a57 |
1 changed files with 5 additions and 1 deletions
|
|
@ -69,7 +69,11 @@ This package contains architecture independent data files for VOTCA XTP.
|
|||
%setup -qn xtp-%{uversion}
|
||||
|
||||
%build
|
||||
%{cmake3} -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=ON
|
||||
%{cmake3} -DCMAKE_BUILD_TYPE=Release \
|
||||
%ifarch armv7hl i686
|
||||
-DENABLE_HIGH_MEMORY_TESTS=OFF \
|
||||
%endif
|
||||
-DENABLE_TESTING=ON
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue