Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131661816
D10919.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.diff
View Options
Index: head/math/Makefile
===================================================================
--- head/math/Makefile
+++ head/math/Makefile
@@ -121,6 +121,7 @@
SUBDIR += clarence
SUBDIR += clasp
SUBDIR += clblas
+ SUBDIR += clblast
SUBDIR += clfft
SUBDIR += clipper
SUBDIR += cln
Index: head/math/clblast/Makefile
===================================================================
--- head/math/clblast/Makefile
+++ head/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: head/math/clblast/distinfo
===================================================================
--- head/math/clblast/distinfo
+++ head/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: head/math/clblast/pkg-descr
===================================================================
--- head/math/clblast/pkg-descr
+++ head/math/clblast/pkg-descr
@@ -0,0 +1,4 @@
+Modern, lightweight, performant and tunable OpenCL BLAS library. Tuned for
+Intel, AMD, and NVIDIA accelerators.
+
+WWW: https://github.com/CNugteren/CLBlast
Index: head/math/clblast/pkg-plist
===================================================================
--- head/math/clblast/pkg-plist
+++ head/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
Sat, Oct 11, 3:28 AM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23560993
Default Alt Text
D10919.diff (2 KB)
Attached To
Mode
D10919: new port: math/clblast
Attached
Detach File
Event Timeline
Log In to Comment