ports/math/colpack/Makefile
Yuri Victorovich 7df21dfd51 math/colpack: Broken on 13 armv7
Reported by:	fallout
2024-05-27 13:58:56 -07:00

33 lines
645 B
Makefile

PORTNAME= colpack
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.10-249
PORTREVISION= 1
DISTVERSIONSUFFIX= -g9a7293a
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Graph Coloring Algorithm Package
WWW= https://github.com/CSCsw/ColPack
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_FreeBSD_13_armv7= compilation fails: error: expected identifier before '__is_convertible'
USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= CSCsw
GH_PROJECT= ColPack
CMAKE_SOURCE_PATH= ${WRKSRC}/build/cmake
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lang
.endif
.include <bsd.port.mk>