mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
31 lines
602 B
Makefile
31 lines
602 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openmp
|
|
DISTVERSION= 6.0.1
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= .src
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://llvm.org/releases/${DISTVERSION}/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Open Multi-Processing runtime for LLVM/Clang
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
USES= cmake compiler:c++11-lib perl5 tar:xz
|
|
USE_PERL5= build
|
|
USE_LDCONFIG= yes
|
|
PLIST_FILES= include/omp.h \
|
|
include/ompt.h \
|
|
lib/libgomp.so \
|
|
lib/libiomp5.so \
|
|
lib/libomp.so \
|
|
lib/libomp.so.0 \
|
|
lib/libomptarget.so \
|
|
lib/libomptarget.so.0
|
|
|
|
.include <bsd.port.mk>
|