Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137942392
D10919.id28826.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D10919.id28826.diff
View Options
Index: math/Makefile
===================================================================
--- math/Makefile
+++ math/Makefile
@@ -121,6 +121,7 @@
SUBDIR += clarence
SUBDIR += clasp
SUBDIR += clblas
+ SUBDIR += clblast
SUBDIR += clfft
SUBDIR += clipper
SUBDIR += cln
Index: math/clblast/Makefile
===================================================================
--- math/clblast/Makefile
+++ math/clblast/Makefile
@@ -0,0 +1,29 @@
+# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= clblast
+PORTVERSION= 0.11.0
+CATEGORIES= math
+
+MAINTAINER= jmd@FreeBSD.org
+COMMENT= Modern, lightweight, performant and tunable OpenCL BLAS library
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= opencl>=0:devel/opencl
+LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
+RUN_DEPENDS= opencl>=0:devel/opencl
+
+USE_GITHUB= yes
+GH_ACCOUNT= CNugteren
+GH_PROJECT= CLBlast
+
+USE_LDCONFIG= yes
+USES= cmake
+
+post-install:
+ @${MV} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/clblast.pc ${STAGEDIR}/${PREFIX}/libdata/pkgconfig/clblast.pc
+ @${RM} -r ${STAGEDIR}/${PREFIX}/lib/pkgconfig
+
+.include <bsd.port.mk>
Index: math/clblast/distinfo
===================================================================
--- math/clblast/distinfo
+++ math/clblast/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1495679439
+SHA256 (CNugteren-CLBlast-0.11.0_GH0.tar.gz) = 947182733e51f9fc8317896047c95cf07fb3cd5f14437ea25a38e013f42f8e53
+SIZE (CNugteren-CLBlast-0.11.0_GH0.tar.gz) = 557469
Index: math/clblast/pkg-descr
===================================================================
--- math/clblast/pkg-descr
+++ math/clblast/pkg-descr
@@ -0,0 +1,5 @@
+CLTune is a C++ library which can be used to automatically tune your OpenCL
+and CUDA kernels. The only thing you'll need to provide is a tuneable kerne
+and a list of allowed parameters and values.
+
+WWW: https://github.com/CNugteren/CLTune
Index: math/clblast/pkg-plist
===================================================================
--- math/clblast/pkg-plist
+++ math/clblast/pkg-plist
@@ -0,0 +1,7 @@
+include/clblast.h
+include/clblast_c.h
+include/clblast_half.h
+lib/cmake/CLBLast/CLBlastConfig-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/CLBLast/CLBlastConfig.cmake
+lib/libclblast.so
+libdata/pkgconfig/clblast.pc
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 28, 12:30 PM (34 m, 45 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26283911
Default Alt Text
D10919.id28826.diff (2 KB)
Attached To
Mode
D10919: new port: math/clblast
Attached
Detach File
Event Timeline
Log In to Comment