declaration of dependencies moved to variant files

This commit is contained in:
2016-06-03 17:53:01 +02:00
parent d0f3636e06
commit 7fa15b6acf
46 changed files with 219 additions and 140 deletions

View File

@@ -1 +1 @@
5.1.1 Linux,Darwin stable
5.1.1 stable

View File

@@ -1,2 +1,2 @@
6.0.0 Linux,Darwin stable
6.1.0 Linux,Darwin stable
6.0.0 stable
6.1.0 stable

View File

@@ -1,2 +1,2 @@
1.0.2 Linux,Darwin stable gmp/5.1.1 mpfr/3.1.2
1.0.3 Linux,Darwin stable gmp/6.1.0 mpfr/3.1.4
1.0.2 stable b:gmp/5.1.1 b:mpfr/3.1.2
1.0.3 stable b:gmp/6.1.0 b:mpfr/3.1.4

View File

@@ -1,3 +1,3 @@
3.1.2 Linux,Darwin stable gmp/5.1.1
3.1.3 Linux,Darwin stable gmp/6.0.0
3.1.4 Linux,Darwin stable gmp/6.1.0
mpfr/3.1.2 stable b:gmp/5.1.1
mpfr/3.1.3 stable b:gmp/6.0.0
mpfr/3.1.4 stable b:gmp/6.1.0

View File

@@ -14,5 +14,4 @@ declare -rx CC=gcc
module use 'Libraries'
pbuild::add_to_group 'Libraries'
pbuild::set_build_dependencies 'gmp'
pbuild::make_all

View File

@@ -0,0 +1 @@
tiff/4.0.3 stable

View File

@@ -9,6 +9,7 @@ pbuild::configure() {
|| exit 1
}
CC=gcc
pbuild::add_to_group 'Libraries'
pbuild::set_build_dependencies "${COMPILER}"
pbuild::make_all