Compiler/vtk/build

- dependencies are now defined in variants file
This commit is contained in:
2016-11-25 17:33:13 +01:00
parent 01c4a16dca
commit d48a7c9de2
4 changed files with 14 additions and 2 deletions

View 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

View File

@@ -0,0 +1 @@
vtk/6.3.0 unstable b:cmake/3.6.3 gcc/6.2.0

View File

@@ -0,0 +1 @@
vtk/7.0.0 unstable b:cmake/3.6.3 gcc/6.2.0

View File

@@ -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