mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
91c3078096
- Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes PR: 233070 Submitted by: wen
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= chrono
|
|
DISTVERSION= 2.0.0-9070
|
|
DISTVERSIONSUFFIX= -g57a828dc0
|
|
PORTREVISION= 3
|
|
CATEGORIES= science devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ library for multi-physics simulation
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
PORTSCOUT= skipv:3.0.0 # their development continues under the branch 2.X. 3.0.0 should be ignored until they release a higher version
|
|
|
|
BUILD_DEPENDS= openmpi>0:net/openmpi
|
|
|
|
USES= cmake compiler:c++14-lang fortran
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= project${PORTNAME}
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= HDF5 DEMOS TESTS
|
|
OPTIONS_SUB= yes
|
|
|
|
HDF5_CMAKE_BOOL= ENABLE_HDF5
|
|
HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
|
|
|
|
DEMOS_DESC= Build and install demo programs
|
|
DEMOS_CMAKE_BOOL= BUILD_DEMOS
|
|
|
|
TESTS_DESC= Build and install unit test programs
|
|
TESTS_CMAKE_BOOL= BUILD_TESTING
|
|
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/data/opensim/Rajagopal2015.orig
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name CMakeLists.txt -o -name "*.cmake*" | ${XARGS} ${REINPLACE_CMD} -i '' 's|lib64|lib|'
|
|
|
|
.include <bsd.port.mk>
|