git: c166bb5b2760 - main - cad/py-gmsh: drop VSX requirement on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Sep 2026 12:50:22 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c166bb5b2760e9075e65bff6f28091b4932e0caf
commit c166bb5b2760e9075e65bff6f28091b4932e0caf
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-09-03 13:47:06 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-09-11 12:49:25 +0000
cad/py-gmsh: drop VSX requirement on powerpc64
Not needed anymore.
---
cad/py-gmsh/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/cad/py-gmsh/Makefile b/cad/py-gmsh/Makefile
index 0a94c6da011c..1c8aba1a6d43 100644
--- a/cad/py-gmsh/Makefile
+++ b/cad/py-gmsh/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gmsh
DISTVERSION= 5.0.0-git
+PORTREVISION= 1
CATEGORIES= cad python
MASTER_SITES= LOCAL/thierry
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -46,8 +47,6 @@ CMAKE_ON= ENABLE_WRAP_PYTHON ENABLE_PRIVATE_API ENABLE_OCC
CMAKE_ARGS= -DOCC_INC=${LOCALBASE}/include/OpenCASCADE \
-DGMSHPY_INSTALL_DIRECTORY=${PYTHON_SITELIBDIR}/gmshpy
-CXXFLAGS_powerpc64= -mvsx
-
post-install: # remove all except for the python binding
@cd ${STAGEDIR}${PREFIX} && \
${RM} -r \