summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2015-01-07 12:09:17 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2015-01-07 15:33:08 +0000
commit26f21513625cc91d5ffce14e52911e90e95bc13d (patch)
tree2ee7fdd04707e7b9fd0aa036fc17ff32e9ff1c19
parent69158bc8381a8dc1cf71dd78de3c4891dc1004b7 (diff)
downloadlorries-26f21513625cc91d5ffce14e52911e90e95bc13d.tar.gz
Lorry the Flang fortran compiler and its runtime library.
Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rw-r--r--open-source-lorries/flang.lorry6
-rw-r--r--open-source-lorries/libflangrt.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/flang.lorry b/open-source-lorries/flang.lorry
new file mode 100644
index 0000000..611af28
--- /dev/null
+++ b/open-source-lorries/flang.lorry
@@ -0,0 +1,6 @@
+{
+ "flang": {
+ "type": "git",
+ "url": "git://github.com/CodethinkLabs/flang.git"
+ }
+}
diff --git a/open-source-lorries/libflangrt.lorry b/open-source-lorries/libflangrt.lorry
new file mode 100644
index 0000000..5f646fe
--- /dev/null
+++ b/open-source-lorries/libflangrt.lorry
@@ -0,0 +1,6 @@
+{
+ "libflangrt": {
+ "type": "git",
+ "url": "git://github.com/CodethinkLabs/libflangrt.git"
+ }
+}