Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/mfem/
Date: Thu, 26 May 2022 21:20:49
Message-Id: 1653600041.76222a51fc8e67aae4ea44ef0697d144650938a5.Alessandro-Barbieri@gentoo
1 commit: 76222a51fc8e67aae4ea44ef0697d144650938a5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu May 26 15:35:04 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu May 26 21:20:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76222a51
7
8 sci-libs/mfem: use ; as separator
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sci-libs/mfem/mfem-4.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/mfem/mfem-4.4.ebuild b/sci-libs/mfem/mfem-4.4.ebuild
16 index 933130a49..12c00fc51 100644
17 --- a/sci-libs/mfem/mfem-4.4.ebuild
18 +++ b/sci-libs/mfem/mfem-4.4.ebuild
19 @@ -101,10 +101,10 @@ src_configure() {
20 HIP_ARCH=""
21 for u in ${IUSE_AMDGPU} ; do
22 if use ${u} ; then
23 - HIP_ARCH="${HIP_ARCH},${u/amdgpu_/}"
24 + HIP_ARCH="${HIP_ARCH};${u/amdgpu_/}"
25 fi
26 done
27 - # remove first character (,)
28 + # remove first character (;)
29 HIP_ARCH="${HIP_ARCH:1}"
30 export HIP_ARCH
31 fi