summaryrefslogtreecommitdiffstats
path: root/python/conda
Commit message (Collapse)AuthorAgeFilesLines
* Separate C++ and python builds & make conda work nicelyHolger Kohr2016-11-254-23/+40
| | | | | | | | | | | | - 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
* Fix conda build.shWillem Jan Palenstijn2016-11-231-1/+1
|
* Remove with-python from libastra conda buildDaniel M. Pelt2016-03-031-1/+1
|
* Split conda package into c++ lib and python partsDaniel M. Pelt2016-03-034-12/+42
|
* Add check for scipyWillem Jan Palenstijn2016-01-201-0/+1
| | | | The module matrix_c.pyx uses it.
* Update version to 1.7.1Willem Jan Palenstijn2015-12-231-2/+2
|
* Update version to 1.7Willem Jan Palenstijn2015-12-041-2/+2
|
* Add conda build scriptsDaniel M. Pelt2015-12-042-0/+56