Package: fckit / 0.10.0-2

reproducible_build.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: Make the build reproducible
Bug-Origin: https://bugs.debian.org/972378
 Update https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977641
 to also drop the kernel name
Author: Alastair McKinstry <[email protected]>
Last-Update: 2020-12-18
Forwarded: no

Index: fckit-0.9.1/src/apps/fckit.in
===================================================================
--- fckit-0.9.1.orig/src/apps/fckit.in
    fckit-0.9.1/src/apps/fckit.in
@@ -42,14  42,10 @@ info()
   echo ""
   echo "Build:"
   echo "  build type      : @CMAKE_BUILD_TYPE@"
-  echo "  timestamp       : @EC_BUILD_TIMESTAMP@"
-  echo "  op. system      : @CMAKE_SYSTEM@ (@EC_OS_NAME@.@EC_OS_BITS@)"
   echo "  op. system      : @CMAKE_SYSTEM_NAME@ (@EC_OS_NAME@.@EC_OS_BITS@)"
   echo "  processor       : @CMAKE_SYSTEM_PROCESSOR@"
-  echo "  sources         : @PROJECT_SOURCE_DIR@"
   echo "  c   compiler    : @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@"
-  echo "    flags         : @EC_CXX_FLAGS@"
   echo "  fortran compiler: @CMAKE_Fortran_COMPILER_ID@ @CMAKE_Fortran_COMPILER_VERSION@"
-  echo "    flags         : @EC_Fortran_FLAGS@"
   echo ""
   echo "Features:"
   echo "  MPI             : $(print_feature @eckit_HAVE_MPI@)"