2020-03-14 23:09:38 +01:00
|
|
|
PORTNAME= dune-uggrid
|
|
|
|
DISTVERSIONPREFIX= v
|
2021-01-16 01:33:44 +01:00
|
|
|
DISTVERSION= 2.7.1
|
2021-04-14 12:08:05 +02:00
|
|
|
PORTREVISION= 2
|
2020-03-14 23:09:38 +01:00
|
|
|
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 \
|
Introduce devel/onetbb and mark devel/tbb as legacy
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.
Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.
We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.
PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
252684 [7], 252785 [7]
Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
maintainer timeout [7]
[1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
2021-02-19 16:14:46 +01:00
|
|
|
libtbb.so:devel/onetbb
|
2020-03-14 23:09:38 +01:00
|
|
|
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
|
2021-01-16 01:33:44 +01:00
|
|
|
GL_COMMIT= d214484ccef1a474fa283ad8f9c0e39873e5f34c
|
2020-03-14 23:09:38 +01:00
|
|
|
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
Introduce devel/onetbb and mark devel/tbb as legacy
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.
Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.
We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.
PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
252684 [7], 252785 [7]
Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
maintainer timeout [7]
[1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
2021-02-19 16:14:46 +01:00
|
|
|
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
|
2020-03-14 23:09:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|