Date: Sat, 6 Aug 2022 05:22:43 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 94d097d66d63 - main - lang/quilc: Broken on i386 Message-ID: <202208060522.2765MhuT076611@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=94d097d66d63006c92064b63e89a93b322a1d7c8 commit 94d097d66d63006c92064b63e89a93b322a1d7c8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-06 05:21:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-06 05:22:41 +0000 lang/quilc: Broken on i386 Reported by: fallout --- lang/quilc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/quilc/Makefile b/lang/quilc/Makefile index fc122461325f..0a5092c68973 100644 --- a/lang/quilc/Makefile +++ b/lang/quilc/Makefile @@ -12,6 +12,8 @@ COMMENT= Optimizing Quil compiler (for quantum computing) LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_i386= mmap: Cannot allocate memory, see https://bugs.launchpad.net/sbcl/+bug/1983744 + BUILD_DEPENDS= sbcl:lang/sbcl \ cppzmq>0:net/cppzmq LIB_DEPENDS= libblas.so:math/blas \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208060522.2765MhuT076611>