diff options
Diffstat (limited to 'graphics/openmvs/Makefile')
| -rw-r--r-- | graphics/openmvs/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/graphics/openmvs/Makefile b/graphics/openmvs/Makefile index 3301245bf008..a8a6d7f35ffa 100644 --- a/graphics/openmvs/Makefile +++ b/graphics/openmvs/Makefile @@ -1,7 +1,7 @@ PORTNAME= openmvs DISTVERSIONPREFIX= v -DISTVERSION= 2.2.0 -PORTREVISION= 9 +DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -11,12 +11,6 @@ WWW= https://github.com/cdcseacave/openMVS LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= compilation is broken because of the use of discontinued C++ features, see https://github.com/cdcseacave/openMVS/issues/1075 -BROKEN_aarch64= use of undeclared identifier '__builtin_ia32_emms' # https://github.com/cdcseacave/openMVS/issues/847 - -BUILD_DEPENDS= cgal>0:math/cgal \ - ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo \ - vcglib>0:devel/vcglib LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libceres.so:math/ceres-solver \ libgflags.so:devel/gflags \ @@ -25,9 +19,14 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libmpfr.so:math/mpfr \ libopencv_core.so:graphics/opencv \ libpng16.so:graphics/png \ - libtiff.so:graphics/tiff + libtiff.so:graphics/tiff \ + ${PY_BOOST} \ + libpython${PYTHON_VER}${PYTHON_ABIVER}.so:lang/python${PYTHON_SUFFIX} +BUILD_DEPENDS= cgal>0:math/cgal \ + ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo \ + vcglib>0:devel/vcglib -USES= cmake:testing compiler:c++17-lang eigen:3 jpeg +USES= cmake:testing compiler:c++14-lang eigen:3 jpeg python USE_GITHUB= yes GH_ACCOUNT= cdcseacave |
