Skip to content

Instantly share code, notes, and snippets.

@adzenith
Created June 3, 2013 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adzenith/5698852 to your computer and use it in GitHub Desktop.
Save adzenith/5698852 to your computer and use it in GitHub Desktop.
require 'formula'
class Torch < Formula
homepage 'http://www.torch.ch/'
url 'https://github.com/smcgill3/torch/archive/315977ada2266233f8f98137e755b57625ba669d.tar.gz'
sha1 'df98713f664d58287cc6e5380fd17807e8f4798a'
version '7.0'
depends_on 'lua'
depends_on 'pkg-config'
def install
system 'make', 'prep'
system 'make'
system 'make install'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment