prieto
2174b23ec6
Autotools adaptation for new directories
2017-02-17 09:27:42 +01:00
Quentin Bonaventure
8d68809694
Added symlink on install
2017-01-11 14:34:31 +01:00
Yann
0406e91846
Moved plugins folder in lodel/
...
- updated scripts etc
- make tests pass
2016-11-03 17:02:46 +01:00
Yann
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...
2016-11-03 10:54:24 +01:00
Yann
43ca4e4c52
Add a data to buildconf.py
...
It a real buildtime variable, the localestatedir
2016-09-16 14:14:31 +02:00
Yann
e6e4a03a27
Enhancement in SLIM capabilities + bugfixes in install process
...
SLIM is now able to edit configuration from CLI, to start instances etc.
2016-09-14 16:01:57 +02:00
Yann
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)
2016-09-01 12:02:23 +02:00
Yann
d12699d395
First implementation of an m4 macro to check python module version
2016-09-01 10:08:01 +02:00
Yann
be01af2c3e
Bugfixes in lodel/buildconf.py & mongodb plugin
2016-08-31 09:19:47 +02:00
Yann
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
2016-08-30 17:26:32 +02:00
Yann
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.
2016-08-30 14:01:25 +02:00