Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Christoph Junghans
7d0c5d7ec2 Merge branch 'master' into f31 2020-08-22 14:07:22 -06:00
Christoph Junghans
97feae3258 Merge branch 'master' into f31 2020-06-21 11:57:01 -06:00
Christoph Junghans
7364f13a57 fix build on f31 2020-04-18 13:22:17 -06:00

View file

@ -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