summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-23Travis: only install cuda packages for cuda buildsWillem Jan Palenstijn
This way non-cuda build failures caused by missing cuda header files will be detected.
2017-05-23Travis: Update python version to 3.6Willem Jan Palenstijn
Effectively it was already running 3.6 anyway, since we are using Miniconda-latest.
2017-05-22Fix misleading indentationWillem Jan Palenstijn
2017-05-22Fix build without CUDAWillem Jan Palenstijn
2017-03-29Fix conda buildWillem Jan Palenstijn
2017-03-29Update create_projector docstringWillem Jan Palenstijn
2017-03-29Python: added options for projector creation, like for the matlab interfaceNicola VIGANO
Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl>
2017-03-27Fix compile errorWillem Jan Palenstijn
2017-03-20Merge branch 'macOS'Willem Jan Palenstijn
2017-03-20Add basic macOS/homebrew build instructionsWillem Jan Palenstijn
2017-03-20Set stdlib to libstdc++ on macOS consistentlyWillem Jan Palenstijn
2017-03-20Use @loader_path to make mex files find libastra.0.dylib in cwdWillem Jan Palenstijn
2017-03-20Disable openmp on macOSWillem Jan Palenstijn
2017-03-20Use standard _OPENMP directive for checking openmpWillem Jan Palenstijn
2017-03-20Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn
Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).
2017-03-20Add autotools and boost to macOS conda libastra dependenciesWillem Jan Palenstijn
2017-03-20Silence errors from nvcc test runWillem Jan Palenstijn
2017-03-20Change lib/lib64 logicWillem Jan Palenstijn
macOS CUDA uses lib even on 64 bit
2017-03-20Fix conda boost include flagsWillem Jan Palenstijn
2017-03-20Use true instead of /bin/trueWillem Jan Palenstijn
It's in /usr/bin/ on macOS.
2017-03-20Let autogen.sh use either glibtoolize or libtoolize on macOSWillem Jan Palenstijn
This is necessary since conda's libtool installs libtoolize on macOS.
2017-03-01Fix python buildWillem Jan Palenstijn
2017-02-24Add np112 to conda build scriptWillem Jan Palenstijn
2017-02-17Fix cuda3d geometry memory leaksWillem Jan Palenstijn
2017-02-16Remove using namespace astra; from headersWillem Jan Palenstijn
2017-02-16Remove using namespace std; from headersWillem Jan Palenstijn
2017-02-14Fix FDK shortscan weightingWillem Jan Palenstijn
It was computing weights for angles in [0,2pi) but using them on angles in (-2pi,0].
2017-02-09Merge pull request #93 from wjp/GPULinkWillem Jan Palenstijn
GPULink support
2017-02-08Remove tabs from python codeWillem Jan Palenstijn
2017-02-08Improve data2d/data3d error messagesWillem Jan Palenstijn
2017-02-08Make typechecks in data3d.create more robustWillem Jan Palenstijn
2017-02-08Update commentsWillem Jan Palenstijn
2017-02-08Add pygpu sample scriptWillem Jan Palenstijn
2017-02-08Fix warningsWillem Jan Palenstijn
2017-02-08Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn
2017-02-08Make python -sinocone a synonym of -sino.Willem Jan Palenstijn
The matlab interface already behaves like this.
2017-02-08Remove unused 3d global min/maxWillem Jan Palenstijn
2017-02-08Remove unused data3d functionsWillem Jan Palenstijn
2017-02-08Remove unused functionWillem Jan Palenstijn
2017-02-08Clean up symlink after failed python buildWillem Jan Palenstijn
2017-01-24Fix warningWillem Jan Palenstijn
2017-01-19Add small portability comment about CUDA 5.5Willem Jan Palenstijn
2017-01-19Avoid 'echo -e' for improved sh portabilityWillem Jan Palenstijn
This fixes the CUDA .d file fixup for macOS.
2017-01-17Fix warningsWillem Jan Palenstijn
2017-01-17Fix copy/paste mistake.Willem Jan Palenstijn
Thanks @adler-j.
2017-01-17Add conda install instructions to READMEWillem Jan Palenstijn
2017-01-12Fix VolumeGeometry class name in error messagesWillem Jan Palenstijn
2017-01-02Build conda packages for linux-64/np111/py36Willem Jan Palenstijn
2016-12-09Mention VS redistributableWillem Jan Palenstijn
2016-12-09Fix shadowing warnings in rapidxmlWillem Jan Palenstijn