summaryrefslogtreecommitdiffstats
path: root/python/conda/libastra
Commit message (Collapse)AuthorAgeFilesLines
* Update version to 1.8.3Willem Jan Palenstijn2017-11-061-2/+2
|
* Add libastra/linux-64 conda package variants for cudatoolkitWillem Jan Palenstijn2017-11-063-11/+37
| | | | Also upgrade the Docker-based linux release scripts to match.
* Fix conda buildWillem Jan Palenstijn2017-03-291-0/+1
|
* 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.
* Use external boost for conda/win-64Willem Jan Palenstijn2016-12-092-8/+7
| | | | This enables py27 conda packages for win-64.
* Update version to 1.8Willem Jan Palenstijn2016-12-051-3/+2
|
* Add astra.__version__ (PEP396)Willem Jan Palenstijn2016-12-011-1/+1
|
* Add conda build scripts for win-64/py35Willem Jan Palenstijn2016-12-012-4/+41
|
* Separate C++ and python builds & make conda work nicelyHolger Kohr2016-11-252-12/+26
| | | | | | | | | | | | - 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
* 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-032-0/+37