summaryrefslogtreecommitdiff
path: root/build/linux
AgeCommit message (Collapse)Author
2021-11-22Expand (and document) CUDA platform listWillem Jan Palenstijn
2021-10-27Version 2.0.0Willem Jan Palenstijn
2021-10-27Update copyright yearsWillem Jan Palenstijn
2021-02-19Slightly improve configure logWillem Jan Palenstijn
2021-02-19Suppress nvcc deprecated-gpu-targets warningWillem Jan Palenstijn
2019-09-27Increment version to 1.9.9devWillem Jan Palenstijn
2019-09-25Skip boost/cuda check if cuda is not foundWillem Jan Palenstijn
2019-09-25Remove C++ projector testsWillem Jan Palenstijn
These have been superseded by python versions.
2019-09-25Check if boost and CUDA versions are compatibleWillem Jan Palenstijn
See https://github.com/astra-toolbox/astra-toolbox/issues/163 and https://github.com/boostorg/config/pull/175 .
2019-08-16Improve logging of mex detection to config.logWillem Jan Palenstijn
2019-08-16Check for the mex -R2017b option in configureWillem Jan Palenstijn
Since we use mex for linking, but CXX for compiling, we also need to set a preprocessor macro to emulate the -R2017b option. Currently we use -DMATLAB_MEXCMD_RELEASE=700, but it is unclear if this is the recommended way. This is required to build with Matlab R2018a and newer.
2019-01-24Add basic implementation of par2d CPU Distance Driven projectorWillem Jan Palenstijn
2018-12-12Install DART algorithmWillem Jan Palenstijn
2018-12-12Merge branch 'geom_visualizer'Willem Jan Palenstijn
This adds a matlab geometry visualizer, and a sample showing how to use it.
2018-12-12Reorganize functions into packages/private functionsWillem Jan Palenstijn
This also replaces modifying the path with a request to the user to modify the path.
2018-12-12add astra_plot_geom command and sample s024Tim
Signed-off-by: Tim <tim.elberfeld@uantwerpen.be>
2018-12-12copy plot_geom files in correct folders when installingTim
2018-12-12Add new CUDA compute modelsWillem Jan Palenstijn
2018-11-13Add install-dev make target for installing headers/pkgconfig/libraryWillem Jan Palenstijn
2018-10-24Fix missing python lib path for matlab moduleWillem Jan Palenstijn
2018-09-25Add support for checking features at run-timeWillem Jan Palenstijn
2018-08-28Make filename more consistentWillem Jan Palenstijn
2018-07-17Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn
2018-06-22Move CUDA include filesWillem Jan Palenstijn
2018-01-24iMinds -> imecWillem Jan Palenstijn
2018-01-24Update copyright dateWillem Jan Palenstijn
2018-01-12Update contact emailWillem Jan Palenstijn
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-22Update version to 1.9.0devWillem Jan Palenstijn
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-06Update version to 1.8.3Willem Jan Palenstijn
2017-11-01Remove unused codeWillem Jan Palenstijn
2017-09-15Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-09-08Add macOS noteWillem 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-20Change lib/lib64 logicWillem Jan Palenstijn
macOS CUDA uses lib even on 64 bit
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-02-08Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn
2017-02-08Clean up symlink after failed python buildWillem 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.
2016-12-05Update version to 1.8Willem Jan Palenstijn
2016-11-28Update headers (website+2016)Willem Jan Palenstijn
2016-11-25Separate C++ and python builds & make conda work nicelyHolger Kohr
- 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
2016-11-23Make shared objects 755Willem Jan Palenstijn
2016-11-22Remove resolved TODOWillem Jan Palenstijn
2016-11-22Rename python-root-install to install-python-site-packagesWillem Jan Palenstijn
2016-11-22Avoid six for PYINCDIR in Makefile.inWillem Jan Palenstijn