diff --git a/libcint.spec b/libcint.spec index ebd874d..3ad0e3f 100644 --- a/libcint.spec +++ b/libcint.spec @@ -52,14 +52,14 @@ developing applications that use %{name}. %build export CFLAGS="%{optflags} -Wl,--as-needed" %cmake -DENABLE_EXAMPLE=1 -DWITH_F12=1 -DWITH_COULOMB_ERF=1 -DWITH_RANGE_COULOMB=1 -DENABLE_TEST=1 -DQUICK_TEST=1 -DBLAS_LIBRARIES=%{_libdir}/lib%{blaslib}%{blasvar}.so -S . -B %{_host} -%cmake_build -C %{_host} +%make_build -C %{_host} # Build documentation cd doc bash compile.sh %install -%cmake_install -C %{_host} +%make_install -C %{_host} %check make -C %{_host} test ARGS=-V