From b70a700c4336f9ae19f597393a8e1769517178c6 Mon Sep 17 00:00:00 2001 From: rhaas Date: Wed, 25 Jul 2012 14:25:14 +0000 Subject: HDF5: add optional dependency on MPI to links afterward it to enable users to use pre-compiled MPI enabled HDF5 libraries git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@59 fb53df36-e548-4a1e-8150-ab98cbd5e786 --- configuration.ccl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.ccl b/configuration.ccl index 97116e1..54f8898 100644 --- a/configuration.ccl +++ b/configuration.ccl @@ -10,3 +10,8 @@ PROVIDES HDF5 REQUIRES HDF5 REQUIRES zlib + +# link after MPI in case a parallel-enabled HDF5 version is used +OPTIONAL MPI +{ +} -- cgit v1.2.3