[arrayfire] 49/79: Fix path for CMake config files.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:06 UTC 2015


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

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

commit 795d4a57117a4faf9e979dd7ba60f38d388978d7
Author: Brian Kloppenborg <brian at kloppenborg.net>
Date:   Wed Jun 10 12:00:22 2015 -0400

    Fix path for CMake config files.
---
 docs/pages/using_with_linux.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/pages/using_with_linux.md b/docs/pages/using_with_linux.md
index 0701551..2b8d892 100644
--- a/docs/pages/using_with_linux.md
+++ b/docs/pages/using_with_linux.md
@@ -72,7 +72,7 @@ sudo apt-get install libatlas3gf-base libatlas-dev libfftw3-dev liblapacke-dev
 
 This is the suggested method of using ArrayFire on Linux.
 ArrayFire ships with support for CMake by default, including a series of
-`Find` scripts installed  in the `/usr/local/share/ArrayFire` (or similar)
+`Find` scripts installed  in the `/usr/local/share/ArrayFire/cmake` (or similar)
 directory.
 These scripts will automatically find the CUDA, OpenCL, and CPU versions
 of ArrayFire and automatically choose the most powerful installed backend
@@ -110,12 +110,12 @@ Therefore, if you wish to target a specific specific backend, switch
 
 Finally, if you have installed ArrayFire to a non-standard location, CMake can still help
 you out. When you execute CMake specify the path to the `ArrayFireConfig*` files that
-are found in the `share/ArrayFire` subdirectory of the installation folder.
+are found in the `share/ArrayFire/cmake` subdirectory of the installation folder.
 For example, if ArrayFire were installed locally to `/opt/ArrayFire` then you would
 modify the `cmake` command above to contain the following definition:
 
 ```
-cmake -DArrayFire_DIR=/opt/ArrayFire/share/ArrayFire ...
+cmake -DArrayFire_DIR=/opt/ArrayFire/share/ArrayFire/cmake ...
 ```
 
 ## MakeFiles

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