[Darshan-commits] [Git][darshan/darshan][master] install null-log-format when building darshan-util
Shane Snyder
xgitlab at cels.anl.gov
Mon Mar 28 12:41:22 CDT 2016
Shane Snyder pushed to branch master at darshan / darshan
Commits:
bd99f401 by Shane Snyder at 2016-03-28T12:40:20-05:00
install null-log-format when building darshan-util
Otherwise, compile errors are generated when building an external
tool that uses the darshan-logutils api/library.
- - - - -
2 changed files:
- ChangeLog
- darshan-util/Makefile.in
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ Darshan Release Change Log
Darshan-3.0.0
=============
+* install darshan-null-log-format.h header when installing
+ darshan-util component, otherwise compiler errors are
+ generated when building external tools that use
+ libdarshan-util
* update docs to give debugging tips for cases where
Darshan logs are not generated
* fix shared library regression test script to check for
=====================================
darshan-util/Makefile.in
=====================================
--- a/darshan-util/Makefile.in
+++ b/darshan-util/Makefile.in
@@ -132,6 +132,7 @@ endif
install -m 644 $(srcdir)/darshan-pnetcdf-logutils.h $(includedir)
install -m 644 $(srcdir)/darshan-bgq-logutils.h $(includedir)
install -m 644 $(srcdir)/darshan-null-logutils.h $(includedir)
+ install -m 644 $(srcdir)/../darshan-null-log-format.h $(includedir)
install -m 644 $(srcdir)/../darshan-posix-log-format.h $(includedir)
install -m 644 $(srcdir)/../darshan-mpiio-log-format.h $(includedir)
install -m 644 $(srcdir)/../darshan-hdf5-log-format.h $(includedir)
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/bd99f40154c9d9479d388dd2dc301945ca9764af
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20160328/f082e638/attachment.html>
More information about the Darshan-commits
mailing list