diff options
Diffstat (limited to 'devel/hwloc2/Makefile')
-rw-r--r-- | devel/hwloc2/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/devel/hwloc2/Makefile b/devel/hwloc2/Makefile index f7a0f3d0aeb6..7f26e23d8ceb 100644 --- a/devel/hwloc2/Makefile +++ b/devel/hwloc2/Makefile @@ -1,5 +1,5 @@ PORTNAME= hwloc -DISTVERSION= 2.11.2 +DISTVERSION= 2.12.1 CATEGORIES= devel MASTER_SITES= https://download.open-mpi.org/release/hwloc/v${DISTVERSION:R}/ PKGNAMESUFFIX= 2 @@ -19,11 +19,11 @@ USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static \ +CONFIGURE_ARGS= --disable-cuda \ + --disable-gl \ --disable-opencl \ - --disable-cuda \ --disable-nvml \ - --disable-gl + --enable-static INSTALL_TARGET= install-strip TEST_TARGET= check @@ -44,7 +44,9 @@ CAIRO_USE= XORG=x11 CAIRO_CONFIGURE_ON= --enable-cairo --with-x CAIRO_CONFIGURE_OFF= --disable-cairo --without-x -DEBUG_CONFIGURE_ENABLE= debug # 'lstopo -' prints a lot of debug details when debug is enabled, this is separate from WITH_DEBUG=yes +# 'lstopo -' prints a lot of debug details when debug is enabled, +# this is separate from WITH_DEBUG=yes +DEBUG_CONFIGURE_ENABLE= debug L0_LIB_DEPENDS= libze_loader.so:devel/level-zero L0_CONFIGURE_ENABLE= levelzero @@ -59,6 +61,7 @@ PLIST_SUB+= X86="" post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html - ${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${STAGEDIR}${DOCSDIR}/html/ + ${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* \ + ${STAGEDIR}${DOCSDIR}/html/ .include <bsd.port.post.mk> |