[Darshan-users] BUG: darshan-runtime makefile.in pkgconfig file location
Carns, Philip H.
carns at mcs.anl.gov
Mon Feb 24 15:29:36 CST 2020
Thanks Matthew- good catch!
I just merged in a fix just now, which will be in a pre-release soon: https://xgitlab.cels.anl.gov/darshan/darshan/merge_requests/36
I ended up doing something slightly different than your proposed fix just to make the Makefile.in in darshan-util and darshan-runtime more consistent.
thanks,
-Phil
________________________________
From: Darshan-users <darshan-users-bounces at lists.mcs.anl.gov> on behalf of Curry, Matthew Leon <mlcurry at sandia.gov>
Sent: Tuesday, February 18, 2020 1:42 AM
To: darshan-users at lists.mcs.anl.gov <darshan-users at lists.mcs.anl.gov>
Subject: [Darshan-users] BUG: darshan-runtime makefile.in pkgconfig file location
Hello,
The definition of the pkgconfig file location is incorrect in darshan-runtime/Makefile.in.
It is currently:
libdir = $(DESTDIR)@libdir@
pkgconfigdir = $(DESTDIR)$(libdir)/pkgconfig
My belief is that the second line should be:
pkgconfigdir = $(DESTDIR)@libdir@/pkgconfig
Thanks,
Matthew
_______________________________________________
Darshan-users mailing list
Darshan-users at lists.mcs.anl.gov
https://lists.mcs.anl.gov/mailman/listinfo/darshan-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-users/attachments/20200224/45ddd7ca/attachment.html>
More information about the Darshan-users
mailing list