Fix GauXC allocator patch hunk

This commit is contained in:
Thomas D. Kuehne 2026-07-10 15:38:51 +02:00
parent 349e6d94cc
commit b880df4053

View file

@ -85,7 +85,7 @@ diff --git a/external/gau2grid/generated_source/gau2grid/gau2grid_pragma.h b/ext
index f6033886..4bbbf13f 100644
--- a/external/gau2grid/generated_source/gau2grid/gau2grid_pragma.h
+++ b/external/gau2grid/generated_source/gau2grid/gau2grid_pragma.h
@@ -14,0 +15,8 @@
@@ -14,0 +15,9 @@
+#if (defined(__GNUC__) || defined(__GNUG__)) && \
+ !defined(__APPLE__) && !defined(__clang__)
+static inline void* gg_aligned_alloc(const size_t alignment, const size_t size) {