From 23ed4b631b512de2bff731904550c6d3efd76b64 Mon Sep 17 00:00:00 2001 From: Elke Flehmig Date: Mon, 26 Jan 2015 09:13:35 +0000 Subject: [PATCH] added script for hdf5 --- packages/tools/hdf5/1.8.14 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 packages/tools/hdf5/1.8.14 diff --git a/packages/tools/hdf5/1.8.14 b/packages/tools/hdf5/1.8.14 new file mode 100755 index 0000000..eec1c50 --- /dev/null +++ b/packages/tools/hdf5/1.8.14 @@ -0,0 +1,30 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2012 +# +# sit command: +# PREFIX_BASE=/opt ./sit tools/hdf5/1.8.14 +# +# sit command for trilinos with mpi: +# PREFIX_BASE=/opt COMPILER=gnu COMPILER_VERSION=4.8.1 MPI=openmpi MPI_VERSION=1.6.5 ./sit tools/hdf5/1.8.14 + +CATEGORY="tools" +PACKAGE="hdf5" +VERSION="1.8.14" +URL="http://trilinos.sandia.gov/" +INSTALLER="Elke Flehmig " + +# cmake 2.8 or higher is required +case $PLATFORM in + hermit|hermit1) + sit_fail "on hermit, hdf5 is installed by cray!" + ;; +esac + +# now continue for laki + +# Archive A and package name P +A=${PACKAGE}-${VERSION}.tar.gz +P=${PACKAGE}-${VERSION} +