[Erp5-report] r37997 kazuhiko - /erp5/trunk/buildout/software-profiles/sphinx.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Aug 25 07:57:19 CEST 2010
Author: kazuhiko
Date: Wed Aug 25 07:57:19 2010
New Revision: 37997
URL: http://svn.erp5.org?rev=37997&view=rev
Log:
support more stemming algorithms from http://snowball.tartarus.org/ .
Modified:
erp5/trunk/buildout/software-profiles/sphinx.cfg
Modified: erp5/trunk/buildout/software-profiles/sphinx.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/sphinx.cfg?rev=37997&r1=37996&r2=37997&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/sphinx.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/sphinx.cfg [utf8] Wed Aug 25 07:57:19 2010
@@ -8,6 +8,14 @@ md5sum = fee62e08ff2b4e546a2058225f18e31
download-only = true
filename = sphinx-1.10-fix_nosigpipe.patch
+[sphinx-1.10-beta-snowball.patch]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+path = ${:filename}
+md5sum = 65a5ee78bf27c030734674c018006287
+download-only = true
+filename = sphinx-1.10-beta-snowball.patch
+
[sphinx]
recipe = hexagonit.recipe.cmmi
url = http://www.sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz
@@ -16,10 +24,12 @@ configure-options =
--with-mysql
--with-mysql-includes=${mysql-5.1:location}/include/mysql
--with-mysql-libs=${mysql-5.1:location}/lib/mysql
+ --with-libstemmer
LDFLAGS="-Wl,-rpath ${mysql-5.1:location}/lib/mysql"
patch-options = -p1
patches =
${sphinx-1.10-fix_nosigpipe.patch:location}/${sphinx-1.10-fix_nosigpipe.patch:filename}
+ ${sphinx-1.10-beta-snowball.patch:location}/${sphinx-1.10-beta-snowball.patch:filename}
environment =
[requirements]
More information about the Erp5-report
mailing list