Commit Graph

63 Commits

Author SHA1 Message Date
Doug Ledford b010d4ac98 Add new modulefile in mpi directory to make sorting out mpi modules
easier and to allow for conflicts between mpi stacks.  Bug #651074

Signed-off-by: Doug Ledford <dledford@redhat.com>
2012-01-20 11:36:56 -05:00
Orion Poplawski 6e7bd70b19 Rebuild with gcc 4.7 (bug #772443) 2012-01-08 11:12:24 -07:00
Orion Poplawski ac4b2b29eb Update to 1.5.4
Drop dt-textrel patch fixed upstream
Fixup handling removed files (bug #722534)
Uses hwloc instead of plpa
Exclude private libraries from provides/requires (bug #741104)
Drop --enable-mpi-threads & --enable-openib-ibcm, no longer recognized
2011-11-17 15:51:10 -07:00
Peter Robinson 5f4379b0b6 actually bump release 2011-06-18 14:00:37 +01:00
Peter Robinson 7f9e9df90e Exclude ARM platforms due to current lack of atomic primitives on the platform 2011-06-18 13:59:24 +01:00
Jay Fenlason ad18b4ebac Close 647011 and 679489 2011-03-17 00:28:42 -04:00
Dennis Gilmore 13ecac7917 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 21:17:39 -06:00
Jay Fenlason 19a6b61ce5 Upgrade to 1.5, set MANPATH in openmpi.module, minor cleanup. 2010-10-18 17:37:46 -04:00
Dennis Gilmore a978faa317 actually need to disable valgrind on all sparc arches 2010-09-05 20:10:17 -05:00
Dennis Gilmore bf65001ac8 disable valgrind support on sparc64 2010-09-05 19:52:34 -05:00
dmalcolm 9ab346fadb workaround for rhbz#617766 2010-07-24 16:08:26 +00:00
dmalcolm 85488098eb - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 02:46:21 +00:00
Jay Fenlason d1d00b1ea4 Update to fix licencing and packaging issues. Add prepend-path PYTHONPATH
to the module.in file.
2010-03-29 19:21:50 +00:00
Jay Fenlason c18f8a8524 Remove the .pc file like we did in RHEL. 2010-03-09 21:24:50 +00:00
Jay Fenlason 8580754ce5 BuildRequires: python 2010-01-26 22:58:04 +00:00
Jay Fenlason 12da6620fc - New upstream version, which includes the changeset_r22324 patch.
- Correct a typo in the Source0 line in this spec file.
2010-01-26 17:19:37 +00:00
Doug Ledford 257caf3e1d - Fix an issue with usage of _cc_name_suffix that cause a broken define in
our module file
2010-01-15 22:54:56 +00:00
Doug Ledford b7f8a670ec - Fix pkgconfig file substitution
- Bump version so we are later than the equivalent version from Red Hat
    Enterprise Linux
2010-01-15 14:12:08 +00:00
Doug Ledford 92d1170186 - Fix pkgconfig file substitution
- Bump version so we are later than the equivalent version from Red Hat
    Enterprise Linux
2010-01-15 13:57:11 +00:00
Doug Ledford 746245f1ae - 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
2010-01-13 18:40:51 +00:00
Jay Fenlason c80c2951cd Create and own man* directories for use by dependent packages. 2009-09-22 18:36:00 +00:00
Jay Fenlason e18a03f8ae As described in changelog:
- Move the module file from %{_datadir}/Modules/modulefiles/%{namearch} to
    %{_sysconfdir}/modulefiles/%{namearch} 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.
2009-09-16 18:50:56 +00:00
Jay Fenlason 688d01bf1a As described in changelog. 2009-09-11 18:04:04 +00:00
Jesse Keating f030191f27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 20:49:36 +00:00
Doug Ledford e44762ccf6 - Add MPI_BIN and MPI_LIB to the modules file (related bz511099) 2009-07-21 16:36:29 +00:00
Doug Ledford 179cf98481 - 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)
2009-07-21 15:28:00 +00:00
Doug Ledford de4e8efa42 - 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)
2009-07-21 15:22:03 +00:00
Doug Ledford c1fa9cb5ec - 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)
2009-07-21 15:08:21 +00:00
Jussi Lehtola abc4fcbe1d Fix builds of other pacakges in rawhide. 2009-07-18 17:20:38 +00:00
Lubomir Rintel 9c371e1f75 - Treat i586 the same way as i386 2009-05-08 20:18:34 +00:00
Doug Ledford 06dbf65503 - fixed broken update
- Resolves: bz496909, bz496131, bz496911
2009-04-22 21:24:39 +00:00
Doug Ledford fa6ba230eb - fixed broken update
- Resolves: bz496909, bz496131, bz496911
2009-04-22 15:04:12 +00:00
Tom Callaway e500ef7605 update to 1.3.1 2009-04-14 20:55:48 +00:00
Jesse Keating b501635158 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 08:35:35 +00:00
Jesse Keating 23a5ce7118 - Autorebuild for GCC 4.3 2008-02-19 01:45:09 +00:00
Doug Ledford 9f66e543b3 - Update to 1.2.4 upstream version
- Build against libtorque
- Pass a valid mode to open
- Resolves: bz189441, bz265141
2007-10-17 19:25:14 +00:00
Doug Ledford ec35c692ff - Update to 1.2.4 upstream version 2007-10-17 18:34:13 +00:00
Jesse Keating d7ea92a38f - Rebuild for selinux ppc32 issue. 2007-08-29 04:00:52 +00:00
Doug Ledford a9cdb7eb0f Fix directory permission problem 2007-07-16 17:43:31 +00:00
Doug Ledford f5b7a30eb0 Fix directory permission problem 2007-07-16 17:42:07 +00:00
Florian La Roche a8a15269e1 - add further requires 2007-07-12 12:12:05 +00:00
Doug Ledford b1bb0e4c6b - Fix dangling symlink issue caused by a bad macro usage
- Resolves: bz246450
2007-07-02 14:17:42 +00:00
Doug Ledford 4739e23be4 - Update to latest upstream version
- Fix file ownership on -libs package
- Take a swing at solving the multi-install compatibility issues
2007-06-28 22:06:10 +00:00
Florian La Roche f9acfe6c4f - add alternatives reqs 2007-02-06 10:31:27 +00:00
Doug Ledford ce4d3fb97b Fix for ia64 2006-10-13 18:24:44 +00:00
Doug Ledford dfe1d27e0f Don't need the buildreqs where we don't have openib 2006-10-13 12:59:39 +00:00
Doug Ledford 8ae2f755ed openmpi-1.1 doesn't really like s390 2006-08-27 17:17:12 +00:00
Doug Ledford feede46b35 fc6 doesn't have user space infiniband support, skip it for now. 2006-08-27 17:05:50 +00:00
Doug Ledford 533316b833 Minor tweaks 2006-08-27 17:01:44 +00:00
Doug Ledford e44b6a93ff One file in particular... 2006-08-08 00:46:46 +00:00