summaryrefslogtreecommitdiffstats
path: root/python/conda
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing version update in conda meta.yamlWillem Jan Palenstijn2017-11-221-2/+2
|
* Update version to 1.9.0devWillem Jan Palenstijn2017-11-222-4/+4
|
* Update version to 1.8.3Willem Jan Palenstijn2017-11-062-6/+6
|
* Add workaround for apparently broken mkl/win-64 conda packageWillem Jan Palenstijn2017-11-061-0/+2
|
* Add libastra/linux-64 conda package variants for cudatoolkitWillem Jan Palenstijn2017-11-0610-55/+130
| | | | Also upgrade the Docker-based linux release scripts to match.
* Update miniconda release for linux conda buildsWillem Jan Palenstijn2017-10-161-1/+1
|
* Update miniconda release for linux conda buildsWillem Jan Palenstijn2017-10-161-3/+3
|
* Fix conda buildWillem Jan Palenstijn2017-03-291-0/+1
|
* Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn2017-03-204-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 dependenciesWillem Jan Palenstijn2017-03-201-0/+4
|
* Silence errors from nvcc test runWillem Jan Palenstijn2017-03-201-1/+1
|
* Change lib/lib64 logicWillem Jan Palenstijn2017-03-201-7/+12
| | | | macOS CUDA uses lib even on 64 bit
* Fix conda boost include flagsWillem Jan Palenstijn2017-03-201-1/+1
|
* Use true instead of /bin/trueWillem Jan Palenstijn2017-03-201-1/+1
| | | | It's in /usr/bin/ on macOS.
* Add np112 to conda build scriptWillem Jan Palenstijn2017-02-241-0/+3
|
* Build conda packages for linux-64/np111/py36Willem Jan Palenstijn2017-01-021-0/+1
|
* Use external boost for conda/win-64Willem Jan Palenstijn2016-12-094-17/+13
| | | | This enables py27 conda packages for win-64.
* Build conda packages for multiple conda versionsWillem Jan Palenstijn2016-12-092-4/+10
|
* Use specific numpy version in conda packageDaniel M. Pelt2016-12-081-1/+1
|
* Update version to 1.8Willem Jan Palenstijn2016-12-052-8/+6
|
* Update versions for 1.8rc1 conda packageWillem Jan Palenstijn2016-12-022-3/+3
|
* Add astra.__version__ (PEP396)Willem Jan Palenstijn2016-12-012-2/+2
|
* Add conda build scripts for win-64/py35Willem Jan Palenstijn2016-12-014-6/+79
|
* Add scripts for building conda packages using DockerWillem Jan Palenstijn2016-12-014-0/+44
|
* 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