declaration of dependencies moved to variant files
This commit is contained in:
@@ -1 +1 @@
|
||||
5.1.1 Linux,Darwin stable
|
||||
5.1.1 stable
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
6.0.0 Linux,Darwin stable
|
||||
6.1.0 Linux,Darwin stable
|
||||
6.0.0 stable
|
||||
6.1.0 stable
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,5 +14,4 @@ declare -rx CC=gcc
|
||||
module use 'Libraries'
|
||||
|
||||
pbuild::add_to_group 'Libraries'
|
||||
pbuild::set_build_dependencies 'gmp'
|
||||
pbuild::make_all
|
||||
|
||||
1
Libraries/tiff/4/variants
Normal file
1
Libraries/tiff/4/variants
Normal file
@@ -0,0 +1 @@
|
||||
tiff/4.0.3 stable
|
||||
@@ -9,6 +9,7 @@ pbuild::configure() {
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
CC=gcc
|
||||
|
||||
pbuild::add_to_group 'Libraries'
|
||||
pbuild::set_build_dependencies "${COMPILER}"
|
||||
pbuild::make_all
|
||||
|
||||
Reference in New Issue
Block a user