aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/opencoarrays/opencoarrays-1.9.3.ebuild')
-rw-r--r--sys-cluster/opencoarrays/opencoarrays-1.9.3.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-cluster/opencoarrays/opencoarrays-1.9.3.ebuild b/sys-cluster/opencoarrays/opencoarrays-1.9.3.ebuild
new file mode 100644
index 0000000..ddf474a
--- /dev/null
+++ b/sys-cluster/opencoarrays/opencoarrays-1.9.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit cmake-utils fortran-2
+DESCRIPTION="Implementation of coarrays for gfortran"
+HOMEPAGE="http://www.opencoarrays.org/"
+SRC_URI="https://github.com/sourceryinstitute/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="virtual/fortran"
+RDEPEND="${DEPEND}"
+
+# Source dir has capitals:
+S="${WORKDIR}/OpenCoarrays-${PV}/"