| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/argobots/ |
Upload File : |
PORTNAME= argobots
DISTVERSIONPREFIX= v
DISTVERSION= 1.1-186
DISTVERSIONSUFFIX= -gdce6e72
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight, low-level threading and tasking framework
WWW= https://www.argobots.org/
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BUILD_DEPENDS= ${LOCALBASE}/bin/grep:textproc/gnugrep # workaround for https://github.com/pmodels/argobots/issues/375
USES= autoreconf gmake libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= pmodels
INSTALL_TARGET= install-strip
BINARY_ALIAS= grep=${LOCALBASE}/bin/grep # for https://github.com/pmodels/argobots/issues/375
PLIST_FILES= include/abt.h \
lib/libabt.a \
lib/libabt.so \
lib/libabt.so.1 \
lib/libabt.so.1.1.0 \
libdata/pkgconfig/argobots.pc
do-test: # at least one test never finishes, see https://github.com/pmodels/argobots/issues/376
@cd ${WRKSRC}/test && \
${GMAKE} check
.include <bsd.port.mk>