SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for openmpi-psm-1.4.1-4.3.SEL6.i686.rpm :

* Fri Dec 10 2010 Eddy Nigg - Rebuild for StartCom Linux 6.0.x
* Mon Aug 02 2010 Jay Fenlason - 1.4.1-4.3- Split the psm support packages into their own rpms to close Resolves: rhbz616575 openmpi does not work with non-infinipath hardware
* Fri Jun 04 2010 Jay Fenlason - 1.4.1-4.2- BuildRequire the infinipath-psm package to pull in support for it on x86_64. Related: rhbz570274
* Wed Mar 31 2010 Jay Fenlason - 1.4.1-4.1- Add the -autogen patch so this builds on RHEL-6 Related: rhbz555835
* Mon Mar 29 2010 Jay Fenlason - 1.4.1-4- Update to fix licencing and packaging issues: Use the system plpa and ltdl librarires rather than the ones in the tarball Remove licence incompatible files from the tarball.- update module.in to prepend-path PYTHONPATH
* Tue Mar 09 2010 Jay Fenlason - 1.4.1-3- remove the pkgconfig file completely like we did in RHEL.
* Tue Jan 26 2010 Jay Fenlason - 1.4.1-2- BuildRequires: python
* Tue Jan 26 2010 Jay Fenlason - 1.4.1-1- New upstream version, which includes the changeset_r22324 patch.- Correct a typo in the Source0 line in this spec file.
* Fri Jan 15 2010 Doug Ledford - 1.4-4- Fix an issue with usage of _cc_name_suffix that cause a broken define in our module file
* Fri Jan 15 2010 Doug Ledford - 1.4-3- Fix pkgconfig file substitution- Bump version so we are later than the equivalent version from Red Hat Enterprise Linux
* Wed Jan 13 2010 Doug Ledford - 1.4-1- Update to latest upstream stable version- Add support for libibcm usage- Enable sge support via configure options since it\'s no longer on by default- Add patch to resolve allreduce issue (bz538199)- Remove no longer needed patch for Chelsio cards
* Tue Sep 22 2009 Jay Fenlason - 1.3.3-6- Create and own man
* directories for use by dependent packages.
* Wed Sep 16 2009 Jay Fenlason - 1.3.3-5- Move the module file from /usr/share/Modules/modulefiles/openmpi-i386 to /etc/modulefiles/openmpi-i386 where it belongs.- Have the -devel subpackage own the man1 and man7 directories for completeness.- Add a blank line before the clean section.- Remove --enable-mpirun-prefix-by-default from configure.
* Wed Sep 09 2009 Jay Fenlason - 1.3.3-4- Modify packaging to conform to https://fedoraproject.org/wiki/PackagingDrafts/MPI (bz521334).- remove --with-ft=cr from configure, as it was apparently causing problems for some people.- Add librdmacm-devel and librdmacm to BuildRequires (related bz515565).- Add openmpi-bz515567.patch to add support for the latest Chelsio device IDs (related bz515567).- Add exclude-arch (s390 s390x) because we don\'t have required -devel packages there.
* Sat Jul 25 2009 Fedora Release Engineering - 1.3.3-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jul 21 2009 Doug Ledford - 1.3.3-2- Add MPI_BIN and MPI_LIB to the modules file (related bz511099)
* Tue Jul 21 2009 Doug Ledford - 1.3.3-1- Make sure all created dirs are owned (bz474677)- Fix loading of pkgconfig file (bz476844)- Resolve file conflict between us and libotf (bz496131)- Resolve dangling symlinks issue (bz496909)- Resolve unexpanded %{mode} issues (bz496911)- Restore -devel subpackage (bz499851)- Make getting the default openmpi devel environment easier (bz504357)- Make the -devel package pull in the base package (bz459458)- Make it easier to use alternative compilers to build package (bz246484)
* Sat Jul 18 2009 Jussi Lehtola - 1.3.1-4- Add Provides: openmpi-devel to fix other package builds in rawhide.
* Fri May 08 2009 Lubomir Rintel - 1.3.1-3- Treat i586 the same way as i386
* Wed Apr 22 2009 Doug Ledford - 1.3.1-2- fixed broken update- Resolves: bz496909, bz496131, bz496911
* Tue Apr 14 2009 Tom \"spot\" Callaway - 1.3.1-1- update to 1.3.1, cleanup alternatives, spec, make new vt subpackage
* Thu Feb 26 2009 Fedora Release Engineering - 1.2.4-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Feb 18 2008 Fedora Release Engineering - 1.2.4-2- Autorebuild for GCC 4.3
* Wed Oct 17 2007 Doug Ledford - 1.2.4-1- Update to 1.2.4 upstream version- Build against libtorque- Pass a valid mode to open- Resolves: bz189441, bz265141
* Tue Aug 28 2007 Fedora Release Engineering - 1.2.3-5- Rebuild for selinux ppc32 issue.
* Mon Jul 16 2007 Doug Ledford - 1.2.3-4- Fix a directory permission problem on the base openmpi directories
* Thu Jul 12 2007 Florian La Roche - 1.2.3-3- requires alternatives for various sub-rpms
* Mon Jul 02 2007 Doug Ledford - 1.2.3-2- Fix dangling symlink issue caused by a bad macro usage- Resolves: bz246450
* Wed Jun 27 2007 Doug Ledford - 1.2.3-1- Update to latest upstream version- Fix file ownership on -libs package- Take a swing at solving the multi-install compatibility issues
* Mon Feb 19 2007 Doug Ledford - 1.1.1-7- Bump version to be at least as high as the RHEL4U5 openmpi- Integrate fixes made in RHEL4 openmpi into RHEL5 (fix a multilib conflict for the openmpi.module file by moving from _datadir to _libdir, make sure all sed replacements have the g flag so they replace all instances of the marker per line, not just the first, and add a %defattr tag to the files section of the -libs package to avoid install errors about brewbuilder not being a user or group)- Resolves: bz229298
* Wed Jan 17 2007 Doug Ledford - 1.1.1-5- Remove the FORTIFY_SOURCE and stack protect options- Related: bz213075
* Fri Oct 20 2006 Doug Ledford - 1.1.1-4- Bump and build against the final openib-1.1 package
* Wed Oct 18 2006 Doug Ledford - 1.1.1-3- Fix an snprintf length bug in opal/util/cmd_line.c- RESOLVES: rhbz#210714
* Wed Oct 18 2006 Doug Ledford - 1.1.1-2- Bump and build against openib-1.1-0.pre1.1 instead of 1.0
* Tue Oct 17 2006 Doug Ledford - 1.1.1-1- Update to upstream 1.1.1 version
* Fri Oct 13 2006 Doug Ledford - 1.1-7- ia64 can\'t take -m64 on the gcc command line, so don\'t set it there
* Wed Oct 11 2006 Doug Ledford - 1.1-6- Bump rev to match fc6 rev- Fixup some issue with alternatives support- Split the 32bit and 64bit libs ld.so.conf.d files into two files so multilib or single lib installs both work properly- Put libs into their own package- Add symlinks to /usr/share/openmpi/bin%{mode} so that opal_wrapper-%{mode} can be called even if it isn\'t the currently selected default method in the alternatives setup (opal_wrapper needs to be called by mpicc, mpic++, etc. in order to determine compile mode from argv[0]).
* Sun Aug 27 2006 Doug Ledford - 1.1-4- Make sure the post/preun scripts only add/remove alternatives on initial install and final removal, otherwise don\'t touch.
* Fri Aug 25 2006 Doug Ledford - 1.1-3- Don\'t ghost the mpi.conf file as that means it will get removed when you remove 1 out of a number of alternatives based packages- Put the .mod file in -devel
* Mon Aug 07 2006 Doug Ledford - 1.1-2- Various lint cleanups- Switch to using the standard alternatives mechanism instead of a home grown one
* Wed Aug 02 2006 Doug Ledford - 1.1-1- Upgrade to 1.1- Build with Infiniband support via openib
* Mon Jun 12 2006 Jason Vas Dias - 1.0.2-1- Upgrade to 1.0.2
* Wed Feb 15 2006 Jason Vas Dias - 1.0.1-1- Import into Fedora Core- Resolve LAM clashes
* Wed Jan 25 2006 Orion Poplawski - 1.0.1-2- Use configure options to install includes and libraries- Add ld.so.conf.d file to find libraries- Add -fPIC for x86_64
* Tue Jan 24 2006 Orion Poplawski - 1.0.1-1- 1.0.1- Use alternatives
* Sat Nov 19 2005 Ed Hill - 1.0-2- fix lam conflicts
* Fri Nov 18 2005 Ed Hill - 1.0-1- initial specfile created
 
ICM