[jhbuild] 3.24, 3.26: Add llvm 4.0 and svn trunk



commit d8552144257be60d74f65980c1a93c029ec4f29a
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sat Apr 22 20:37:12 2017 +0800

    3.24, 3.26: Add llvm 4.0 and svn trunk
    
    The llvm-config script of the current LLVM svn trunk is called
    llvm-config-5.0 and llvm-config-devel on Debian and FreeBSD,
    respectively.

 modulesets/gnome-sysdeps-3.24.modules |    5 +++++
 modulesets/gnome-sysdeps-3.26.modules |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-sysdeps-3.24.modules b/modulesets/gnome-sysdeps-3.24.modules
index a2864e3..a038163 100644
--- a/modulesets/gnome-sysdeps-3.24.modules
+++ b/modulesets/gnome-sysdeps-3.24.modules
@@ -90,6 +90,8 @@
     <systemdependencies>
       <dep type="path" name="llvm-config">
         <!-- Debian -->
+        <altdep type="path" name="llvm-config-5.0"/>
+        <altdep type="path" name="llvm-config-4.0"/>
         <altdep type="path" name="llvm-config-3.9"/>
         <altdep type="path" name="llvm-config-3.8"/>
         <altdep type="path" name="llvm-config-3.7"/>
@@ -97,6 +99,7 @@
         <altdep type="path" name="llvm-config-3.5"/>
         <altdep type="path" name="llvm-config-3.4"/>
         <!-- FreeBSD -->
+        <altdep type="path" name="llvm-config40"/>
         <altdep type="path" name="llvm-config39"/>
         <altdep type="path" name="llvm-config38"/>
         <altdep type="path" name="llvm-config37"/>
@@ -828,6 +831,7 @@
     <systemdependencies>
       <dep type="c_include" name="llvm-c/Core.h">
         <!-- Debian -->
+        <altdep type="c_include" name="llvm-c-5.0/llvm-c/Core.h"/>
         <altdep type="c_include" name="llvm-c-4.0/llvm-c/Core.h"/>
         <altdep type="c_include" name="llvm-c-3.9/llvm-c/Core.h"/>
         <altdep type="c_include" name="llvm-c-3.8/llvm-c/Core.h"/>
@@ -836,6 +840,7 @@
         <altdep type="c_include" name="llvm-c-3.5/llvm-c/Core.h"/>
         <altdep type="c_include" name="llvm-c-3.4/llvm-c/Core.h"/>
         <!-- FreeBSD -->
+        <altdep type="c_include" name="../llvm40/include/llvm-c/Core.h"/>
         <altdep type="c_include" name="../llvm39/include/llvm-c/Core.h"/>
         <altdep type="c_include" name="../llvm38/include/llvm-c/Core.h"/>
         <altdep type="c_include" name="../llvm37/include/llvm-c/Core.h"/>
diff --git a/modulesets/gnome-sysdeps-3.26.modules b/modulesets/gnome-sysdeps-3.26.modules
index 2b3df39..4b44c78 100644
--- a/modulesets/gnome-sysdeps-3.26.modules
+++ b/modulesets/gnome-sysdeps-3.26.modules
@@ -90,6 +90,8 @@
     <systemdependencies>
       <dep type="path" name="llvm-config">
         <!-- Debian -->
+        <altdep type="path" name="llvm-config-5.0"/>
+        <altdep type="path" name="llvm-config-4.0"/>
         <altdep type="path" name="llvm-config-3.9"/>
         <altdep type="path" name="llvm-config-3.8"/>
         <altdep type="path" name="llvm-config-3.7"/>
@@ -97,6 +99,7 @@
         <altdep type="path" name="llvm-config-3.5"/>
         <altdep type="path" name="llvm-config-3.4"/>
         <!-- FreeBSD -->
+        <altdep type="path" name="llvm-config40"/>
         <altdep type="path" name="llvm-config39"/>
         <altdep type="path" name="llvm-config38"/>
         <altdep type="path" name="llvm-config37"/>
@@ -828,6 +831,7 @@
     <systemdependencies>
       <dep type="c_include" name="llvm-c/Core.h">
         <!-- Debian -->
+        <altdep type="c_include" name="llvm-c-5.0/llvm-c/Core.h"/>
         <altdep type="c_include" name="llvm-c-4.0/llvm-c/Core.h"/>
         <altdep type="c_include" name="llvm-c-3.9/llvm-c/Core.h"/>
         <altdep type="c_include" name="llvm-c-3.8/llvm-c/Core.h"/>
@@ -836,6 +840,7 @@
         <altdep type="c_include" name="llvm-c-3.5/llvm-c/Core.h"/>
         <altdep type="c_include" name="llvm-c-3.4/llvm-c/Core.h"/>
         <!-- FreeBSD -->
+        <altdep type="c_include" name="../llvm40/include/llvm-c/Core.h"/>
         <altdep type="c_include" name="../llvm39/include/llvm-c/Core.h"/>
         <altdep type="c_include" name="../llvm38/include/llvm-c/Core.h"/>
         <altdep type="c_include" name="../llvm37/include/llvm-c/Core.h"/>


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