From 26f21513625cc91d5ffce14e52911e90e95bc13d Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Wed, 7 Jan 2015 12:09:17 +0000 Subject: Lorry the Flang fortran compiler and its runtime library. Reviewed-by: Sam Thursfield --- open-source-lorries/flang.lorry | 6 ++++++ open-source-lorries/libflangrt.lorry | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 open-source-lorries/flang.lorry create mode 100644 open-source-lorries/libflangrt.lorry 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" + } +} -- cgit v1.2.1