Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56f6c41808 | ||
|
|
d174559315 | ||
|
|
d36e8488fe | ||
|
|
f7ac4115a1 | ||
|
|
05ed893ad1 | ||
|
|
aba96a8ae7 | ||
|
|
100a8a536a |
1 changed files with 5 additions and 1 deletions
|
|
@ -74,7 +74,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