math/fcl: Update 0.5.0-304 -> 0.6.0
Reported by: portscout
This commit is contained in:
parent
88af1aae25
commit
130d5dd6f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526195
3 changed files with 15 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fcl
|
||||
DISTVERSION= 0.5.0-304
|
||||
PORTREVISION= 3
|
||||
DISTVERSIONSUFFIX= -g16c193a
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -19,7 +18,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= flexible-collision-library
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_OFF= FCL_BUILD_TESTS # also see https://github.com/flexible-collision-library/fcl/issues/354
|
||||
CMAKE_OFF= FCL_BUILD_TESTS BUILD_TESTING # also see https://github.com/flexible-collision-library/fcl/issues/354
|
||||
|
||||
OPTIONS_DEFINE_amd64= SSE2 SSE3 SSSE3 SSE4 SSE41 SSE42 SSE4A
|
||||
OPTIONS_DEFAULT_amd64= SSE2
|
||||
|
@ -31,4 +30,10 @@ ${sse}_DESC= Support for ${sse}
|
|||
${sse}_CMAKE_ON= -DFCL_USE_X64_SSE:BOOL=ON -DOPT_SSE_${sse}=-m${sse:tl:S/41/4.1/:S/42/4.2/}
|
||||
.endfor
|
||||
|
||||
do-test:
|
||||
@cd ${BUILD_WRKSRC} && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON -DFCL_BUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1542689785
|
||||
SHA256 (flexible-collision-library-fcl-0.5.0-304-g16c193a_GH0.tar.gz) = bee789713d067314466960ee75bee1b59c09a9d95e5cc8de9531186d6164e75d
|
||||
SIZE (flexible-collision-library-fcl-0.5.0-304-g16c193a_GH0.tar.gz) = 6168928
|
||||
TIMESTAMP = 1581564819
|
||||
SHA256 (flexible-collision-library-fcl-v0.6.0_GH0.tar.gz) = 6891abac5cc26d64f5ef8894bc6c2a30174558c5c83a3ed63cf65a21cb619b2b
|
||||
SIZE (flexible-collision-library-fcl-v0.6.0_GH0.tar.gz) = 6205849
|
||||
|
|
|
@ -16,6 +16,7 @@ include/fcl/broadphase/broadphase_interval_tree-inl.h
|
|||
include/fcl/broadphase/broadphase_interval_tree.h
|
||||
include/fcl/broadphase/broadphase_spatialhash-inl.h
|
||||
include/fcl/broadphase/broadphase_spatialhash.h
|
||||
include/fcl/broadphase/default_broadphase_callbacks.h
|
||||
include/fcl/broadphase/detail/hierarchy_tree-inl.h
|
||||
include/fcl/broadphase/detail/hierarchy_tree.h
|
||||
include/fcl/broadphase/detail/hierarchy_tree_array-inl.h
|
||||
|
@ -205,6 +206,7 @@ include/fcl/narrowphase/detail/convexity_based_algorithm/simplex.h
|
|||
include/fcl/narrowphase/detail/convexity_based_algorithm/support.h
|
||||
include/fcl/narrowphase/detail/distance_func_matrix-inl.h
|
||||
include/fcl/narrowphase/detail/distance_func_matrix.h
|
||||
include/fcl/narrowphase/detail/failed_at_this_configuration.h
|
||||
include/fcl/narrowphase/detail/gjk_solver_indep-inl.h
|
||||
include/fcl/narrowphase/detail/gjk_solver_indep.h
|
||||
include/fcl/narrowphase/detail/gjk_solver_libccd-inl.h
|
||||
|
@ -316,3 +318,4 @@ lib/libfcl.so
|
|||
lib/libfcl.so.0.6
|
||||
lib/libfcl.so.0.6.0
|
||||
libdata/pkgconfig/fcl.pc
|
||||
%%DATADIR%%/package.xml
|
||||
|
|
Loading…
Reference in a new issue