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 ...@@ -37,7 +37,6 @@ make
patch patch
python-setuptools python-setuptools
rpm rpm
scons
subversion subversion
subversion-tools subversion-tools
tesseract-ocr-dev tesseract-ocr-dev
......
...@@ -53,7 +53,6 @@ patch ...@@ -53,7 +53,6 @@ patch
python-devel python-devel
python-setuptools python-setuptools
rpm rpm
scons
subversion subversion
subversion-devel subversion-devel
tesseract-devel tesseract-devel
......
...@@ -48,7 +48,6 @@ patch ...@@ -48,7 +48,6 @@ patch
python-devel python-devel
python-setuptools python-setuptools
rpm rpm
scons
subversion subversion
subversion-devel subversion-devel
subversion-tools subversion-tools
......
...@@ -51,7 +51,6 @@ python-setuptools ...@@ -51,7 +51,6 @@ python-setuptools
python-xml python-xml
readline-devel readline-devel
rpm rpm
scons
sqlite3-devel sqlite3-devel
subversion subversion
subversion-devel subversion-devel
......
...@@ -20,6 +20,17 @@ patch-options = -p1 ...@@ -20,6 +20,17 @@ patch-options = -p1
# in typical buildout run # in typical buildout run
environment = environment =
LDFLAGS = 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] [iulib-patch-scons]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
...@@ -35,10 +46,10 @@ md5sum = 3d9754dbd64c56029ce1cd7c2f61894c ...@@ -35,10 +46,10 @@ md5sum = 3d9754dbd64c56029ce1cd7c2f61894c
# workaround http://code.google.com/p/iulib/issues/detail?id=27 # workaround http://code.google.com/p/iulib/issues/detail?id=27
patches = ${iulib-patch-scons:location}/${iulib-patch-scons:filename} patches = ${iulib-patch-scons:location}/${iulib-patch-scons:filename}
patch-options = -p1 patch-options = -p1
environment =
PATH =${scons-bin:destination_directory}:%(PATH)s
[requirements] [requirements]
development = development =
tesseract/baseapi.h tesseract/baseapi.h
include/omp.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