SHA256
10
0
forked from pool/libint
Files
libint/libint-gcc15.patch

14 lines
303 B
Diff
Raw Permalink Normal View History

- version update to 2.11.0 * 2025-04-24: 2.11.0 - PR #364: fix eritest segfaults with atypical L combinations - PR #365: use Gaussian fit of Slater geminal for exceptional parameter values * 2025-04-08: 2.10.2 - PR #360: CMake targets can be consumed from the build tree (e.g., usable via FetchContent) * 2025-04-07: 2.10.1 - PR #358: introduced libint2_cxx-static CMake TARGET - PR #357: fixup ANO-RCC-MB basis set definition (amends PR #354) * 2025-04-05: 2.10.0 - PR #354: added ANO-RCC-MB basis sets (HT @kshitij-05) - PR #352: added correlation-consistent 7Z basis sets (HT @powellsr) - PR #350: vector traits for simd::VectorAVXFloat (HT @johannes-menzel) - PR #346: added atomic potentials (fitted to Gaussians) used for Superposition of Atomic Potentials (HT @kshitij-05) - PR #345: fixes Molden file generation in presence of solid harmonic p shells (HT @dmejiar) - PR #342: build fixes for MinGW-w64 (HT @MehdiChinoune) - PR #340: derivatives of Cartesian electric multipoles (HT @EricaCMitchell) * 2024-03-04: 2.9.0 - PR #335: l->symbol map reuse + other misc improvements - PR #334: bump Catch2 to 2.13.10 (HT @hrnagel) - PR #333: can use modularized Boost, even if built as part of the project - PR #331: add SOVERSION when building shared library only (HT @loriab) - PR #329: increase Tenno function interpolation table to support L=9 4-c ERI - PR #327: fix stochastic failures of tests/eri by reducing range of random shells parameters - PR #281: auto-generator for DF basis (HT @kshitij-05) * 2024-02-05: 2.8.2 - PR #324: addresses issues with 3eri derivatives + minor 3eri API safety improvements - PR #322: update libtool to 2.4.7 + update config.{guess,sub} to 2024-01-01 - PR #319: pylibint builds with latest setuptools (HT @loriab) - PR #311: clang-format.sh uses bash to resolve #310 (HT @e-kwsm) OBS-URL: https://build.opensuse.org/package/show/science/libint?expand=0&rev=20
2025-05-07 16:52:57 +00:00
diff --git a/src/bin/libint/memory.h b/src/bin/libint/memory.h
index ef9e2662..a04904b5 100644
--- a/src/bin/libint/memory.h
+++ b/src/bin/libint/memory.h
@@ -21,6 +21,7 @@
#include <limits.h>
#include <smart_ptr.h>
+#include <cstdint>
#include <list>
#ifndef _libint2_src_bin_libint_memory_h_