Compiler/vtk/build
- dependencies are now defined in variants file
This commit is contained in:
10
Compiler/vtk/5/variants.Linux
Normal file
10
Compiler/vtk/5/variants.Linux
Normal file
@@ -0,0 +1,10 @@
|
||||
vtk/5.10.1 stable b:cmake/2.8.12.2 gcc/4.7.4
|
||||
vtk/5.10.1 stable b:cmake/2.8.12.2 gcc/4.8.3
|
||||
vtk/5.10.1 stable b:cmake/3.1.3 gcc/4.8.4
|
||||
vtk/5.10.1 stable b:cmake/3.4.1 gcc/4.8.5
|
||||
vtk/5.10.1 stable b:cmake/3.1.3 gcc/4.9.2
|
||||
vtk/5.10.1 stable b:cmake/3.6.3 gcc/4.9.4
|
||||
vtk/5.10.1 stable b:cmake/3.6.3 gcc/5.3.0
|
||||
vtk/5.10.1 stable b:cmake/3.6.3 gcc/6.2.0
|
||||
|
||||
vtk/5.10.1 unstable b:cmake/3.1.3 intel/15.3
|
||||
1
Compiler/vtk/6/variants.Linux
Normal file
1
Compiler/vtk/6/variants.Linux
Normal file
@@ -0,0 +1 @@
|
||||
vtk/6.3.0 unstable b:cmake/3.6.3 gcc/6.2.0
|
||||
1
Compiler/vtk/7/variants.Linux
Normal file
1
Compiler/vtk/7/variants.Linux
Normal file
@@ -0,0 +1 @@
|
||||
vtk/7.0.0 unstable b:cmake/3.6.3 gcc/6.2.0
|
||||
@@ -6,6 +6,8 @@
|
||||
# and remove these strings.
|
||||
#
|
||||
|
||||
SOURCE_URL="http://www.vtk.org/files/release/${V_MAJOR}.${V_MINOR}/VTK-$V.tar.gz"
|
||||
|
||||
case ${OS} in
|
||||
Darwin )
|
||||
pbuild::pre_configure() {
|
||||
@@ -25,7 +27,5 @@ pbuild::configure() {
|
||||
}
|
||||
|
||||
pbuild::add_to_group 'Compiler'
|
||||
pbuild::set_runtime_dependencies "${COMPILER}"
|
||||
pbuild::set_build_dependencies 'cmake' "${COMPILER}"
|
||||
pbuild::make_all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user