Skip to content

Commit

Permalink
devel/ispc: Update 1.19.0 → 1.20.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed May 7, 2023
1 parent e8de19d commit 867465d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 40 deletions.
9 changes: 6 additions & 3 deletions devel/ispc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ispc
DISTVERSIONPREFIX= v
DISTVERSION= 1.19.0
DISTVERSION= 1.20.0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -15,7 +15,8 @@ ONLY_FOR_ARCHS_REASON= only available for these architectures

BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \
m4:devel/m4
LIB_DEPENDS= libLLVM.so:devel/llvm${LLVM_VERSION}
LIB_DEPENDS= libLLVM.so:devel/llvm${LLVM_VERSION} \
libtbb.so:devel/onetbb

USES= bison cmake compiler:c++17-lang llvm:lib,min=15,max=15 python:build,test shebangfix
USE_LDCONFIG= yes
Expand All @@ -27,10 +28,12 @@ SHEBANG_FILES= *.py

CONFIGURE_ENV= PATH=${LOCALBASE}/llvm${LLVM_VERSION}/bin:${PATH} # see https://github.com/ispc/ispc/issues/2318
CMAKE_OFF= ISPC_NO_DUMPS DISPCRT_BUILD_GPU ISPC_INCLUDE_TESTS ISPCRT_BUILD_TESTS ISPC_INCLUDE_EXAMPLES
CMAKE_ARGS= -DFREEBSD_LLVM_VERSION=${LLVM_VERSION} # see https://github.com/ispc/ispc/issues/2318
CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config

BINARY_ALIAS= flex=${LOCALBASE}/bin/flex python=${PYTHON_CMD} m4=${LOCALBASE}/bin/gm4

PLIST_SUB= VERSION=${PORTVERSION}

OPTIONS_DEFINE_amd64= ARM XE
OPTIONS_DEFINE_i386= ARM

Expand Down
6 changes: 3 additions & 3 deletions devel/ispc/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1677733094
SHA256 (ispc-ispc-v1.19.0_GH0.tar.gz) = da1eccb8ead495b22d642340f3bab11fb64dd2223cd9cc92f0492f70b30f34b5
SIZE (ispc-ispc-v1.19.0_GH0.tar.gz) = 19577782
TIMESTAMP = 1683442031
SHA256 (ispc-ispc-v1.20.0_GH0.tar.gz) = 28a1de948fb8b6bbe81d981a4821306167c64c305e839708423abb6322cf3b22
SIZE (ispc-ispc-v1.20.0_GH0.tar.gz) = 19562189
SHA256 (google-googletest-6a7ed31_GH0.tar.gz) = f488bc430d2b5fdbc51711b142fd50dbf0f33012fa65c5f8e7d4f908ed935bcf
SIZE (google-googletest-6a7ed31_GH0.tar.gz) = 904250
24 changes: 0 additions & 24 deletions devel/ispc/files/patch-cmake_FindLLVM.cmake

This file was deleted.

21 changes: 11 additions & 10 deletions devel/ispc/pkg-plist
Expand Up @@ -3,15 +3,16 @@ bin/ispc
include/ispcrt/ispcrt.h
include/ispcrt/ispcrt.hpp
include/ispcrt/ispcrt.isph
lib/cmake/ispcrt-1.19.0/Finddpcpp_compiler.cmake
lib/cmake/ispcrt-1.19.0/Findlevel_zero.cmake
lib/cmake/ispcrt-1.19.0/interop.cmake
lib/cmake/ispcrt-1.19.0/ispc.cmake
lib/cmake/ispcrt-1.19.0/ispcrtConfig.cmake
lib/cmake/ispcrt-1.19.0/ispcrtConfigVersion.cmake
lib/cmake/ispcrt-1.19.0/ispcrt_Exports-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/ispcrt-1.19.0/ispcrt_Exports.cmake
lib/cmake/ispcrt-%%VERSION%%/Finddpcpp_compiler.cmake
lib/cmake/ispcrt-%%VERSION%%/Findlevel_zero.cmake
lib/cmake/ispcrt-%%VERSION%%/interop.cmake
lib/cmake/ispcrt-%%VERSION%%/ispc.cmake
lib/cmake/ispcrt-%%VERSION%%/ispcrtConfig.cmake
lib/cmake/ispcrt-%%VERSION%%/ispcrtConfigVersion.cmake
lib/cmake/ispcrt-%%VERSION%%/ispcrt_Exports-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/ispcrt-%%VERSION%%/ispcrt_Exports.cmake
lib/libispcrt.so
lib/libispcrt.so.1
lib/libispcrt.so.1.19.0
lib/libispcrt_device_cpu.so
lib/libispcrt_device_cpu.so.1
lib/libispcrt_device_cpu.so.1.20.0
lib/libispcrt_static.a

0 comments on commit 867465d

Please sign in to comment.