summaryrefslogtreecommitdiffstats
path: root/python/builder.py
Commit message (Collapse)AuthorAgeFilesLines
* Separate C++ and python builds & make conda work nicelyHolger Kohr2016-11-251-57/+48
| | | | | | | | | | | | - make builder (= advanced user or us ourselves) choose compilers and CUDA - add a check for the C++11 flag for nvcc to work around the infamous boost bug if necessary - use conda boost to build the C++ library - simplify python bindings conda recipe to only build the bindings; the C++ library is now a build and runtime dependency - add runtime dependencies to python bindings recipe - some small adjustments to builder.py
* Overhaul package installationWillem Jan Palenstijn2016-11-211-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | There are now three ways of installing from configure/make: ./configure --with-install-type=prefix (default) libraries go into @libdir@ matlab tools/mex go into @datadir@/astra/matlab octave tools/mex go into @datadir@/astra/octave python module goes into site-packages ./configure --with-install-type=dir libraries go into @prefix@/lib matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into @prefix@/python ./configure --with-install-type=module matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into site-packages library is installed along with the matlab/octave/python module(s), with rpath
* Update python package name from PyASTRAToolbox to astra-toolboxWillem Jan Palenstijn2016-11-211-1/+1
|
* Add SIRT pluginWillem Jan Palenstijn2016-11-181-1/+1
|
* Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn2016-02-021-18/+18
|
* Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-211-0/+4
|
* Update version to 1.7.1Willem Jan Palenstijn2015-12-231-1/+1
|
* Update version to 1.7Willem Jan Palenstijn2015-12-041-1/+1
|
* Detect ASTRA_CUDA in Windows CL flags for Python as wellWillem Jan Palenstijn2015-12-031-0/+6
|
* Avoid Python recompilation during installationDaniel M. Pelt2015-03-051-3/+16
|
* Force Cython to use language level 2 to avoid error with Cython 0.22 and python3Daan Pelt2015-02-271-2/+1
|
* Added Python interfaceDaniel M. Pelt2015-02-241-0/+70