summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-09Use external boost for conda/win-64Willem Jan Palenstijn
This enables py27 conda packages for win-64.
2016-12-09Fix build_release.batWillem Jan Palenstijn
2016-12-09Merge pull request #85 from dmpelt/conda_numpy_versionWillem Jan Palenstijn
Use specific numpy version in conda package
2016-12-09Build conda packages for multiple conda versionsWillem Jan Palenstijn
2016-12-08Use specific numpy version in conda packageDaniel M. Pelt
2016-12-05Update version to 1.8Willem Jan Palenstijn
2016-12-05Update NEWS for 1.8Willem Jan Palenstijn
2016-12-02Update versions for 1.8rc1 conda packageWillem Jan Palenstijn
2016-12-01Merge pull request #82 from wjp/python_versionWillem Jan Palenstijn
Add astra.__version__ (PEP396)
2016-12-01Add astra.__version__ (PEP396)Willem Jan Palenstijn
2016-12-01Merge pull request #81 from wjp/conda_releaseWillem Jan Palenstijn
Add scripts for building conda packages using Docker
2016-12-01Add conda build scripts for win-64/py35Willem Jan Palenstijn
2016-12-01Add scripts for building conda packages using DockerWillem Jan Palenstijn
2016-12-01Merge pull request #84 from wjp/expose_ConeBP_density_weightingWillem Jan Palenstijn
Expose the density weighting option of cone_bp
2016-12-01Expose the density weighting option of cone_bpWillem Jan Palenstijn
It is now exposed via the new DensityWeighting option of CudaProjector3D.
2016-11-30Tune cone_fp block sizeWillem Jan Palenstijn
2016-11-28Enable 'make test' on travis-ciWillem Jan Palenstijn
2016-11-28Fix Fourier testWillem Jan Palenstijn
2016-11-28Fix AstraObjectManager testWillem Jan Palenstijn
2016-11-28Fix warningsWillem Jan Palenstijn
2016-11-28Update .gitignoreWillem Jan Palenstijn
2016-11-28Update headers (website+2016)Willem Jan Palenstijn
2016-11-28Update python headersWillem Jan Palenstijn
2016-11-28Merge branch 'fdk_custom_filter'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-25Merge pull request #77 from wjp/singletonWillem Jan Palenstijn
Change order of template instantiations
2016-11-25Add travis clang buildWillem Jan Palenstijn
2016-11-25Change order of template instantiations for clangWillem Jan Palenstijn
At least Apple's clang-703.0.31 needs this.
2016-11-24Merge pull request #74 from wjp/windowsWillem Jan Palenstijn
Move to VS2015+CUDA8 and automate Windows builds
2016-11-24Add automated Windows build scriptsWillem Jan Palenstijn
2016-11-24Add VS2015 build filesWillem Jan Palenstijn
2016-11-24Remove VS2008/VS2012 build filesWillem Jan Palenstijn
2016-11-24Update gen.py for VS2015Willem Jan Palenstijn
2016-11-24Update CUDA archsWillem Jan Palenstijn
2016-11-24Switch to CUDA 8.0Willem Jan Palenstijn
2016-11-24Remove unused Cuda.rules fileWillem Jan Palenstijn
2016-11-24Merge pull request #75 from wjp/installWillem Jan Palenstijn
Overhaul package installation
2016-11-23Fix conda build.shWillem Jan Palenstijn
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
2016-11-22Simplify default build instructionsWillem Jan Palenstijn
2016-11-22Simplify travis build using new install typeWillem Jan Palenstijn
2016-11-22Show installation paths at end of configureWillem Jan Palenstijn
2016-11-22Clean up linking against libpython for oct/mexWillem Jan Palenstijn
2016-11-22Disable octave interface by defaultWillem Jan Palenstijn
2016-11-22Build astra_mex_plugin for octaveWillem Jan Palenstijn
2016-11-21Overhaul package installationWillem Jan Palenstijn
There are now three ways of installing from configure/make: ./configure --with-install-type=prefix (default) libraries go into @libdir@ matlab tools/mex go into @datadir@/astra/matlab octave tools/mex go into @datadir@/astra/octave python module goes into site-packages ./configure --with-install-type=dir libraries go into @prefix@/lib matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into @prefix@/python ./configure --with-install-type=module matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into site-packages library is installed along with the matlab/octave/python module(s), with rpath
2016-11-21Update python package name from PyASTRAToolbox to astra-toolboxWillem Jan Palenstijn