Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #135 from ranjanan/RA/arrayfire
Browse files Browse the repository at this point in the history
Add requisite libraries for ArrayFire
  • Loading branch information
tkelman authored Jul 19, 2016
2 parents ccc021d + d0513ee commit cac4592
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ export PYTHON=""
sudo apt-get install wamerican
# Need xmllint (and others?) for XMLDict.jl
sudo apt-get install libxml2-utils
# ArrayFire
wget http://ci.arrayfire.org/userContent/Linux/ArrayFire-no-gl-v3.3.2_Linux_x86_64.sh
sudo chmod +x ArrayFire-no-gl-v3.3.2_Linux_x86_64.sh
sudo ./ArrayFire-no-gl-v3.3.2_Linux_x86_64.sh --exclude-subdir --prefix=/usr/local
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
rm ArrayFire-no-gl-v3.3.2_Linux_x86_64.sh


#######################################################################
Expand Down

0 comments on commit cac4592

Please sign in to comment.