Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cristian Simarro
darshan
Commits
a4a77ada
Commit
a4a77ada
authored
Jan 30, 2017
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug in ld option substitution
parent
7b72260d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
darshan-runtime/configure
darshan-runtime/configure
+3
-3
darshan-runtime/configure.in
darshan-runtime/configure.in
+2
-2
darshan-runtime/share/ld-opts/darshan-base-ld-opts.in
darshan-runtime/share/ld-opts/darshan-base-ld-opts.in
+1
-1
No files found.
darshan-runtime/configure
View file @
a4a77ada
...
@@ -1343,7 +1343,7 @@ Optional Features:
...
@@ -1343,7 +1343,7 @@ Optional Features:
--enable-HDF5-post-1.10
--enable-HDF5-post-1.10
Enable HDF5 module for HDF5 version 1.10 or later
Enable HDF5 module for HDF5 version 1.10 or later
--enable-HDF5-pre-1.10
--enable-HDF5-pre-1.10
Enable HDF5 module for HDF5 version
1.8 or earlier
Enable HDF5 module for HDF5 version
s earlier than 1.10
Optional Packages:
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
...
@@ -4217,7 +4217,7 @@ $as_echo "#define __DARSHAN_ENABLE_HDF5110 1" >>confdefs.h
...
@@ -4217,7 +4217,7 @@ $as_echo "#define __DARSHAN_ENABLE_HDF5110 1" >>confdefs.h
as_fn_error
$?
"Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10"
"
$LINENO
"
5
as_fn_error
$?
"Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10"
"
$LINENO
"
5
fi
fi
BUILD_HDF5_MODULE
=
1
BUILD_HDF5_MODULE
=
1
DARSHAN_HDF5_LD_OPTS
=
"
${
darshan_share_path
}
/ld-opts/darshan-hdf5-ld-opts"
DARSHAN_HDF5_LD_OPTS
=
"
@
${
darshan_share_path
}
/ld-opts/darshan-hdf5-ld-opts"
fi
fi
fi
fi
...
@@ -4229,7 +4229,7 @@ if test "${enable_HDF5_pre_1_10+set}" = set; then :
...
@@ -4229,7 +4229,7 @@ if test "${enable_HDF5_pre_1_10+set}" = set; then :
as_fn_error
$?
"Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10"
"
$LINENO
"
5
as_fn_error
$?
"Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10"
"
$LINENO
"
5
fi
fi
BUILD_HDF5_MODULE
=
1
BUILD_HDF5_MODULE
=
1
DARSHAN_HDF5_LD_OPTS
=
"
${
darshan_share_path
}
/ld-opts/darshan-hdf5-ld-opts"
DARSHAN_HDF5_LD_OPTS
=
"
@
${
darshan_share_path
}
/ld-opts/darshan-hdf5-ld-opts"
fi
fi
fi
fi
...
...
darshan-runtime/configure.in
View file @
a4a77ada
...
@@ -268,7 +268,7 @@ AC_ARG_ENABLE(HDF5-post-1.10,
...
@@ -268,7 +268,7 @@ AC_ARG_ENABLE(HDF5-post-1.10,
AC_MSG_ERROR([Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10])
AC_MSG_ERROR([Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10])
fi
fi
BUILD_HDF5_MODULE=1
BUILD_HDF5_MODULE=1
DARSHAN_HDF5_LD_OPTS="${darshan_share_path}/ld-opts/darshan-hdf5-ld-opts"
DARSHAN_HDF5_LD_OPTS="
@
${darshan_share_path}/ld-opts/darshan-hdf5-ld-opts"
fi]
fi]
,)
,)
AC_ARG_ENABLE(HDF5-pre-1.10,
AC_ARG_ENABLE(HDF5-pre-1.10,
...
@@ -279,7 +279,7 @@ AC_ARG_ENABLE(HDF5-pre-1.10,
...
@@ -279,7 +279,7 @@ AC_ARG_ENABLE(HDF5-pre-1.10,
AC_MSG_ERROR([Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10])
AC_MSG_ERROR([Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10])
fi
fi
BUILD_HDF5_MODULE=1
BUILD_HDF5_MODULE=1
DARSHAN_HDF5_LD_OPTS="${darshan_share_path}/ld-opts/darshan-hdf5-ld-opts"
DARSHAN_HDF5_LD_OPTS="
@
${darshan_share_path}/ld-opts/darshan-hdf5-ld-opts"
fi]
fi]
,)
,)
...
...
darshan-runtime/share/ld-opts/darshan-base-ld-opts.in
View file @
a4a77ada
...
@@ -3,4 +3,4 @@
...
@@ -3,4 +3,4 @@
@@darshan_share_path@/ld-opts/darshan-posix-ld-opts
@@darshan_share_path@/ld-opts/darshan-posix-ld-opts
@@darshan_share_path@/ld-opts/darshan-pnetcdf-ld-opts
@@darshan_share_path@/ld-opts/darshan-pnetcdf-ld-opts
@@darshan_share_path@/ld-opts/darshan-stdio-ld-opts
@@darshan_share_path@/ld-opts/darshan-stdio-ld-opts
@
@
DARSHAN_HDF5_LD_OPTS@
@DARSHAN_HDF5_LD_OPTS@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment