summaryrefslogtreecommitdiffstats
path: root/python/conda/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn2017-03-201-4/+0
| | | | | Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).
* Separate C++ and python builds & make conda work nicelyHolger Kohr2016-11-251-8/+4
| | | | | | | | | | | | - 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
|
* Split conda package into c++ lib and python partsDaniel M. Pelt2016-03-031-9/+1
|
* Add conda build scriptsDaniel M. Pelt2015-12-041-0/+16