HDF5_serial/H5hut
- H5Hut_serial renamed to H5hut - dependencies are now defined in variants files - compile with vtkconverter disabled
This commit is contained in:
8
HDF5_serial/H5hut/1/variants
Normal file
8
HDF5_serial/H5hut/1/variants
Normal file
@@ -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
|
||||
1
HDF5_serial/H5hut/2/variants
Normal file
1
HDF5_serial/H5hut/2/variants
Normal file
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user