Skip to content

Instantly share code, notes, and snippets.

@ktnyt
ktnyt / ecell4.rb
Last active December 22, 2015 13:59
A brew formula for installing E-Cell version 4. Put the formula in /usr/local/Library/formula, run "brew install ecell4", and add /usr/local/lib/python2.7/site-packages to the $PYTHONPATH variable. Uncomment the lines in the "targets" array to install the module of choice. Note that some of these modules depend on other Python modules (e.g. SciPy)
require 'formula'
# Contact celery [at] g-language.org for questions
# Or should I call this formula plain ecell...?
class Ecell4 < Formula
homepage 'http://www.e-cell.org/'
url 'https://github.com/ecell/ecell4/tarball/master'
sha1 '2b1bdf70b0bdfd09e091943eb110b1aab03db6c6'
version '4'