summaryrefslogtreecommitdiff
path: root/python/conda
AgeCommit message (Collapse)Author
2016-11-25Separate C++ and python builds & make conda work nicelyHolger Kohr
- 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
2016-11-23Fix conda build.shWillem Jan Palenstijn
2016-03-03Remove with-python from libastra conda buildDaniel M. Pelt
2016-03-03Split conda package into c++ lib and python partsDaniel M. Pelt
2016-01-20Add check for scipyWillem Jan Palenstijn
The module matrix_c.pyx uses it.
2015-12-23Update version to 1.7.1Willem Jan Palenstijn
2015-12-04Update version to 1.7Willem Jan Palenstijn
2015-12-04Add conda build scriptsDaniel M. Pelt