[Erp5-report] r40330 kazuhiko - in /erp5/trunk/buildout/software-profiles: sqlite3.cfg tcl.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 17 13:21:56 CET 2010


Author: kazuhiko
Date: Wed Nov 17 13:21:56 2010
New Revision: 40330

URL: http://svn.erp5.org?rev=40330&view=rev
Log:
as explicitly written in http://www.sqlite.org/download.html, we should not use sqlite-3.7.3.tar.gz but should use sqlite-amalgamation-3.7.3.tar.gz, and we don't need tcl to compile it.

Removed:
    erp5/trunk/buildout/software-profiles/tcl.cfg
Modified:
    erp5/trunk/buildout/software-profiles/sqlite3.cfg

Modified: erp5/trunk/buildout/software-profiles/sqlite3.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/sqlite3.cfg?rev=40330&r1=40329&r2=40330&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/sqlite3.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/sqlite3.cfg [utf8] Wed Nov 17 13:21:56 2010
@@ -1,17 +1,12 @@
 [buildout]
 extends =
   ../profiles/links.cfg
-  ../software-profiles/tcl.cfg
 parts =
   sqlite3
 
 [sqlite3]
 recipe = erp5.recipe.cmmisafe
-url = http://www.sqlite.org/sqlite-3.7.3.tar.gz
-md5sum = 5437978aae90350cf984993091e0d695
+url = http://www.sqlite.org/sqlite-amalgamation-3.7.3.tar.gz
+md5sum = 74fe78b264f1c434c4b159d45b78e9b7
 configure-options =
   --disable-readline
-environment =
-  PATH=${tcl:location}/bin:%(PATH)s
-  CFLAGS=-I${tcl:location}/include
-  LDFLAGS=-L${tcl:location}/lib

Removed: erp5/trunk/buildout/software-profiles/tcl.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/tcl.cfg?rev=40329&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/tcl.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/tcl.cfg (removed)
@@ -1,20 +0,0 @@
-[buildout]
-extends =
-  ../profiles/links.cfg
-parts =
-  tcl
-
-[tcl-hooks-download]
-filename = tcl-hooks.py
-recipe = hexagonit.recipe.download
-download-only = true
-md5sum = b593cc4813dc4e755013b5fcff9dc5a3
-url = http://www.nexedi.org/static/buildout-hooks/tcl-hooks.py-r39842
-
-[tcl]
-recipe = erp5.recipe.cmmisafe
-url = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.5.9-src.tar.gz
-md5sum = 8512d8db3233041dd68a81476906012a
-hook = ${tcl-hooks-download:location}/${tcl-hooks-download:filename}
-pre-configure-hook = ${:hook}:pre_configure_hook
-post-make-hook = ${:hook}:post_make_hook




More information about the Erp5-report mailing list