Commit 99909e5c authored by Ophélie Gagnard's avatar Ophélie Gagnard

software/static-light-build-dependencies-mca/: Add a software to link mca statically.

component/mca/buildout.cfg: Update mca release.
parent 2494f8af
......@@ -20,7 +20,7 @@ parts =
[mca]
recipe = slapos.recipe.cmmi
url = https://lab.nexedi.com/nexedi/metadata-collect-agent/-/archive/v0.2b-dev_buildout/metadata-collect-agent-v0.2b-dev_buildout.tar.gz
url = https://lab.nexedi.com/nexedi/metadata-collect-agent/-/archive/v0.2c-dev_buildout/metadata-collect-agent-v0.2c-dev_buildout.tar.gz
#path = ${mca-gitclone:location}
configure-command = :
make-targets =
......
[buildout]
extends =
# ../../component/fluent-bit/buildout.cfg
# ../../stack/slapos.cfg
# ../../component/defaults.cfg
# ../../component/gcc/buildout.cfg
# the next line replaces the two following (fluentbit-plugin-wendelin and mca)
../../software/light-build-dependencies-mca/software.cfg
# ../../component/fluentbit-plugin-wendelin/buildout.cfg
# ../../component/mca/buildout.cfg
parts =
# gcc-8.5
# fmtlib
# golang1.17
# fluent-bit
fluentbit-plugin-wendelin
mca
[mca]
# static version:
# WARNING: LINK_STATIC only has to be defined to switch to static linking (so it does so even if the value is "NO", "OFF" or "FALSE").
environment +=
ZLIB_PATH=${zlib:location}
LINK_STATIC=AAA
[fmtlib]
# static version:
shared = false
configure-options =
-DCMAKE_INSTALL_PREFIX=@@LOCATION@@
-DFMT_TEST=OFF
-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment