From ba037085f1f4a68467ce9b6e78017d581cb161a2 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Aug 05 2020 11:13:40 +0000 Subject: Adapt to new CMake macros. --- diff --git a/qcint.spec b/qcint.spec index 667b4a7..5ea784f 100644 --- a/qcint.spec +++ b/qcint.spec @@ -1,8 +1,6 @@ -%undefine __cmake_in_source_build - Name: qcint Version: 3.0.20 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An optimized libcint branch for X86 platform License: GPLv3+ @@ -40,10 +38,6 @@ 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 -DQUICK_TEST=1 -DBLAS_LIBRARIES=%{_libdir}/libopenblaso.so -%cmake_build - -%install -%cmake_install %ldconfig_scriptlets @@ -57,6 +51,9 @@ export CFLAGS="%{optflags} -Wl,--as-needed" %{_libdir}/libcint.so %changelog +* Wed Aug 05 2020 Susi Lehtola - 3.0.20-5 +- Adapt to new CMake macros. + * Wed Jul 29 2020 Fedora Release Engineering - 3.0.20-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild