Sylvain Tricot
0f2a556aa2
Fixed bug in version naming.
...
With git flow, the version is read by the tag
(base_version) in setuptools_scm.
2022-03-07 15:38:35 +01:00
Sylvain Tricot
16e5b865f1
Fixed bug about version naming.
...
The version was not read since setuptools_scm was
not installed (neither required).
2022-03-07 15:21:18 +01:00
Sylvain Tricot
cf778b90cc
Added matplotlib as required in 'make all' target.
...
... otherwise click-man cannot proceed.
2022-03-07 14:38:14 +01:00
Sylvain Tricot
2da7549d99
Fixed ModuleNotFoundError during 'make'.
...
The eps.so was loaded by __init__.py during making
the shared object and was obviously not found.
The import is now enclose in a try...except block to
avoid raising an exception.
2022-03-07 14:15:23 +01:00
Sylvain Tricot
2a5bfba3da
Output is redirected to stdout by default.
2022-03-07 11:53:48 +01:00
Sylvain Tricot
a28696d2a7
Added the compute function.
2022-03-07 11:53:05 +01:00
Sylvain Tricot
88436fabdf
Added python support for writing input file.
2022-03-03 18:42:55 +01:00
Sylvain Tricot
b1d47a718e
Rewrote Makefile rules
2022-02-28 22:30:37 +01:00
Sylvain Tricot
1feaa0591f
New file hierarchy.
...
This allows to build python bindings with a new Makefile
2022-02-25 17:27:15 +01:00