[arrayfire] 34/248: fix: opencl backend alone build fails due to this missing header

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:53:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 9f36a1d3acfe207f09daaec3128018b8f7c58c07
Author: Pradeep <pradeep at arrayfire.com>
Date:   Mon Aug 31 23:21:45 2015 -0400

    fix: opencl backend alone build fails due to this missing header
---
 src/backend/cblas.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backend/cblas.cpp b/src/backend/cblas.cpp
index 5400740..6d839e2 100644
--- a/src/backend/cblas.cpp
+++ b/src/backend/cblas.cpp
@@ -11,6 +11,7 @@
 
 #ifdef USE_F77_BLAS
 #define ADD_
+#include <cblas.h>
 #include <cblas_f77.h>
 
 static char transChar(CBLAS_TRANSPOSE Trans)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list