r3334 | jgn | 2012-01-09 09:17:54 +1100 (Mon, 09 Jan 2012) | 1 line

This commit is contained in:
Jing Chen
2012-01-09 09:17:54 +11:00
committed by Douglas Clowes
parent 22fa0b4251
commit aa860a120b

View File

@@ -63,7 +63,7 @@ else
endif
# HDF5
LIB_HDF5 := $(firstword $(wildcard /usr/lib/libhdf5.a /usr/local/lib/libhdf5.a))
LIB_HDF5 := $(firstword $(wildcard /usr/lib/libhdf5.so /usr/lib/libhdf5.a /usr/local/lib/libhdf5.a))
ifeq (,$(LIB_HDF5))
$(warning LIB_HDF5 not found)
endif