diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-06-07 22:39:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 22:39:23 -0700 |
commit | 3fc1876627cdc1c9a7ad62c4b07adf70c2d174b1 (patch) | |
tree | edfdde2e6f8a7e671da6eb965dea94d5212fc35d /libs | |
parent | 1bb38d8a5feb2815873e5aca71892341236c741b (diff) | |
parent | 7e3811ba01048dbb1317d99eadffea56fa201149 (diff) |
Merge pull request #9104 from neheb/hwl
hwloc: Add PCI support
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hwloc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwloc/Makefile b/libs/hwloc/Makefile index 51d2e53a8..926615fba 100644 --- a/libs/hwloc/Makefile +++ b/libs/hwloc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hwloc PKG_VERSION:=2.0.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.0 @@ -56,6 +56,7 @@ $(call Package/hwloc/Default) SECTION:=libs CATEGORY:=Libraries TITLE+= libraries + DEPENDS+=+libpciaccess endef define Package/libhwloc/description |