diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-10-14 09:29:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 09:29:54 -0700 |
commit | 00dd38b7bac338bb3bc585fcafe3a5f1f7ec8689 (patch) | |
tree | 35e560eab9229e760b0547a39fe208b321138643 /libs | |
parent | 84ead7e6db1689993de5246e942f2b11f62daff0 (diff) | |
parent | ad70a0ebf6c12d62107eee80bc9f57c61f1f4471 (diff) |
Merge pull request #10226 from flyn-org/hwloc
hwloc: update to 2.1.0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hwloc/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/libs/hwloc/Makefile b/libs/hwloc/Makefile index 926615fba..2e5bec6d3 100644 --- a/libs/hwloc/Makefile +++ b/libs/hwloc/Makefile @@ -6,19 +6,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hwloc -PKG_VERSION:=2.0.3 -PKG_RELEASE:=2 +PKG_VERSION:=2.1.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.0 -PKG_HASH:=e393aaf39e576b329a2bff3096d9618d4e39f416874390b58e6573349554c725 +PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.1 +PKG_HASH:=19429752f772cf68321196970ffb10dafd7e02ab38d2b3382b157c78efd10862 -PKG_LICENSE:=BSD-3-Clause PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> +PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 -PKG_FIXUP:=autoreconf - include $(INCLUDE_DIR)/package.mk define Package/hwloc/Default |