1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

science/openems: Only works on amd64 and powerpc64.

This commit is contained in:
Mikael Urankar 2021-11-14 16:31:16 +01:00
parent 18698fd2bf
commit 8c1254cf2d

View File

@ -11,6 +11,9 @@ COMMENT= Electromagnetic field solver using the EC-FDTD method
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= upstream only supports amd64 and powerpc64
# many dependencies below are induced by vtk8, but not vtk9
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libCSXCAD.so:cad/csxcad \