Browse Source

Merge pull request #7509 from neheb/hwl

hwloc-utils: Add ncurses dependency
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
fcab6ecf40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/hwloc/Makefile

+ 2
- 2
libs/hwloc/Makefile View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=hwloc
PKG_VERSION:=2.0.2
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
@ -43,7 +43,7 @@ $(call Package/hwloc/Default)
SECTION:=utils
CATEGORY:=Utilities
TITLE+= utilities
DEPENDS+= +libhwloc
DEPENDS+= +libhwloc +libncurses
endef
define Package/hwloc-utils/description


Loading…
Cancel
Save