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

Add requisite libraries for ArrayFire #135

Merged
merged 4 commits into from
Jul 19, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ export PYTHON=""
sudo apt-get install wamerican
# Need xmllint (and others?) for XMLDict.jl
sudo apt-get install libxml2-utils
# ArrayFire
# ArrayFire
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't duplicate this

sudo apt-get install libfreeimage-dev libatlas3gf-base libfftw3-dev cmake
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/


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