summaryrefslogtreecommitdiffstats
path: root/python/conda/meta.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn2017-03-201-48/+0
| | | | | Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).
* Use external boost for conda/win-64Willem Jan Palenstijn2016-12-091-1/+0
| | | | This enables py27 conda packages for win-64.
* Use specific numpy version in conda packageDaniel M. Pelt2016-12-081-1/+1
|
* Update version to 1.8Willem Jan Palenstijn2016-12-051-5/+4
|
* Update versions for 1.8rc1 conda packageWillem Jan Palenstijn2016-12-021-2/+2
|
* Add astra.__version__ (PEP396)Willem Jan Palenstijn2016-12-011-1/+1
|
* Add conda build scripts for win-64/py35Willem Jan Palenstijn2016-12-011-2/+3
|
* Separate C++ and python builds & make conda work nicelyHolger Kohr2016-11-251-3/+10
| | | | | | | | | | | | - 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
* Split conda package into c++ lib and python partsDaniel M. Pelt2016-03-031-3/+4
|
* 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-041-0/+40