403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/misc/ompl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/misc/ompl/Makefile
PORTNAME=	ompl
DISTVERSION=	1.5.2
PORTREVISION=	2
CATEGORIES=	misc comms

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Open Motion Planning Library
WWW=		https://ompl.kavrakilab.org/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libboost_system.so:devel/boost-libs

USES=		cmake compiler:c++11-lang eigen:3 pkgconfig
USE_GITHUB=	yes
USE_LDCONFIG=	yes

CMAKE_OFF=	OMPL_REGISTRATION OMPL_BUILD_TESTS OMPL_BUILD_DEMOS OMPL_VERSIONED_INSTALL

OPTIONS_DEFINE=		FLANN MORSE OPENDE SPOT TRIANGLE PLANNERARENA
OPTIONS_DEFAULT=	FLANN MORSE OPENDE TRIANGLE
OPTIONS_SUB=		yes

FLANN_DESC=		Use FLANN for nearest neighbor queries
FLANN_LIB_DEPENDS=	libflann.so:math/flann

MORSE_DESC=		Include a plugin for the MORSE Robot Simulation engine
MORSE_BUILD_DEPENDS=	morse-robotics>0:misc/morse
MORSE_RUN_DEPENDS=	morse-robotics>0:misc/morse

OPENDE_DESC=		Use Open Dynamics Engine for kinodynamic planning
OPENDE_LIB_DEPENDS=	libode.so:devel/ode

SPOT_DESC=		Use 'Spot' for creating finite automata from LTL formulae
SPOT_USES=		compiler:c++14-lang
SPOT_LIB_DEPENDS=	libspot.so:math/spot

TRIANGLE_DESC=		Create triangular decompositions of 2D polygons
TRIANGLE_LIB_DEPENDS=	libtriangle.so:math/triangle

PLANNERARENA_DESC=	Install plannerarena (depends on R)
PLANNERARENA_BUILD_DEPENDS=	Rscript:math/R
PLANNERARENA_RUN_DEPENDS=	Rscript:math/R

.for o in ${OPTIONS_DEFINE:NPLANNERARENA}
post-patch-${o}-off:
	@${REINPLACE_CMD} 's|find_package(${o}|#&|i' ${WRKSRC}/CMakeLists.txt
.endfor

post-patch-PLANNERARENA-off:
	@${REINPLACE_CMD} 's|find_program(R_EXEC|#&|' ${WRKSRC}/CMakeLists.txt

post-configure:
	@${REINPLACE_CMD} 's|/usr/bin/morse|${LOCALBASE}/bin/morse|' ${BUILD_WRKSRC}/CMakeCache.txt

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit