diff options
author | adam <adam@pkgsrc.org> | 2019-06-17 16:35:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-06-17 16:35:44 +0000 |
commit | fac13f3417e5a6ee73b28554fc5b891506a3e8f3 (patch) | |
tree | c47cd09359a7d4bd76764210f908d6bcfa47b1d3 /parallel/Makefile | |
parent | f91e166a1760cdd7e753dcb8d6f016b4889f2463 (diff) | |
download | pkgsrc-fac13f3417e5a6ee73b28554fc5b891506a3e8f3.tar.gz |
openmp: added version 8.0.0
The OpenMP subproject of LLVM contains the components required to build an
executable OpenMP program that are outside the compiler itself.
Here you can find the code for the runtime library against which code compiled
by clang -fopenmp must be linked before it can run.
Diffstat (limited to 'parallel/Makefile')
-rw-r--r-- | parallel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parallel/Makefile b/parallel/Makefile index c527d7091d5..2ec32f545bf 100644 --- a/parallel/Makefile +++ b/parallel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2018/04/22 17:25:52 bacon Exp $ +# $NetBSD: Makefile,v 1.26 2019/06/17 16:35:44 adam Exp $ # COMMENT= Applications dealing with parallelism in computing @@ -11,6 +11,7 @@ SUBDIR+= gridscheduler SUBDIR+= hwloc SUBDIR+= linda SUBDIR+= mpi-ch +SUBDIR+= openmp SUBDIR+= openmpi SUBDIR+= openpa SUBDIR+= p5-Parallel-Pvm |