mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r15149] Purpose: Bug Fix
Description: Changing h5perf installation so only h5perf is installed when parallel is enabled, while only h5perf_serial is installed when parallel is disabled. Tested: kagiso
This commit is contained in:
parent
55faa4534b
commit
92d070ab39
2
configure
vendored
2
configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 15017 2008-05-16 04:00:28Z acheng .
|
||||
# From configure.in Id: configure.in 15112 2008-05-30 21:47:44Z mcgreevy .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for HDF5 1.9.6.
|
||||
#
|
||||
|
@ -27,7 +27,7 @@ if BUILD_PARALLEL_CONDITIONAL
|
||||
bin_PROGRAMS=h5perf
|
||||
TEST_PROG_PARA=h5perf perf
|
||||
else
|
||||
bin_PROGRAMS=h5perf h5perf_serial
|
||||
bin_PROGRAMS=h5perf_serial
|
||||
endif
|
||||
|
||||
# Some programs are not built or run by default, but can be built by hand or by
|
||||
|
@ -52,7 +52,7 @@ host_triplet = @host@
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/config/commence.am \
|
||||
$(top_srcdir)/config/conclude.am COPYING
|
||||
@BUILD_PARALLEL_CONDITIONAL_FALSE@bin_PROGRAMS = h5perf$(EXEEXT) \
|
||||
@BUILD_PARALLEL_CONDITIONAL_FALSE@bin_PROGRAMS = \
|
||||
@BUILD_PARALLEL_CONDITIONAL_FALSE@ h5perf_serial$(EXEEXT)
|
||||
@BUILD_PARALLEL_CONDITIONAL_TRUE@bin_PROGRAMS = h5perf$(EXEEXT)
|
||||
check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_4)
|
||||
|
Loading…
Reference in New Issue
Block a user