summaryrefslogtreecommitdiff
path: root/sys-cluster
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-04 20:14:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-04 20:14:38 +0100
commit34f71cb8541190212fa250ceb3dafb53f383beea (patch)
tree75894a0bd212c9a6464b37d48f418fcb5cc3ff82 /sys-cluster
parent18bf6672cbde96e8498ce4bfc974af9bb4f95613 (diff)
gentoo auto-resync : 04:04:2024 - 20:14:38
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/Manifest.gzbin11375 -> 11370 bytes
-rw-r--r--sys-cluster/ampi/Manifest3
-rw-r--r--sys-cluster/ampi/ampi-0_pre20140616.ebuild4
-rw-r--r--sys-cluster/ampi/files/ampi-0_pre20140616-missing-include.patch10
4 files changed, 15 insertions, 2 deletions
diff --git a/sys-cluster/Manifest.gz b/sys-cluster/Manifest.gz
index f75b490a7118..6847503fe89c 100644
--- a/sys-cluster/Manifest.gz
+++ b/sys-cluster/Manifest.gz
Binary files differ
diff --git a/sys-cluster/ampi/Manifest b/sys-cluster/ampi/Manifest
index d0fae30bb85c..7b61abc5bf55 100644
--- a/sys-cluster/ampi/Manifest
+++ b/sys-cluster/ampi/Manifest
@@ -1,3 +1,4 @@
+AUX ampi-0_pre20140616-missing-include.patch 293 BLAKE2B 990d5a1cd08f0c1f1d6b37c33117abb93b775f7e55a9db27b9e42302e2e8d40c3d982b930943f89392a575beae63714a655d9f1be3b01e2920ea5efd873964c3 SHA512 5a812c7ce4e72ee9f4e900ffa25de4a99eb005c3e5eff78283fc4b96c702fdff831320d9020190d4255b52972f2838dfcf21f2c02bfec1b7072674ac2666e649
DIST ampi-0_pre20140616.tar.gz 1127315 BLAKE2B e003f44f74449b40f5cb2c98ca4d0eebd39aa82363c519e86b58cdd11056153d8cf9b196819cb654fcfb9eaa12ef9ca8a819a1c06a1a1f34d599541b5ac6aece SHA512 b6a8790c1686a32546194fa6c3818aa9d2ba08911621d5251e85a4114dad75e350f18560cf0527811c487f804265bc09a4b80faeab5eafbd670e4dfa103fe078
-EBUILD ampi-0_pre20140616.ebuild 514 BLAKE2B 5bb4734935febc5054e9905bf9280c5aa6ce1f6eb149e7884dc05f3315e1f22207b5da2ee11ca77bc01b94d6792ba13b457b7bff8d4f2be9bb0ada73b9388735 SHA512 48d65831ca9a2089c5898618bf9423b4b70a9e2acaa3750c8f1a4544ab4e66f0ccc10b011bc7b8722a7577db0334dfc9905621b3b28608771a5b43c46dac8f3f
+EBUILD ampi-0_pre20140616.ebuild 570 BLAKE2B d165b355cadd79ec66f9a340b4e4259401fce8c7d0c131680b8e337817c94801fe91bc699870392d921127f1666bb378adfd6905d83a13e1e998d9bfa2a3d2da SHA512 fbbebe00ed1b7541ea600346a35c816d66798fbb9fa351c2fe396a07bc31138cd54cdb1a9b42b7d5cce83ea0d664501ad16710be511f1ff02732d4c95fa2399e
MISC metadata.xml 258 BLAKE2B 860964b9257d6437e63725fa62b938b40a4b80018b8bcfa3386f53c1c6c1f5821ae70c7e88646036c5f4994ea6db89dee0242f61d1d360f139a419c54786ffd8 SHA512 74b70b0b8db56c49badc858fa51b04c9839a10381bb8d13480509467f9729df1c7bc199b06398c872e10d29d6d8bea8e7b10ded491f7f1c149c7a9193d6cfa9b
diff --git a/sys-cluster/ampi/ampi-0_pre20140616.ebuild b/sys-cluster/ampi/ampi-0_pre20140616.ebuild
index 41f35f9e9bad..c441769df548 100644
--- a/sys-cluster/ampi/ampi-0_pre20140616.ebuild
+++ b/sys-cluster/ampi/ampi-0_pre20140616.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,6 +16,8 @@ KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
RDEPEND="virtual/mpi"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}"/"${P}"-missing-include.patch )
+
src_prepare() {
default
eautoreconf
diff --git a/sys-cluster/ampi/files/ampi-0_pre20140616-missing-include.patch b/sys-cluster/ampi/files/ampi-0_pre20140616-missing-include.patch
new file mode 100644
index 000000000000..0e9452877728
--- /dev/null
+++ b/sys-cluster/ampi/files/ampi-0_pre20140616-missing-include.patch
@@ -0,0 +1,10 @@
+--- a/ADtoolStubs/OO/support.c 2024-04-04 13:10:23.506762461 +0000
++++ b/ADtoolStubs/OO/support.c 2024-04-04 13:11:34.033298264 +0000
+@@ -8,6 +8,7 @@
+ */
+ #include <stdlib.h>
+ #include <assert.h>
++#include <stdio.h>
+ #include "ampi/adTool/support.h"
+
+ MPI_Comm ADTOOL_AMPI_COMM_WORLD_SHADOW;