aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2019-03-06Travis (#4)Gertjan van den Burg1-2/+30
* add cython to travis * add blas to travis install * fix blas dependency * trying with the atlas version of blas * add lapack too * try with lapacke * attempt to get lapack info * use correct asserts and lower threshold * decrease precision for seed test * add python 2.7 too * add travis status to readme
2019-01-15Code formatting with BlackGertjan van den Burg1-44/+55
2019-01-15Move wrapper to better folder structureGertjan van den Burg1-10/+6
2017-12-13Detect if NumPy is installed before running setupGertjan van den Burg1-8/+79
This is necessary because we use the setup function from NumPy, so we need this installed before we can run setup for GenSVM. To avoid also needing a scikit-learn installation, the get_blas_info() function has been inlined here.
2017-12-12minor changes to setup.py and makefileGertjan van den Burg1-6/+9
2017-10-07give the wrapper a better nameGertjan van den Burg1-2/+2
2017-10-07rearrange and update setup.pyGertjan van den Burg1-13/+43
2017-10-06initial commitGertjan van den Burg1-0/+69