mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
devel/ispc: Update 1.14.1 -> 1.15.0
Reported by: portscout
This commit is contained in:
parent
2614445491
commit
85c9c3aac2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558705
@ -3,8 +3,7 @@
|
||||
|
||||
PORTNAME= ispc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.14.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.15.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -16,19 +15,21 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= only available for these architectures
|
||||
|
||||
BUILD_DEPENDS= m4:devel/m4
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \
|
||||
m4:devel/m4
|
||||
LIB_DEPENDS= libLLVM.so:devel/llvm${LLVM_VERSION}
|
||||
|
||||
USES= bison cmake compiler:c++14-lang python:build,test shebangfix
|
||||
USE_GITHUB= yes
|
||||
SHEBANG_FILES= *.py
|
||||
|
||||
LLVM_VERSION= ${LLVM_DEFAULT}
|
||||
LLVM_VERSION= 10 # Release notes https://github.com/ispc/ispc/blob/master/docs/ReleaseNotes.txt list compatible LLVM versions, but they assume that extra patches are applied to LLVM
|
||||
# LLVM build script: https://github.com/ispc/ispc/blob/master/scripts/build.sh
|
||||
|
||||
CONFIGURE_ENV= PATH=${LOCALBASE}/llvm${LLVM_VERSION}/bin:${PATH}
|
||||
CMAKE_OFF= ISPC_INCLUDE_EXAMPLES
|
||||
|
||||
BINARY_ALIAS= python=${PYTHON_CMD} m4=${LOCALBASE}/bin/gm4
|
||||
BINARY_ALIAS= flex=${LOCALBASE}/bin/flex python=${PYTHON_CMD} m4=${LOCALBASE}/bin/gm4
|
||||
|
||||
PLIST_FILES= bin/ispc \
|
||||
bin/check_isa
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1599937204
|
||||
SHA256 (ispc-ispc-v1.14.1_GH0.tar.gz) = 3a7ee9ab90b9e9932b7b4effc9bb3ef45ca271d60d9ec6bc8c335242b5ec097b
|
||||
SIZE (ispc-ispc-v1.14.1_GH0.tar.gz) = 19454189
|
||||
TIMESTAMP = 1608421949
|
||||
SHA256 (ispc-ispc-v1.15.0_GH0.tar.gz) = 788f44abefa508644384307c9ea69ef311ce5d4cfcb513b89e56d08f04d0d4be
|
||||
SIZE (ispc-ispc-v1.15.0_GH0.tar.gz) = 19497816
|
||||
|
Loading…
Reference in New Issue
Block a user