diff --git a/devel/cvise/Makefile b/devel/cvise/Makefile index 492c4e32904f..61355b46f56b 100644 --- a/devel/cvise/Makefile +++ b/devel/cvise/Makefile @@ -1,53 +1,45 @@ PORTNAME= cvise PORTVERSION= 2.8.0 DISTVERSIONPREFIX= v CATEGORIES= devel python MAINTAINER= bofh@FreeBSD.org COMMENT= C-Vise is a super-parallel Python port of the C-Reduce WWW= https://github.com/marxin/cvise LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pebble>0:devel/py-pebble@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}pebble>0:devel/py-pebble@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} # gcc:lang/gcc # gcc required for tests to pass. framework errors: # Error: lang/gcc should not be depended upon. Instead, use USE_GCC. # but doesn't support gcc as a test only depends # once this is installed, all tests pass for me: # 260 passed, 1 skipped in 64.82 seconds USES= cmake compiler llvm:min=15,build,run python shebangfix USE_GITHUB= yes GH_ACCOUNT= marxin USE_PYTHON= pytest SHEBANG_FILES= cvise-delta.py cvise.py CMAKE_ARGS+= -DLLVM_DIR:PATH=${LLVM_PREFIX}/lib/cmake/llvm CMAKE_ARGS+= -DClang_DIR:PATH=${LLVM_PREFIX}/lib/cmake/clang -.include - -.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 150 -CPP= clang-cpp${LLVM_VERSION} -CC= clang${LLVM_VERSION} -CXX= clang++${LLVM_VERSION} -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cvise.py do-test: cd ${BUILD_WRKSRC} && pytest -.include +.include