403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
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/graphics/open3d/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/graphics/open3d/Makefile
PORTNAME=	Open3D
DISTVERSIONPREFIX=	v
DISTVERSION=	0.2
PORTREVISION=	9
CATEGORIES=	graphics

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Modern library for 3D data processing
WWW=		http://www.open3d.org/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/../LICENSE

LIB_DEPENDS=	libglfw.so:graphics/glfw \
		libjsoncpp.so:devel/jsoncpp \
		libpng.so:graphics/png

USES=		cmake compiler:c++14-lang eigen:3 gl jpeg localbase:ldflags \
		pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	IntelVCL
USE_GL=		gl glew glu
USE_LDCONFIG=	yes

CMAKE_ON=	BUILD_SHARED_LIBS
CMAKE_OFF=	BUILD_TESTS BUILD_PYBIND11 BUILD_PYTHON_MODULE BUILD_PYTHON_TUTORIALS

WRKSRC_SUBDIR=	src
LDFLAGS+=	-pthread # https://github.com/IntelVCL/Open3D/issues/510

post-install: # https://github.com/IntelVCL/Open3D/issues/509
.for d in include/Open3D/IO/FileFormat include/Open3D/Visualization/Shader/GLSL
	@${RMDIR} ${STAGEDIR}${PREFIX}/${d}
.endfor

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit