Commit f8da9ddd authored by Łukasz Nowak's avatar Łukasz Nowak

- download and use local scons instead of using system provided


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38018 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f07b1f73
......@@ -37,7 +37,6 @@ make
patch
python-setuptools
rpm
scons
subversion
subversion-tools
tesseract-ocr-dev
......
......@@ -53,7 +53,6 @@ patch
python-devel
python-setuptools
rpm
scons
subversion
subversion-devel
tesseract-devel
......
......@@ -48,7 +48,6 @@ patch
python-devel
python-setuptools
rpm
scons
subversion
subversion-devel
subversion-tools
......
......@@ -51,7 +51,6 @@ python-setuptools
python-xml
readline-devel
rpm
scons
sqlite3-devel
subversion
subversion-devel
......
......@@ -20,6 +20,17 @@ patch-options = -p1
# in typical buildout run
environment =
LDFLAGS =
PATH =${scons-bin:destination_directory}:%(PATH)s
[scons-local]
recipe = hexagonit.recipe.download
url = http://prdownloads.sourceforge.net/scons/scons-local-2.0.1.tar.gz
[scons-bin]
recipe = plone.recipe.command
destination_directory = ${scons-local:location}
command =
ln -sf ${scons-local:location}/scons.py ${:destination_directory}/scons
[iulib-patch-scons]
recipe = hexagonit.recipe.download
......@@ -35,10 +46,10 @@ md5sum = 3d9754dbd64c56029ce1cd7c2f61894c
# workaround http://code.google.com/p/iulib/issues/detail?id=27
patches = ${iulib-patch-scons:location}/${iulib-patch-scons:filename}
patch-options = -p1
environment =
PATH =${scons-bin:destination_directory}:%(PATH)s
[requirements]
development =
tesseract/baseapi.h
include/omp.h
binary =
scons
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment