File openmpi-no_date_and_time.patch of Package openmpi
From: Philipp Thomas <pth@suse.de>
Date: 2013-06-27 15:10:15+02:00
Subject: D not use __DATE__
Don't use __DATE__ as to not trigger useless rebuilds.
---
ompi/debuggers/ompi_msgq_dll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: ompi/debuggers/ompi_msgq_dll.c
===================================================================
--- ompi/debuggers/ompi_msgq_dll.c.orig 2013-04-13 12:44:32.000000000 +0200
+++ ompi/debuggers/ompi_msgq_dll.c 2013-06-27 15:09:29.067487847 +0200
@@ -190,7 +190,7 @@ int mqs_version_compatibility (void)
char *mqs_version_string (void)
{
return "Open MPI message queue support for parallel"
- " debuggers compiled on " __DATE__;
+ " debuggers compiled for openSUSE";
} /* mqs_version_string */
/* So the debugger can tell what interface width the library was compiled with */