bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
62 stars 38 forks source link

another build fix #34

Closed loveshack closed 4 years ago

loveshack commented 5 years ago

The staging directory shouldn't appear in installed files.

--- extrae-3.7.1/src/others/Makefile.am~        2019-07-05 11:24:32.000000000 +0000
+++ extrae-3.7.1/src/others/Makefile.am 2019-07-22 20:39:14.457120718 +0000
@@ -40,7 +40,7 @@

 install-data-hook:
        cp pyextrae/common/extrae.py.in pyextrae/common/extrae.py
-       $(top_srcdir)/substitute $(SED) "@sub_PREFIX@" $(DESTDIR)${prefix} pyextrae/common/extrae.py
+       $(top_srcdir)/substitute $(SED) "@sub_PREFIX@" ${prefix} pyextrae/common/extrae.py
 #if HAVE_PAPI
        $(top_srcdir)/substitute $(SED) "@sub_Extrae_eventandcounters@" Extrae_eventandcounters pyextrae/common/extrae.py
        $(top_srcdir)/substitute $(SED) "@sub_Extrae_neventandcounters@" Extrae_neventandcounters pyextrae/common/extrae.py