From a71e5321c499cff9f39dc3950d0ff8c7394934d9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 25 Nov 2016 17:36:47 +0100 Subject: [PATCH] HDF5_serial/H5hut - H5Hut_serial renamed to H5hut - dependencies are now defined in variants files - compile with vtkconverter disabled --- HDF5_serial/H5hut/1/variants | 8 ++++++++ HDF5_serial/H5hut/2/variants | 1 + HDF5_serial/H5hut/build | 8 ++++---- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 HDF5_serial/H5hut/1/variants create mode 100644 HDF5_serial/H5hut/2/variants diff --git a/HDF5_serial/H5hut/1/variants b/HDF5_serial/H5hut/1/variants new file mode 100644 index 0000000..fe9f1fa --- /dev/null +++ b/HDF5_serial/H5hut/1/variants @@ -0,0 +1,8 @@ +H5hut_serial/1.99.13 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.7.4 b:vtk/5.10.1 hdf5_serial/1.8.12 +H5hut_serial/1.99.13 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.7.4 b:vtk/5.10.1 hdf5_serial/1.8.14 +H5hut_serial/1.99.13 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.8.3 b:vtk/5.10.1 hdf5_serial/1.8.12 +H5hut_serial/1.99.13 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.8.3 b:vtk/5.10.1 hdf5_serial/1.8.14 +H5hut_serial/1.99.13 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.8.4 b:vtk/5.10.1 hdf5_serial/1.8.12 +H5hut_serial/1.99.13 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.8.4 b:vtk/5.10.1 hdf5_serial/1.8.14 +H5hut_serial/1.99.13 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.9.2 b:vtk/5.10.1 hdf5_serial/1.8.12 +H5hut_serial/1.99.13 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.9.2 b:vtk/5.10.1 hdf5_serial/1.8.14 diff --git a/HDF5_serial/H5hut/2/variants b/HDF5_serial/H5hut/2/variants new file mode 100644 index 0000000..013cc00 --- /dev/null +++ b/HDF5_serial/H5hut/2/variants @@ -0,0 +1 @@ +H5hut/2.0.0rc2 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/6.2.0 b:vtk/7.0.0 hdf5_serial/1.8.17 diff --git a/HDF5_serial/H5hut/build b/HDF5_serial/H5hut/build index 8651506..f59aaac 100755 --- a/HDF5_serial/H5hut/build +++ b/HDF5_serial/H5hut/build @@ -1,11 +1,12 @@ #!/usr/bin/env modbuild +# --enable-vtkconverter \ + pbuild::configure() { - (cd "${MODULE_SRCDIR}" && ./autogen.sh) + # (cd "${MODULE_SRCDIR}" && ./autogen.sh) "${MODULE_SRCDIR}"/configure \ --prefix="${PREFIX}" \ --enable-debug \ - --enable-vtkconverter \ --with-hdf5="${HDF5_SERIAL_PREFIX}" \ --with-pic \ || exit 1 @@ -22,7 +23,6 @@ pbuild::install() { } pbuild::add_to_group 'HDF5_serial' -pbuild::set_runtime_dependencies "${COMPILER}" 'hdf5_serial' -pbuild::set_build_dependencies "autoconf" "automake" "libtool" "${COMPILER}" "vtk" "hdf5_serial" +#pbuild::set_build_dependencies "autoconf" "automake" "libtool" "${COMPILER}" "vtk" "hdf5_serial" pbuild::make_all