[jhbuild] Add cmake to osx bootstrap



commit 9bf698203e824ba20badda4931de8772842f579c
Author: Patrick Griffis <tingping tingping se>
Date:   Mon Jan 5 17:09:43 2015 -0500

    Add cmake to osx bootstrap
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742481

 modulesets/bootstrap.modules |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index 4123791..33da983 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -18,6 +18,7 @@
   <repository type="tarball" name="ragel" href="http://www.complang.org/ragel/"/>
   <repository type="tarball" name="sqlite" href="http://www.sqlite.org/"/>
   <repository type="tarball" name="libproxy" href="http://libproxy.googlecode.com/files/"/>
+  <repository type="tarball" name="cmake" href="http://www.cmake.org/files/"/>
 
   <autotools id="xorg-macros">
     <branch repo="xorg"
@@ -83,6 +84,14 @@
             size="1931203" hash="sha256:6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845"/>
   </autotools>
 
+  <!-- cmakes ./configure is picky about invalid flags so we manually set it -->
+  <autotools id="cmake" autogen-template="%(srcdir)s/configure --prefix=%(prefix)s">
+    <branch repo="cmake"
+            module="v3.1/cmake-3.1.0.tar.gz" version="3.1.0"
+            size="5955836"
+            hash="sha256:8bdc3fa3f2da81bc10c772a6b64cc9052acc2901d42e1e1b2588b40df224aad9"/>
+  </autotools>
+
   <autotools id="python" autogenargs="--enable-shared" autogen-sh="configure">
     <pkg-config>python-2.7.pc</pkg-config>
     <branch repo="python"
@@ -171,6 +180,7 @@
         <dep package="automake"/>
         <dep package="bison"/>
         <dep package="pkg-config"/>
+        <dep package="cmake"/>
         <dep package="python"/>
         <dep package="intltool"/>
         <dep package="libxslt"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]