Lines 1-7
Link Here
|
1 |
PORTNAME= openmvg |
1 |
PORTNAME= openmvg |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 2.1 |
3 |
DISTVERSION= 2.1 |
4 |
PORTREVISION= 4 |
4 |
PORTREVISION= 5 |
5 |
CATEGORIES= misc science |
5 |
CATEGORIES= misc science |
6 |
|
6 |
|
7 |
MAINTAINER= yuri@FreeBSD.org |
7 |
MAINTAINER= yuri@FreeBSD.org |
Lines 16-22
ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values corre
Link Here
|
16 |
|
16 |
|
17 |
#HPP_DEPENDS= cereal>0:devel/cereal # external cereal is currently broken, see https://github.com/openMVG/openMVG/issues/1963 |
17 |
#HPP_DEPENDS= cereal>0:devel/cereal # external cereal is currently broken, see https://github.com/openMVG/openMVG/issues/1963 |
18 |
#BUILD_DEPENDS= ${HPP_DEPENDS} |
18 |
#BUILD_DEPENDS= ${HPP_DEPENDS} |
19 |
BUILD_DEPENDS= tbb>0:devel/tbb # configure only checks TBB headers |
19 |
BUILD_DEPENDS= onetbb>0:devel/onetbb # configure only checks TBB headers |
20 |
LIB_DEPENDS= libblas.so:math/blas \ |
20 |
LIB_DEPENDS= libblas.so:math/blas \ |
21 |
libceres.so:math/ceres-solver \ |
21 |
libceres.so:math/ceres-solver \ |
22 |
libClp.so:math/clp \ |
22 |
libClp.so:math/clp \ |