Install AggDraw. From natevw's post on stack overflow.
Includes a patch I discovered was necessary for freetype, mentioned here.
Install AggDraw. From natevw's post on stack overflow.
Includes a patch I discovered was necessary for freetype, mentioned here.
require 'formula' | |
class BoostNumpy < Formula | |
homepage 'https://github.com/ndarray/' | |
url 'https://github.com/ndarray/Boost.NumPy.git', :using => :git, :branch => 'master' | |
version "0.0.1" | |
depends_on 'scons' => :build | |
depends_on 'boost' => 'with-python' |