Thomas Ferreira de Lima
|
c8589d6ccb
|
Using native cpu count for multiprocessing acceleration of pymod build
|
2018-08-01 15:58:53 -04:00 |
Thomas Ferreira de Lima
|
98d66725eb
|
adding multithreaded extension build for setup.py
|
2018-07-31 19:06:20 -04:00 |
Daniel Wang
|
bb9fc86735
|
Add .so extension if ext_suffix is None
|
2018-07-19 19:02:37 -04:00 |
Daniel Wang
|
5e1db92102
|
Continue even if ext_suffix is None
|
2018-07-19 18:43:58 -04:00 |
Daniel Wang
|
9aa796422e
|
Print sysconfig location
|
2018-07-19 18:34:28 -04:00 |
Matthias Koefferlein
|
3dd55bdd2a
|
setup.py updated with correct loading path of Linux (thanks, @atait)
|
2018-07-18 19:11:36 +00:00 |
Matthias Koefferlein
|
64625dcbda
|
Fixed setup.py for use with Linux
The equivalent to @loader_path (Mac) is $ORIGIN on Linux.
I have removed the rpath specification as it was simply wrong
with setuptools.
|
2018-07-16 23:44:30 +00:00 |
Thomas Ferreira de Lima
|
8330415b29
|
adding rpath to all libraries
|
2018-07-16 01:52:51 -04:00 |
Thomas Ferreira de Lima
|
e1dcaf469e
|
converting to 4-spaces, PEP8 format
|
2018-07-16 01:16:36 -04:00 |
Thomas Ferreira de Lima
|
7540da8c32
|
changing to setuptools and fixing macOS linking
|
2018-07-16 01:12:11 -04:00 |
Matthias Koefferlein
|
9dcfa140c3
|
Added __init__.py file to Python package.
|
2018-07-15 19:33:44 +00:00 |
Matthias Koefferlein
|
106879e344
|
Fixed setup.py after recent update
|
2018-07-15 18:05:10 +00:00 |
Matthias Koefferlein
|
d3b4bc7f87
|
Enabled pymod build via setup.py/distutils on MacOS
|
2018-07-15 07:42:01 -07:00 |
Matthias Koefferlein
|
c4351185b1
|
Development of setup.py: added db_plugin building.
|
2018-07-15 10:52:59 +00:00 |
Matthias Koefferlein
|
62016697b0
|
Further development of setup.py
|
2018-07-15 10:12:05 +00:00 |
Matthias Koefferlein
|
144ca87383
|
Even more generalization for setup.py
|
2018-07-14 22:42:18 +00:00 |
Matthias Koefferlein
|
dc9d6fb592
|
A bit more generalization for setup.py
|
2018-07-14 22:30:12 +00:00 |
Matthias Koefferlein
|
6d3490811d
|
First steps towards a setup.py script.
|
2018-07-14 22:01:37 +00:00 |