buildout.cfg 949 Bytes
Newer Older
1
[buildout]
2 3 4
extends =
  ../git/buildout.cfg

5 6
parts = babeld

7 8 9 10 11
[babeld-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/babeld.git
branch = master
git-executable = ${git:location}/bin/git
Joanne Hugé's avatar
Joanne Hugé committed
12
revision = v1.12.1-nxd3
13

14 15
[babeld]
recipe = slapos.recipe.cmmi
16
path = ${babeld-repository:location}
17 18
# Fedora's redhat-hardened-ld forces us to use either -fPIC or -fPIE
make-options = CC='gcc -std=gnu99 -fPIE'
19 20
configure-command =
  echo "No configure.."
21 22
environment =
  PATH=${git:location}/bin:%(PATH)s
23

24 25
make-targets =
  install PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
26 27 28 29 30 31 32 33 34 35 36 37
[versions]
# The last version of setuptools compatible with Python 3.7
setuptools = 67.8.0
# Use SlapOS patched zc.buildout
zc.buildout = 3.0.1+slapos004
pip = 23.2.1
# Use SlapOS patched zc.recipe.egg (zc.recipe.egg 2.x is for Buildout 2)
zc.recipe.egg = 2.0.8.dev0+slapos002
wheel = 0.41.2:whl

slapos.libnetworkcache = 0.25