summaryrefslogtreecommitdiffstats
path: root/package/openmpi/openmpi.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/openmpi: bump version to 1.10.7Bernd Kuhls2017-09-241-1/+1
| | | | | | | 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: add Fortran support for MIPS64Vicente Olivert Riera2016-07-081-0/+2
| | | | | | | | | | | | | | | | | 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-081-2/+21
| | | | | | | | | | | | | | | | | 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-091-0/+20
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