git: 39327ad9f922 - main - math/py-pyaudi: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Jan 2023 20:54:29 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39327ad9f9223a8b0d9446bf4cd5526e0c6804e0
commit 39327ad9f9223a8b0d9446bf4cd5526e0c6804e0
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-22 20:53:55 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-22 20:53:55 +0000
math/py-pyaudi: Broken on i386
Also remove unnecessary USE_LDCONFIG.
Reported by: fallout
---
math/py-pyaudi/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile
index eebd49d88c90..96d9f9050b54 100644
--- a/math/py-pyaudi/Makefile
+++ b/math/py-pyaudi/Makefile
@@ -12,6 +12,8 @@ WWW= http://darioizzo.github.io/audi/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/../LICENSE
+BROKEN_i386= fails to compile, see https://github.com/darioizzo/audi/issues/62
+
BUILD_DEPENDS= audi>0:math/audi \
pybind11>0:devel/pybind11
LIB_DEPENDS= libabsl_base.so:devel/abseil \
@@ -26,7 +28,6 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \
USES= cmake:testing compiler:c++20-lang python
USE_PYTHON= flavors
-USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= darioizzo