Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add workaround for apparently broken mkl/win-64 conda package | Willem Jan Palenstijn | 2017-11-06 | 1 | -0/+2 |
| | |||||
* | Add libastra/linux-64 conda package variants for cudatoolkit | Willem Jan Palenstijn | 2017-11-06 | 10 | -55/+130 |
| | | | | Also upgrade the Docker-based linux release scripts to match. | ||||
* | Update miniconda release for linux conda builds | Willem Jan Palenstijn | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | Update miniconda release for linux conda builds | Willem Jan Palenstijn | 2017-10-16 | 1 | -3/+3 |
| | |||||
* | Fix conda build | Willem Jan Palenstijn | 2017-03-29 | 1 | -0/+1 |
| | |||||
* | Move conda astra-toolbox package files to own subdirectory | Willem Jan Palenstijn | 2017-03-20 | 4 | -12/+12 |
| | | | | | Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory). | ||||
* | Add autotools and boost to macOS conda libastra dependencies | Willem Jan Palenstijn | 2017-03-20 | 1 | -0/+4 |
| | |||||
* | Silence errors from nvcc test run | Willem Jan Palenstijn | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Change lib/lib64 logic | Willem Jan Palenstijn | 2017-03-20 | 1 | -7/+12 |
| | | | | macOS CUDA uses lib even on 64 bit | ||||
* | Fix conda boost include flags | Willem Jan Palenstijn | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Use true instead of /bin/true | Willem Jan Palenstijn | 2017-03-20 | 1 | -1/+1 |
| | | | | It's in /usr/bin/ on macOS. | ||||
* | Add np112 to conda build script | Willem Jan Palenstijn | 2017-02-24 | 1 | -0/+3 |
| | |||||
* | Build conda packages for linux-64/np111/py36 | Willem Jan Palenstijn | 2017-01-02 | 1 | -0/+1 |
| | |||||
* | Use external boost for conda/win-64 | Willem Jan Palenstijn | 2016-12-09 | 4 | -17/+13 |
| | | | | This enables py27 conda packages for win-64. | ||||
* | Build conda packages for multiple conda versions | Willem Jan Palenstijn | 2016-12-09 | 2 | -4/+10 |
| | |||||
* | Use specific numpy version in conda package | Daniel M. Pelt | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | Update version to 1.8 | Willem Jan Palenstijn | 2016-12-05 | 2 | -8/+6 |
| | |||||
* | Update versions for 1.8rc1 conda package | Willem Jan Palenstijn | 2016-12-02 | 2 | -3/+3 |
| | |||||
* | Add astra.__version__ (PEP396) | Willem Jan Palenstijn | 2016-12-01 | 2 | -2/+2 |
| | |||||
* | Add conda build scripts for win-64/py35 | Willem Jan Palenstijn | 2016-12-01 | 4 | -6/+79 |
| | |||||
* | Add scripts for building conda packages using Docker | Willem Jan Palenstijn | 2016-12-01 | 4 | -0/+44 |
| | |||||
* | Separate C++ and python builds & make conda work nicely | Holger Kohr | 2016-11-25 | 4 | -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.sh | Willem Jan Palenstijn | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Remove with-python from libastra conda build | Daniel M. Pelt | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Split conda package into c++ lib and python parts | Daniel M. Pelt | 2016-03-03 | 4 | -12/+42 |
| | |||||
* | Add check for scipy | Willem Jan Palenstijn | 2016-01-20 | 1 | -0/+1 |
| | | | | The module matrix_c.pyx uses it. | ||||
* | Update version to 1.7.1 | Willem Jan Palenstijn | 2015-12-23 | 1 | -2/+2 |
| | |||||
* | Update version to 1.7 | Willem Jan Palenstijn | 2015-12-04 | 1 | -2/+2 |
| | |||||
* | Add conda build scripts | Daniel M. Pelt | 2015-12-04 | 2 | -0/+56 |