9ee8484809
Changelog: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
31 lines
780 B
Makefile
31 lines
780 B
Makefile
PORTNAME= dune-uggrid
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.7.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= DUNE framework: The UG Grid Manager
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL-2.1
|
|
|
|
BUILD_DEPENDS= openmpi>0:net/openmpi \
|
|
vc>0:devel/vc
|
|
LIB_DEPENDS= libdunecommon.so:math/dune-common \
|
|
libopenblas.so:math/openblas \
|
|
libtbb.so:devel/onetbb
|
|
RUN_DEPENDS= openmpi>0:net/openmpi
|
|
|
|
USES= cmake compiler:c++17-lang fortran pkgconfig python
|
|
USE_GITLAB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
GL_SITE= https://gitlab.dune-project.org
|
|
GL_ACCOUNT= staging
|
|
GL_COMMIT= d214484ccef1a474fa283ad8f9c0e39873e5f34c
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
|
|
|
|
.include <bsd.port.mk>
|