[arrayfire] 51/84: Added documentation link when library fails to load in unified

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jan 4 23:22:24 UTC 2016


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

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

commit dc4c47926a4870fa722c40dd088116f46ca2b1e5
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Mon Dec 28 14:17:52 2015 -0500

    Added documentation link when library fails to load in unified
---
 src/api/c/err_common.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/c/err_common.cpp b/src/api/c/err_common.cpp
index 371bbd9..e7faeae 100644
--- a/src/api/c/err_common.cpp
+++ b/src/api/c/err_common.cpp
@@ -179,7 +179,7 @@ const char *af_err_to_string(const af_err err)
     case AF_ERR_NOT_CONFIGURED: return "Function not configured to build";
     case AF_ERR_TYPE:           return "Function does not support this data type";
     case AF_ERR_NO_DBL:         return "Double precision not supported for this device";
-    case AF_ERR_LOAD_LIB:       return "Failed to load dynamic library";
+    case AF_ERR_LOAD_LIB:       return "Failed to load dynamic library. See http://www.arrayfire.com/docs/unifiedbackend.htm for instructions to set up environment for Unified backend";
     case AF_ERR_LOAD_SYM:       return "Failed to load symbol";
     case AF_ERR_UNKNOWN:
     default:

-- 
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