Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
5be28d50
Commit
5be28d50
authored
Mar 05, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiling ACCORDS component
parent
e2fc4c4b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
3 deletions
+57
-3
component/occi/accords-cocarrier-patch.diff
component/occi/accords-cocarrier-patch.diff
+20
-0
component/occi/buildout.cfg
component/occi/buildout.cfg
+37
-3
No files found.
component/occi/accords-cocarrier-patch.diff
0 → 100644
View file @
5be28d50
diff --git a/Makefile.am b/Makefile.am
index 46432c5..a2c48a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,12 +21,12 @@
endif
if ENABLE_COREST
SUBDIRS += corest
endif
-if ENABLE_COCCI
-SUBDIRS += cocci
-endif
if ENABLE_COCARRIER
SUBDIRS += cocarrier
endif
+if ENABLE_COCCI
+SUBDIRS += cocci
+endif
if ENABLE_COPABR
SUBDIRS += copabr
endif
\ No newline at end of file
component/occi/buildout.cfg
View file @
5be28d50
...
...
@@ -2,18 +2,52 @@
extends =
../autoconf/buildout.cfg
../automake/buildout.cfg
../libtool/buildout.cfg
../git/buildout.cfg
../openssl/buildout.cfg
../libuuid/buildout.cfg
parts = accords
[accords-source]
recipe=plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
url = http://git.gitorious.ow2.org/ow2-compatibleone/accords-platform.git
command =
(${git:location}/bin/git clone --quiet ${:url} ${:location} ) || (rm -fr ${:location} ; exit 1)
update-command =
cd ${:location} && ${git:location}/bin/git pull --quiet origin master
[accords]
# Part of Compatible One project
# http://gitorious.ow2.org/ow2-compatibleone/accords-platform
recipe = hexagonit.recipe.cmmi
url = http://gitorious.ow2.org/ow2-compatibleone/accords-platform/archive-tarball/master
#url = http://gitorious.ow2.org/ow2-compatibleone/accords-platform/archive-tarball/master
path = ${accords-source:location}/
#md5sum =
# ./autogen.sh
# Replaces autogen.sh
configure-command =
./clean
libtoolize -c -f
aclocal -I ${libtool:location}/share/aclocal
automake -c -a -f --add-missing
autoreconf --install
./configure
configure-options =
--with-ssl=${openssl:location}
patches =
${accords-cocarrier-patch:location}/${accords-cocarrier-patch:filename}
patch-options = -p0
environment =
CPPFLAGS =-I${libuuid:location}/include
CPPFLAGS =-I${libuuid:location}/include
-I${openssl:location}/include
LDFLAGS =-Wl,-rpath=${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib
LIBTOOL=libtool
PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:%(PATH)s
[accords-cocarrier-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
#md5sum = 22b0ef8baec5efc182e10d233c6f14ca
filename = accords-cocarrier-patch.diff
download-only = true
\ No newline at end of file
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