diff --git a/buildout/software-profiles/kumo.cfg b/buildout/software-profiles/kumo.cfg new file mode 100644 index 0000000000000000000000000000000000000000..7b0c9f44c59134fcbb2e141479411bb32e2b59d4 --- /dev/null +++ b/buildout/software-profiles/kumo.cfg @@ -0,0 +1,11 @@ +[buildout] +parts = kumo + +[kumo] +recipe = hexagonit.recipe.cmmi +url = http://github.com/downloads/etolabo/kumofs/kumofs-0.4.11.tar.gz +md5sum = 9519c93332dd770ea96ae6e43868ccc4 +configure-options = + --with-tokyocabinet=${tokyocabinet:location} + --with-msgpack=${messagepack:location} + LDFLAGS="-Wl,-rpath ${tokyocabinet:location}/lib -Wl,-rpath ${messagepack:location}/lib" diff --git a/buildout/software-profiles/messagepack.cfg b/buildout/software-profiles/messagepack.cfg new file mode 100644 index 0000000000000000000000000000000000000000..68f6d45f0bf9135b9471dd2918a6109e77eed02e --- /dev/null +++ b/buildout/software-profiles/messagepack.cfg @@ -0,0 +1,7 @@ +[buildout] +parts = messagepack + +[messagepack] +recipe = hexagonit.recipe.cmmi +url = http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/msgpack-0.5.2.tar.gz +md5sum = bb796446d4c24170a14bad0594c70786