Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2023 20:00:55 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b23f1453d44c - main - math/lean: disable TCMALLOC on powerpc to fix SIGILL during build
Message-ID:  <202305092000.349K0tPr070696@gitrepo.freebsd.org>

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

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

commit b23f1453d44c4affec34b06e8c8c1984617de286
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-05-09 19:54:44 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-05-09 19:54:44 +0000

    math/lean: disable TCMALLOC on powerpc to fix SIGILL during build
---
 math/lean/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/lean/Makefile b/math/lean/Makefile
index dcd1ef711202..9574098c71f3 100644
--- a/math/lean/Makefile
+++ b/math/lean/Makefile
@@ -29,6 +29,7 @@ CMAKE_TESTING_ON=	BUILD_TESTING
 
 OPTIONS_DEFINE=		TCMALLOC THREADS
 OPTIONS_DEFAULT=	TCMALLOC THREADS
+OPTIONS_EXCLUDE_powerpc=	TCMALLOC
 
 TCMALLOC_DESC=		Use tcmalloc from google-perftools as memory allocator
 TCMALLOC_CMAKE_BOOL=	TCMALLOC



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