summaryrefslogtreecommitdiffstats
path: root/package/hwloc
Commit message (Collapse)AuthorAgeFilesLines
* package/hwloc: bump version to 1.11.7Bernd Kuhls2017-06-053-41/+7
| | | | | | | | Added md5 & sha256 hashes, removed patch applied upstream: https://github.com/open-mpi/hwloc/commit/f08f4629f93e927e10143eaf6378d2619aa27954 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/hwloc: install package to staging directoryGraham Holland2017-05-301-0/+1
| | | | | | | | The hwloc package consists of a library and utilities so it should be installed to both the staging and target directories. Signed-off-by: Graham Holland <gmh7@sfu.ca> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* 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>
* hwloc: fix condition to display comment message in menuconfigflorent valette2015-05-191-1/+1
| | | | | | | | | The comment message shows up if the toolchain has threads instead of not having threads. Signed-off-by: Florent Valette <florent.valette@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* hwloc: fix race condition in make installPeter Korsgaard2015-05-122-0/+37
| | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/983/98364cdbffa06f151ab34b301762321b2a251ec6/ http://autobuild.buildroot.net/results/414/41403f8ce4751a27dd1bb9c43f5a97895dea3980/ http://autobuild.buildroot.net/results/d97/d979624843d2d2020cf43770350a8b9a63dcd04f/ Make install contains a race condition in utils/hwloc, as both install-exec-hook (through intall-exec) and install-data trigger install-man. The install-exec-hook target doesn't do anything with the manual pages, so fix the race condition by dropping the dependency. Patch sent upstream: https://www.open-mpi.org/community/lists/hwloc-devel/2015/05/4442.php Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* hwloc: new packageSteven Noonan2015-03-203-0/+55
[Thomas: - remove mandatory libpciaccess and numactl dependencies. Those dependencies are optional. - add dependency on threads. - use a HWLOC_VERSION_MAJOR variable to avoid repeating the major version number in HWLOC_SITE. - explicitly disable features we don't support. - explicitly enable/disable pci and numa support, depending on the availability of the corresponding dependencies. - add dependency on host-pkgconf, since pkg-config can be used by hwloc configure script.] Signed-off-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud