aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2017-03-13 04:25:29 +0800
committertijl <tijl@FreeBSD.org>2017-03-13 04:25:29 +0800
commitb7f9303b9d6f9640799dd5b71174310e8847d602 (patch)
treed50db82ebd87b5823600fc612b5775f14129fb27 /lang/Makefile
parent0a7da15f9cbe3f6349896a05e4c4b1a4a38915e7 (diff)
downloadfreebsd-ports-gnome-b7f9303b9d6f9640799dd5b71174310e8847d602.tar.gz
freebsd-ports-gnome-b7f9303b9d6f9640799dd5b71174310e8847d602.tar.zst
freebsd-ports-gnome-b7f9303b9d6f9640799dd5b71174310e8847d602.zip
Add lang/OpenCoarrays, an implementation of Fortran coarrays using MPI.
OpenCoarrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015. WWW: http://www.opencoarrays.org/ PR: 217283 Submitted by: Anton Shterenlikht <mexas@bris.ac.uk>
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 0dc1a8a10a80..2879c137d61c 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -4,6 +4,7 @@
COMMENT = Programming languages
SUBDIR += Gofer
+ SUBDIR += OpenCoarrays
SUBDIR += abcl
SUBDIR += adacontrol
SUBDIR += afnix