1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-30 11:09:03 +01:00
Commit graph

12 commits

Author SHA1 Message Date
prieto
3b4494cb7a Only indentation and stuff like that 2017-02-17 09:27:42 +01:00
Yann
8f48612c82 Enables debian package creation
with make deb . Next commit will update the README
2016-09-23 14:34:57 +02:00
Yann
b5a6adc3a8 Enhancement of distclean target
Now when running distclean ALL files generated by the ./bootstrap && ./configure && make are deleted.
Maybe it's not a good idea because it's not the purpose of distclean target...
2016-08-31 09:26:57 +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
m.orban
cabfd95b73 Added some commentson header function 2016-07-06 14:10:01 +02:00
Roland Haroutiounian
7d97a15a10 Code cleaning on the run.py module 2016-05-12 09:50:06 +02:00
Yann
c5971d9590 Updated comments (and deleting space between ## and @brief ) 2016-04-12 12:16:52 +02:00
Roland Haroutiounian
9986d068c0 PEP8 2016-03-31 10:06:06 +02:00
Yann
0ad46e9e37 Disabled deterministic __hash__ method and renamed it d_hash() + tests 2016-03-23 16:10:25 +01:00
Yann
2835624bad Implements deterministic __hash__ methods for objects 2016-03-23 15:48:39 +01:00
Yann
7910374183 Implementing mlstring + tests 2016-03-18 15:04:50 +01:00