Skip to content

Instantly share code, notes, and snippets.

@munhitsu
Created October 31, 2011 22:22
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 munhitsu/1329220 to your computer and use it in GitHub Desktop.
Save munhitsu/1329220 to your computer and use it in GitHub Desktop.
django-haystack xapian buildout recipe
[django-haystack]
location = django-haystack
recipe = zerokspot.recipe.git
repository = https://github.com/toastdriven/django-haystack.git
[xapian-haystack]
location = xapian-haystack
recipe = zerokspot.recipe.git
repository = https://github.com/notanumber/xapian-haystack.git
[xapian]
recipe = zc.recipe.cmmi
url = http://oligarchy.co.uk/xapian/1.2.5/xapian-core-1.2.5.tar.gz
[xapian-bindings]
recipe = zc.recipe.cmmi
url = http://oligarchy.co.uk/xapian/1.2.5/xapian-bindings-1.2.5.tar.gz
extra_options =
PYTHON_LIB=${xapian:location}/lib/python
XAPIAN_CONFIG=${xapian:location}/bin/xapian-config
--with-python
--with-php=no
--with-ruby=no
--with-java=no
--with-csharp=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment