summaryrefslogtreecommitdiffstats
path: root/python/conda/astra-toolbox
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.0.0Willem Jan Palenstijn2021-10-271-3/+3
|
* Prepare for python 3.10Willem Jan Palenstijn2021-10-272-0/+12
| | | | We can't (easily) build for python 3.10 yet until cython is available in conda.
* Add brief conda build instructions for win64Willem Jan Palenstijn2021-10-111-0/+11
|
* Update conda packages to python 3.9, cuda 11.1Willem Jan Palenstijn2021-07-011-1/+7
| | | | Since cudatoolkit=11.1 isn't in the main anaconda channel (yet?), the nvidia conda channel is used.
* Fix Windows conda package buildWillem Jan Palenstijn2021-02-251-1/+1
|
* Use numpy backward binary compatibility for conda packagesWillem Jan Palenstijn2020-02-075-41/+4
| | | | | | | | We now only build a single package built with numpy 1.11.x for numpy>=1.11,<2 . There is no guarantee that every future numpy version covered by this will be compatible with numpy 1.11, but numpy checks this internally at run-time, and should report this (noisily) when this occurs.
* Update python/numpy/cuda versions for condaWillem Jan Palenstijn2020-01-144-7/+8
|
* Increment version to 1.9.9devWillem Jan Palenstijn2019-09-271-3/+3
|
* Use conda compiler toolchain for conda buildsAllard Hendriksen2019-09-205-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For both libastra and astra-toolbox: 1) We do not use script_env to set CC/CXX anymore, since the compilers are installed by conda. 2) The build string is made useful by including either the python+numpy version or the cudatoolkit version that the package was built with. 3) Some clean-up of build.sh in buildenv/ For libastra: 1) The libastra.so is built with the conda C/C++ compiler toolchain. This has two benefits: 1) The rpath of libastra.so is set to $ORIGIN, which makes linking easier for dependent packages. 2) libastra.so is linkable against ancient versions of glibc. With old versions of memcpy. 2) The C/C++ compiler version is fixed to 5.4.0 3) In libastra/build.sh, we rename $CONDA_PREFIX to $PREFIX. Apparently, this is how it is supposed to be done. For me, $CONDA_PREFIX was suddenly undefined. Why this was not a problem before, is unclear to me. 4) The cudatoolkit runtime dependency is pinned with pin_compatible 5) The libastra conda package now provides headers and .pc file. This is useful for building C++ packages that depend on astra. 6) Remove some old code related to cudatoolkit<8.0. For astra-toolbox: 1) astra-toolbox uses the conda-provided compilers 2) The compilers are fixed to version 7.3 3) Add boost to host requirements of astra-toolbox Notes on testing: - The libastra build has been tested with all versions of cudatoolkit - The astra-toolbox build has been tested with all provided versions of python after building a single cudatoolkit version of libastra. How to test this branch: - It should work by just editing `python/conda/linux_release/buildenv/build.sh`. Set BRANCH=CI-use-conda-c-compiler-toolchain URL=https://github.com/ahendriksen/astra-toolbox and run release.sh from the `python/conda/linux_release` directory.
* Build updates for Win10 + VS2017 + CUDA9 + Matlab R2018bWillem Jan Palenstijn2019-07-084-16/+13
|
* Update conda builds for cuda 10 and numpy 1.16Willem Jan Palenstijn2019-04-124-3/+26
|
* Loosen numpy dependency for conda packageWillem Jan Palenstijn2018-11-011-1/+1
|
* Avoid broken scipy package for testsWillem Jan Palenstijn2018-08-311-0/+2
|
* Drop numpy 1.12/1.13 packagesWillem Jan Palenstijn2018-08-311-2/+0
| | | | Anaconda doesn't have these for python 3.7 apparently
* Build for new cuda/python/numpy versionsWillem Jan Palenstijn2018-08-311-0/+2
|
* Build for numpy 1.14Willem Jan Palenstijn2018-06-011-0/+1
|
* Fix missing version update in conda meta.yamlWillem Jan Palenstijn2017-11-221-2/+2
|
* Update version to 1.9.0devWillem Jan Palenstijn2017-11-221-2/+2
|
* Update version to 1.8.3Willem Jan Palenstijn2017-11-061-4/+4
|
* 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-063-6/+19
| | | | Also upgrade the Docker-based linux release scripts to match.
* Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn2017-03-203-0/+85
Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).