commit openmpi for openSUSE:Factory
Hello community, here is the log from the commit of package openmpi for openSUSE:Factory checked in at Fri Sep 3 13:19:07 CEST 2010. -------- --- openmpi/openmpi.changes 2010-06-17 11:08:54.000000000 +0200 +++ /mounts/work_src_done/STABLE/openmpi/openmpi.changes 2010-08-31 00:35:42.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Aug 30 22:33:21 UTC 2010 - cristian.rodriguez@opensuse.org + +- Do not include build date and build host info on binaries + this should save a significant number of rebuilds/publish + all over aprox 120 packages and its dependencies. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- openmpi-no-build-date.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi.spec ++++++ --- /var/tmp/diff_new_pack.OvPJEu/_old 2010-09-03 13:15:24.000000000 +0200 +++ /var/tmp/diff_new_pack.OvPJEu/_new 2010-09-03 13:15:24.000000000 +0200 @@ -22,7 +22,7 @@ Name: openmpi Summary: A powerful implementaion of MPI Version: 1.2.8 -Release: 9 +Release: 16 License: BSD3c(or similar) Group: Development/Libraries/Parallel Source0: %{name}-%{version}.tar.bz2 @@ -43,6 +43,7 @@ Requires: mpi-selector PreReq: mpi-selector %define _prefix /usr/%_lib/mpi/gcc/%name +Patch: openmpi-no-build-date.patch %description Open MPI is a project combining technologies and resources from several @@ -73,7 +74,7 @@ %prep %setup -q -# %patch0 +%patch %build %configure \ ++++++ openmpi-no-build-date.patch ++++++ 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); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de