Created
October 31, 2011 22:22
-
-
Save munhitsu/1329220 to your computer and use it in GitHub Desktop.
django-haystack xapian buildout recipe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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