Bug#891412: opari2: please make the build reproducible

Chris Lamb lamby at debian.org
Sun Feb 25 11:16:38 UTC 2018


Source: opari2
Version: 2.0.2-3
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that opari2 could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/src/opari/opari2_config_tool_frontend.h.in b/src/opari/opari2_config_tool_frontend.h.in
index e89b4b8..ef34997 100644
--- a/src/opari/opari2_config_tool_frontend.h.in
+++ b/src/opari/opari2_config_tool_frontend.h.in
@@ -27,5 +27,5 @@
 #define POMP2_API_VERSION "@LIBRARY_INTERFACE_VERSION@"
 #define CFLAGS            "-I at INCLUDEDIR@"
 
-#define BUILD_SCRIPT      "@abs_builddir@/../build-frontend/pomp2-parse-init-regions.awk"
-#define BUILD_CFLAGS      "-I at abs_srcdir@/../include"
+#define BUILD_SCRIPT      "@srcdir@/../../../../build-frontend/pomp2-parse-init-regions.awk"
+#define BUILD_CFLAGS      "-I at srcdir@/../include"


More information about the Reproducible-bugs mailing list