FreeBSD Bugzilla – Attachment 168123 Details for
Bug 206120
math/clblas: Update to 2.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch including a distversionprefix statement
patch_2.10_v3.diff (text/plain), 5.82 KB, created by
Johannes M Dieterich
on 2016-03-14 03:39:40 UTC
(
hide
)
Description:
patch including a distversionprefix statement
Filename:
MIME Type:
Creator:
Johannes M Dieterich
Created:
2016-03-14 03:39:40 UTC
Size:
5.82 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 411037) >+++ Makefile (working copy) >@@ -2,8 +2,8 @@ > # $FreeBSD$ > > PORTNAME= clblas >-PORTVERSION= 2.6 >-DISTVERSIONPREFIX= v >+PORTVERSION= 2.10 >+DISTVERSIONPREFIX= v > CATEGORIES= math > > MAINTAINER= dieterich@ogolem.org >@@ -13,7 +13,8 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl >-LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd >+LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd \ >+ libboost_program_options.so:${PORTSDIR}/devel/boost-libs > RUN_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl > > BROKEN_FreeBSD_9= clBLAS is only supported on FreeBSD 10.1 and newer >@@ -23,10 +24,11 @@ > GH_PROJECT= clBLAS > > USE_LDCONFIG= yes >-USES= cmake >+USES= cmake python > > CMAKE_ARGS+= -DBUILD_TEST=OFF \ > -DBUILD_KTEST=OFF \ >+ -DCORR_TEST_WITH_ACML=OFF \ > -DSUFFIX_LIB="" > > CMAKE_SOURCE_PATH= ${WRKSRC}/src >Index: distinfo >=================================================================== >--- distinfo (revision 411037) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (clMathLibraries-clBLAS-v2.6_GH0.tar.gz) = 4607561a648949709bc7c368be4aaf7346174406e678454b643e31cfe861830c >-SIZE (clMathLibraries-clBLAS-v2.6_GH0.tar.gz) = 954586 >+SHA256 (clMathLibraries-clBLAS-v2.10_GH0.tar.gz) = 72a46cb92f6057d10b503ce23d62db73d7332eb0645bb8bca3337f4c0558b429 >+SIZE (clMathLibraries-clBLAS-v2.10_GH0.tar.gz) = 1154117 >Index: files/patch-protect_pragma.diff >=================================================================== >--- files/patch-protect_pragma.diff (nonexistent) >+++ files/patch-protect_pragma.diff (working copy) >@@ -0,0 +1,66 @@ >+--- src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_NN_B0_MX048_NX048_KX08_src.cpp.orig 2016-01-05 17:04:55 UTC >++++ src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_NN_B0_MX048_NX048_KX08_src.cpp >+@@ -18,7 +18,7 @@ const unsigned int dgemm_Col_NN_B0_MX048 >+ const unsigned int dgemm_Col_NN_B0_MX048_NX048_KX08_unroll = 8; >+ >+ const char * const dgemm_Col_NN_B0_MX048_NX048_KX08_src = STRINGIFY( >+-#pragma OPENCL EXTENSION cl_khr_fp64 : enable \n >++_Pragma("OPENCL EXTENSION cl_khr_fp64 : enable") \n >+ >+ #define M6x6 \ >+ rA[0] = lA[offA + 0];\ >+--- src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_NN_B1_MX048_NX048_KX08_src.cpp.orig 2016-01-05 17:04:55 UTC >++++ src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_NN_B1_MX048_NX048_KX08_src.cpp >+@@ -18,7 +18,7 @@ const unsigned int dgemm_Col_NN_B1_MX048 >+ const unsigned int dgemm_Col_NN_B1_MX048_NX048_KX08_unroll = 8; >+ >+ const char * const dgemm_Col_NN_B1_MX048_NX048_KX08_src = STRINGIFY( >+-#pragma OPENCL EXTENSION cl_khr_fp64 : enable \n >++_Pragma("OPENCL EXTENSION cl_khr_fp64 : enable") \n >+ >+ #define M6x6 \ >+ rA[0] = lA[offA + 0]; \ >+--- src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_NT_B0_MX048_NX048_KX08_src.cpp.orig 2016-01-05 17:04:55 UTC >++++ src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_NT_B0_MX048_NX048_KX08_src.cpp >+@@ -18,7 +18,7 @@ const unsigned int dgemm_Col_NT_B0_MX048 >+ const unsigned int dgemm_Col_NT_B0_MX048_NX048_KX08_unroll = 8; >+ >+ const char * const dgemm_Col_NT_B0_MX048_NX048_KX08_src = STRINGIFY( >+-#pragma OPENCL EXTENSION cl_khr_fp64 : enable \n >++_Pragma("OPENCL EXTENSION cl_khr_fp64 : enable") \n >+ \n >+ \ntypedef union _GPtr { >+ \n __global float *f; >+--- src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_NT_B1_MX048_NX048_KX08_src.cpp.orig 2016-01-05 17:04:55 UTC >++++ src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_NT_B1_MX048_NX048_KX08_src.cpp >+@@ -18,7 +18,7 @@ const unsigned int dgemm_Col_NT_B1_MX048 >+ const unsigned int dgemm_Col_NT_B1_MX048_NX048_KX08_unroll = 8; >+ >+ const char * const dgemm_Col_NT_B1_MX048_NX048_KX08_src = STRINGIFY( >+-#pragma OPENCL EXTENSION cl_khr_fp64 : enable \n >++_Pragma("OPENCL EXTENSION cl_khr_fp64 : enable") \n >+ \n >+ \ntypedef union _GPtr { >+ \n __global float *f; >+--- src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_TN_B0_MX048_NX048_KX08_src.cpp.orig 2016-01-05 17:04:55 UTC >++++ src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_TN_B0_MX048_NX048_KX08_src.cpp >+@@ -18,7 +18,7 @@ const unsigned int dgemm_Col_TN_B0_MX048 >+ const unsigned int dgemm_Col_TN_B0_MX048_NX048_KX08_unroll = 8; >+ >+ const char * const dgemm_Col_TN_B0_MX048_NX048_KX08_src = STRINGIFY( >+-#pragma OPENCL EXTENSION cl_khr_fp64 : enable \n >++_Pragma("OPENCL EXTENSION cl_khr_fp64 : enable") \n >+ >+ __attribute__( (reqd_work_group_size(8, 8, 1)) ) >+ __kernel void dgemm_Col_TN_B0_MX048_NX048_KX08_src ( >+--- src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_TN_B1_MX048_NX048_KX08_src.cpp.orig 2016-01-05 17:04:55 UTC >++++ src/library/blas/AutoGemm/UserGemmKernelSources/dgemm_Col_TN_B1_MX048_NX048_KX08_src.cpp >+@@ -18,7 +18,7 @@ const unsigned int dgemm_Col_TN_B1_MX048 >+ const unsigned int dgemm_Col_TN_B1_MX048_NX048_KX08_unroll = 8; >+ >+ const char * const dgemm_Col_TN_B1_MX048_NX048_KX08_src = STRINGIFY( >+-#pragma OPENCL EXTENSION cl_khr_fp64 : enable \n >++_Pragma("OPENCL EXTENSION cl_khr_fp64 : enable") \n >+ >+ __attribute__( (reqd_work_group_size(8, 8, 1)) ) >+ __kernel void dgemm_Col_TN_B1_MX048_NX048_KX08_src ( > >Property changes on: files/patch-protect_pragma.diff >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 411037) >+++ pkg-plist (working copy) >@@ -10,4 +10,4 @@ > lib/cmake/clBLAS/clBLASTargets.cmake > lib/libclBLAS.so > lib/libclBLAS.so.2 >-lib/libclBLAS.so.2.6.0 >+lib/libclBLAS.so.2.10.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206120
:
165378
|
166779
| 168123