------------------------------------------------------------------- Wed Apr 30 14:21:18 UTC 2025 - Atri Bhattacharya - Update to version 2.1.0: * Add one more QUADMATH lookup path [gh#scarrazza/qcdloop#31]. * Add support for aarch64 [gh#scarrazza/qcdloop#34]. - Changes from version 2.0.11: * fix: Allow for environment override of CMAKE_CXX_FLAGS [gh#scarrazza/qcdloop#29]. - Changes from version 2.0.10: * Fix an off-by-one error in Tools::ddilog [gh#scarrazza/qcdloop#24]. * fix: Use 'grep -E' over 'egrep' [gh#scarrazza/qcdloop#25]. * Small cmake updates [gh#scarrazza/qcdloop#23]. - Drop patches incorporated upstream: * qcdloop-quadmath-linking.patch * qcdloop-remove-march-mtune-flags.patch - Re-base qcdloop-soversion.patch for update. - Allow building for aarch64 as this is now allowed by upstream [gh#scarrazza/qcdloop#34]; still no support for ppc or power64, so these remain excluded. - Implement %check section to run tests (only for %ix86, x86_64). ------------------------------------------------------------------- Tue Dec 6 10:10:40 UTC 2022 - Atri Bhattacharya - Update to version 2.0.9: * Fixes bubble integrals [gh#scarrazza/qcdloop#22]. - Re-base existing patch qcdloop-soversion.patch for updated version. - Disable builds for ppc64 due to lack of quadmath on these platforms. ------------------------------------------------------------------- Fri Aug 7 14:35:54 UTC 2020 - Atri Bhattacharya - Update to version 2.0.5: * Fixes gh#scarrazza/qcdloop#10. ------------------------------------------------------------------- Sat Aug 1 21:26:23 UTC 2020 - Atri Bhattacharya - Add patches: * qcdloop-math-linking.patch: Explicitly link to math library to fix linking error when linking with --Wl,no-undefined * qcdloop-soversion.patch: Implement so versioning * qcdloop-fix-conflicting-types.patch: Explicitly cast a variable type to ensure consistency across build archs; fixes build failures for i586 * qcdloop-remove-march-mtune-flags.patch: Drop march and mtune flags being passed to the c++ compiler to enable building on multiple archs. ------------------------------------------------------------------- Wed Jul 22 08:54:45 UTC 2020 - Atri Bhattacharya - Initial package.