hughperkins / cltorch

An OpenCL backend for torch.
Other
291 stars 26 forks source link

error installing #51

Closed rayset closed 8 years ago

rayset commented 8 years ago

when I input sudo apt-get Makefile I get, after a while, this error

      -- Installing: /home/ubuntu/torch/install/bin/easycl_activate.sh
[ 26%] Completed 'EasyCL-external'
[ 26%] Built target EasyCL-external
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2

Error: Build error: Failed building.

If anyone could help me it would be great.

I am running ubuntu, fresh install. I do have torch.

rayset commented 8 years ago

seems like running sudo apt-get install gfortran

fixes it. I am not really into linux, but I guess this is a missing dependency? I will leave this open for a bit, hope this helps anyone else with this problem.

hughperkins commented 8 years ago

Ah.... right.... yes :-)

hughperkins commented 8 years ago

Added to README just in case :-) 88334bc