Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
127cbb8d
Commit
127cbb8d
authored
Mar 15, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial inclusion of palo olap
parent
eb0219c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
0 deletions
+68
-0
component/gperf/buildout.cfg
component/gperf/buildout.cfg
+9
-0
software/palo/instance.cfg
software/palo/instance.cfg
+12
-0
software/palo/software.cfg
software/palo/software.cfg
+47
-0
No files found.
component/gperf/buildout.cfg
0 → 100644
View file @
127cbb8d
[buildout]
parts =
gperf
[gperf]
recipe = hexagonit.recipe.cmmi
version = 3.0.4
url = http://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz
md5sum = c1f1db32fb6598d6a93e6e88796a8632
software/palo/instance.cfg
0 → 100644
View file @
127cbb8d
[buildout]
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
parts = instance
[instance]
recipe = ${instance-recipe:egg}:${instance-recipe:module}
jdbc_location = ${jdbc:location}/mysql-connector-java-5.1.17/mysql-connector-java-5.1.17-bin.jar
tomcat_location = ${tomcat:location}
palo_location = ${palo:location}
java_home = ${java:location}
software/palo/software.cfg
0 → 100644
View file @
127cbb8d
[buildout]
extends =
../../stack/tomcat.cfg
../../stack/slapos.cfg
../../component/gperf/buildout.cfg
../../component/boost-lib/buildout.cfg
../../component/subversion/buildout.cfg
parts += palo
[instance-recipe]
egg = slapos.cookbook
module = palo
[instance-recipe-egg]
recipe = zc.recipe.egg
eggs = ${instance-recipe:egg}
[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = dbdc297502f0258c85fe7dfbddc8e501
output = ${buildout:directory}/template.cfg
mode = 0644
[palo_olap_checkout]
recipe = infrae.subversion
urls = https://palo.svn.sourceforge.net/svnroot/palo/molap/server/3.X/Source palo_olap
; known good revision: 456
[palo]
recipe = hexagonit.recipe.cmmi
;path = ${palo_olap_checkout:location}/palo_olap
path = /home/jerome/src/palo_olap
; XXX in svn repo, configure is not exectuable
configure-command = chmod +x ./configure && ./configure --prefix=${buildout:parts-directory}/${:_buildout_section_name_}/
#; patch to actually install palo binary
#patches = ${buildout:directory}/patches/palo_olap_install_palo.diff
#patch-options = -p0
environment =
CPPFLAGS=-I${gperf:location}/include -I${boost-lib:location}/include
LDFLAGS=-L${gperf:location}/lib -Wl,-rpath=${gperf:location}/lib -L${boost-lib:location}/lib -Wl,-rpath=${boost-lib:location}/lib
PATH=${gperf:location}/bin:%(PATH)s
[versions]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment