Nicolas Morey
ef8a50cd94
- Add reproducible.patch to override build date (boo#1047218) and switch to autosetup (needed adaption of patch4) OBS-URL: https://build.opensuse.org/request/show/1133866 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mpi-selector?expand=0&rev=4
14 lines
378 B
Diff
14 lines
378 B
Diff
Index: mpi-selector-1.0.3/configure
|
|
===================================================================
|
|
--- mpi-selector-1.0.3.orig/configure
|
|
+++ mpi-selector-1.0.3/configure
|
|
@@ -1730,7 +1730,7 @@ MPI_SELECTOR_MPIVARS_BASENAME="mpivars"
|
|
prefix=$prefix_save
|
|
|
|
# Information for the man page
|
|
-MAN_DATE=`date "+%B %d, %Y"`
|
|
+MAN_DATE=`date -r README "+%B %d, %Y"`
|
|
|
|
|
|
# Party on
|