1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/hwloc2/Makefile
Matthias Fechner 247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00

62 lines
1.4 KiB
Makefile

PORTNAME= hwloc
DISTVERSION= 2.7.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://download.open-mpi.org/release/hwloc/v${PORTVERSION:R}/
PKGNAMESUFFIX= 2
MAINTAINER= phd_kimberlite@yahoo.co.jp
COMMENT= Portable Hardware Locality software package
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess
USES= iconv libtool gnome pathfix pkgconfig tar:bzip2
USE_GNOME= libxml2
CONFLICTS_INSTALL= hwloc
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static \
--disable-opencl \
--disable-cuda \
--disable-nvml \
--disable-gl
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
PORTDOCS= *
OPTIONS_DEFINE= CAIRO DEBUG DOCS L0
OPTIONS_DEFAULT=L0
OPTIONS_SUB= yes
CAIRO_CONFIGURE_OFF= --disable-cairo --without-x
CAIRO_CONFIGURE_ON= --enable-cairo --with-x
CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo
CAIRO_USES= xorg
CAIRO_USE= XORG=x11
DEBUG_CONFIGURE_ENABLE= debug # 'lstopo -' prints a lot of debug details when debug is enabled, this is separate from WITH_DEBUG=yes
L0_DESC= oneAPI Level Zero device discovery
L0_LIB_DEPENDS= libze_loader.so:devel/level-zero
L0_CONFIGURE_ENABLE= levelzero
.include <bsd.port.pre.mk>
.if ${ARCH} != amd64 && ${ARCH} != i386
PLIST_SUB= X86="@comment "
.else
PLIST_SUB= X86=""
.endif
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${STAGEDIR}${DOCSDIR}/html/
.include <bsd.port.post.mk>