aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
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