Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
openmpi
openmpi-no-build-date.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openmpi-no-build-date.patch of Package openmpi
Index: ompi/debuggers/ompi_dll.c =================================================================== --- ompi/debuggers/ompi_dll.c.orig 2008-08-25 21:17:13.000000000 +0200 +++ ompi/debuggers/ompi_dll.c 2010-08-31 00:08:33.940665000 +0200 @@ -177,8 +177,7 @@ int mqs_version_compatibility (void) /* This one can say what you like */ char *mqs_version_string (void) { - return "Open MPI message queue support for parallel" - " debuggers compiled on " __DATE__; + return "Open MPI message queue support for parallel"; } /* mqs_version_string */ /* So the debugger can tell what interface width the library was compiled with */ Index: ompi/tools/ompi_info/param.cc =================================================================== --- ompi/tools/ompi_info/param.cc.orig 2008-08-25 21:17:12.000000000 +0200 +++ ompi/tools/ompi_info/param.cc 2010-08-31 00:14:36.564171000 +0200 @@ -364,7 +364,7 @@ void ompi_info::do_config(bool want_all) } else { threads = "no"; } - +/* out("Configured by", "config:user", OMPI_CONFIGURE_USER); out("Configured on", "config:timestamp", OMPI_CONFIGURE_DATE); out("Configure host", "config:host", OMPI_CONFIGURE_HOST); @@ -372,7 +372,7 @@ void ompi_info::do_config(bool want_all) out("Built by", "build:user", OMPI_BUILD_USER); out("Built on", "build:timestamp", OMPI_BUILD_DATE); out("Built host", "build:host", OMPI_BUILD_HOST); - + */ out("C bindings", "bindings:c", "yes"); out("C++ bindings", "bindings:cxx", cxx); out("Fortran77 bindings", "bindings:f77", f77);
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