mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r4443] Purpose:
Bug fix Description: Added the condition that Parallel programs are dependent on the hdf5 library too. Platforms tested: eirene (parallel), modi4(serial and parallel).
This commit is contained in:
parent
59d67bc3f9
commit
ee6a5bf86b
@ -32,7 +32,7 @@ TEST_SRC=iopipe.c chunk.c overhead.c \
|
||||
TEST_OBJ=$(TEST_SRC:.c=.lo)
|
||||
|
||||
## How to build the programs... they all depend on the hdf5 library
|
||||
$(TEST_PROGS): $(LIBHDF5)
|
||||
$(TEST_PROGS) $(TEST_PROGS_PARA): $(LIBHDF5)
|
||||
|
||||
perf: perf.lo
|
||||
@$(LT_LINK_EXE) $(CFLAGS) -o $@ perf.lo $(LIBH5TEST) $(LIBHDF5) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user