summaryrefslogtreecommitdiffstats
path: root/package/openmpi
Commit message (Collapse)AuthorAgeFilesLines
* package/openmpi: bump to version 4.0.0Fabrice Fontaine2019-02-042-6/+7
| | | | | | | Add hash for licence file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/openmpi: bump version to 1.10.7Bernd Kuhls2017-09-242-3/+5
| | | | | | | Added sha256 hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openmpi: disallow on sparcThomas Petazzoni2016-08-191-0/+4
| | | | | | | | | | | openmpi's configure script refuses to build on Sparc v8 architecture, so let's disable this package on sparc 32 bits entirely. Fixes: http://autobuild.buildroot.net/results/be6cb8e2437d345b709cf76357a4420e9beadb5c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openmpi: add Fortran support for MIPS64Vicente Olivert Riera2016-07-082-0/+62
| | | | | | | | | | | | | | | | | We include a file containing cached values for Fortran tests that are performed at the configure step. These tests fail when cross-compiling and this is known upstream. See: https://www.open-mpi.org/community/lists/users/2013/01/21186.php In that thread the upstream maintainer admits that "cross compiling OpenMPI is a known issue" and the way to workaround this is to "pre-populate configure's answers to the Fortran tests (so that it doesn't actually have to run anything)" Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> [Thomas: use a config cache.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openmpi: add Fortran support for MIPS32Vicente Olivert Riera2016-07-082-2/+72
| | | | | | | | | | | | | | | | | We include a file containing cached values for Fortran tests that are performed at the configure step. These tests fail when cross-compiling and this is known upstream. See: https://www.open-mpi.org/community/lists/users/2013/01/21186.php In that thread the upstream maintainer admits that "cross compiling OpenMPI is a known issue" and the way to workaround this is to "pre-populate configure's answers to the Fortran tests (so that it doesn't actually have to run anything)" Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> [Thomas: use the config cache mechanism to preseed the cache variables.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openmpi: new packageVicente Olivert Riera2016-06-093-0/+39
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> [Thomas: - disable the tracing mechanism using --disable-vt, since it was causing the build failure. Avoids the need for a patch. - remove the option to pass arbitrary config options. - specify the license as being BSD-3c instead of just BSD.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud