mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
29 lines
692 B
Makefile
29 lines
692 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hpx
|
|
DISTVERSION= 1.2.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ Standard Library for Parallelism and Concurrency
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
|
|
|
|
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
|
libhwloc.so:devel/hwloc
|
|
|
|
USES= cmake compiler:c++17-lang python shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= STEllAR-GROUP
|
|
SHEBANG_FILES= cmake/templates/hpxrun.py.in cmake/templates/hpxcxx.in python/scripts/*.py
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= HPX_WITH_GENERIC_CONTEXT_COROUTINES
|
|
CMAKE_OFF= HPX_WITH_EXAMPLES HPX_WITH_TESTS
|
|
LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
|
|
LDFLAGS_gcc= -latomic
|
|
|
|
.include <bsd.port.mk>
|