Hicham Benjelloun
a2e3707a4b
Fix Python allowed versions
8年前
prieto
2174b23ec6
Autotools adaptation for new directories
8年前
Quentin Bonaventure
8d68809694
Added symlink on install
8年前
Yann Weber
0406e91846
Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
8年前
Yann Weber
d3f4a0d8d3
Bugfix with debian package build
Add the lodelsites directory to the autotools chain. Note : for the moment it's a dirty POC, we have to do it in a cleaner way...
8年前
Yann Weber
43ca4e4c52
Add a data to buildconf.py
It a real buildtime variable, the localestatedir
8年前
Yann Weber
e6e4a03a27
Enhancement in SLIM capabilities + bugfixes in install process
SLIM is now able to edit configuration from CLI, to start instances etc.
8年前
Yann Weber
486be1fa4e
solves #138 : implements a m4 macro to checks version
Now their is 2 macros :
- PC_PYTHON_CHECK_MODULE_MATCH_VERSION(LIBRARY, VERSION, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND)
- PC_PYTHON_CHECK_MODULE_VERSION(LIBRARY, MIN-VERSION, MAX-VERSION, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND)
8年前
Yann Weber
d12699d395
First implementation of an m4 macro to check python module version
8年前
Yann Weber
be01af2c3e
Bugfixes in lodel/buildconf.py & mongodb plugin
8年前
Yann Weber
21af2bbcbc
Autotools chain enhancement + solves #137
Using $pkgpythondir instead of $pythondir in Makefile.am
Solves a bug that put installed files in site-packages instead of dist-packages on debian
8年前
Yann Weber
8316ab82ff
Configure autotools for distributing lodel2
IMPORTANT : tests are broken. See details below
A new lodel/buildconf.py.ini file created. It will be transformed to a lodel/buildconf.py file by ./configure .
This file goal is to store build time constant (for the moment the presence of pymongo).
You have to build lodel2 before being able to run the tests.
8年前