Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
openmpi
openmpi-no_date_and_time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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 */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor