Parallel Tasking Library is a needed dependency for the upcoming update of science/geant4. ChangeLog: https://github.com/jrmadsen/PTL PR: 268992 Reported by: erik@tenku.dk
25 lines
498 B
Makefile
25 lines
498 B
Makefile
PORTNAME= ptl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.3.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= erik@tenku.dk
|
|
COMMENT= Lightweight C++11 multithreading tasking system
|
|
WWW= https://github.com/jrmadsen/PTL
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libtbb.so:devel/onetbb
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jrmadsen
|
|
GH_PROJECT= PTL
|
|
|
|
CMAKE_OFF= BUILD_STATIC_LIBS
|
|
|
|
PLIST_SUB+= SHLIB_SHVER="${DISTVERSION:R:R}" \
|
|
SHLIB_VER="${DISTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|