mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +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
38 lines
897 B
Makefile
38 lines
897 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= moab
|
|
DISTVERSION= 5.0.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Component for representing and evaluating mesh data
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
xLICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libhdf5.so:science/hdf5 \
|
|
libnetcdf.so:science/netcdf \
|
|
libopenblas.so:math/openblas
|
|
|
|
USES= cmake:noninja eigen:3 fortran
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DBLAS_LIBRARIES:STRING=${LOCALBASE}/lib/libopenblas.so -DLAPACK_LIBRARIES:STRING=${LOCALBASE}/lib/libopenblas.so
|
|
|
|
BB_ACCOUNT= fathomteam
|
|
BB_PROJECT= ${PORTNAME}
|
|
BB_COMMIT= c4eed56fd6d2
|
|
|
|
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
|
|
|
|
OPTIONS_DEFINE= MPI
|
|
OPTIONS_DEFAULT= MPI
|
|
OPTIONS_SUB= yes
|
|
|
|
MPI_CMAKE_BOOL= ENABLE_MPI
|
|
MPI_LIB_DEPENDS= libmpi.so:net/openmpi
|
|
|
|
.include <bsd.port.mk>
|