mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 06:25:15 -04:00
Fix GauXC allocator patch hunk
This commit is contained in:
parent
349e6d94cc
commit
b880df4053
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue