summaryrefslogtreecommitdiff
path: root/lib/make/extras/HDF5
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-29 14:07:35 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-29 14:07:35 +0000
commit391aec6ae5efd144d1625c227632fc9e16fd8c6e (patch)
treedd3dc9f6480fb53a48f7bb61eef74a8c593cda07 /lib/make/extras/HDF5
parent1f85983a412e7d3e9abff91e321cc399e1bafd24 (diff)
Add /usr/local/include and /usr/local/lib to appropriate compiler/linker
paths as there are some machines (e.g. sr8000.lrz-muenchen.de) which don't do this automatically. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3879 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/extras/HDF5')
-rwxr-xr-xlib/make/extras/HDF5/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/extras/HDF5/setup.sh b/lib/make/extras/HDF5/setup.sh
index a03b4bf7..2a0a8a68 100755
--- a/lib/make/extras/HDF5/setup.sh
+++ b/lib/make/extras/HDF5/setup.sh
@@ -52,7 +52,7 @@ fi
# Set the HDF5 libs, libdirs and includedirs
# don't explicitely add standard include and library search paths
-if [ "$HDF5_DIR" != '/usr' -a "$HDF5_DIR" != '/usr/local' ]; then
+if [ "$HDF5_DIR" != '/usr' ]; then
HDF5_LIB_DIRS="$HDF5_DIR/lib"
HDF5_INC_DIRS="$HDF5_DIR/include"
fi