From 2cc968846977e298a8e9cadfb5a4cb4010cc1d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 25 Sep 2014 10:22:23 +0000 Subject: Move llvm to its own stratum llvm is a bif piece of software that take long time to build With this move we will only build it when its really necessary --- strata/llvm-common.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 strata/llvm-common.morph (limited to 'strata/llvm-common.morph') diff --git a/strata/llvm-common.morph b/strata/llvm-common.morph new file mode 100644 index 00000000..0fdb9e8b --- /dev/null +++ b/strata/llvm-common.morph @@ -0,0 +1,11 @@ +name: llvm-common +kind: stratum +build-depends: +- morph: strata/core.morph +chunks: +- name: llvm + morph: strata/llvm-common/llvm.morph + repo: upstream:llvm + ref: 60aa15443579a9542a1e8818f3c5dd901edb03d9 + unpetrify-ref: baserock/morph + build-depends: [] -- cgit v1.2.1