Parent Directory
|
Revision Log
no need to specify '../dir_name' for files in the same directory.
| 1 | [buildout] |
| 2 | extends = |
| 3 | boost-lib.cfg |
| 4 | tokyocabinet.cfg |
| 5 | |
| 6 | parts = |
| 7 | flare |
| 8 | |
| 9 | [flare] |
| 10 | recipe = hexagonit.recipe.cmmi |
| 11 | url = http://labs.gree.jp/data/source/flare-1.0.9.tgz |
| 12 | md5sum = e59ccce1ba29e7edf6f665561678d5c8 |
| 13 | configure-options = |
| 14 | --with-tokyocabinet=${tokyocabinet:location} |
| 15 | --with-boost=${boost-lib:location} |
| 16 | environment = |
| 17 | LDFLAGS =-Wl,-rpath -Wl,${tokyocabinet:location}/lib -Wl,-rpath -Wl,${boost-lib:location}/lib |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |