Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 11:24:55 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 516d9f78bc76 - main - math/parmetis: Remove pointers to defunct IA64 ARCH
Message-ID:  <202307161124.36GBOtq2066203@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=516d9f78bc764f17bc6617df24cca3d2d8c0d912

commit 516d9f78bc764f17bc6617df24cca3d2d8c0d912
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-16 02:02:03 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-16 11:24:43 +0000

    math/parmetis: Remove pointers to defunct IA64 ARCH
---
 math/parmetis/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile
index 6bc3e10a8eb9..e8f504ebd0f7 100644
--- a/math/parmetis/Makefile
+++ b/math/parmetis/Makefile
@@ -46,7 +46,7 @@ pre-configure:
 		 s|$$(MAKEFLAGS)||' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e \
 		's|"-O3"|""|' ${WRKSRC}/metis/GKlib/GKlibSystem.cmake
-.if ((${ARCH}=="amd64") || (${ARCH}=="aarch64") || (${ARCH}=="sparc64") || (${ARCH}=="ppc64") || (${ARCH}=="ia64"))
+.if ((${ARCH}=="amd64") || (${ARCH}=="aarch64") || (${ARCH}=="sparc64") || (${ARCH}=="ppc64"))
 	@${REINPLACE_CMD} -e \
 		's|IDXTYPEWIDTH 32|IDXTYPEWIDTH 64|' \
 		${WRKSRC}/metis/include/metis.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307161124.36GBOtq2066203>