summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2016-11-18 08:57:46 -0800
committerGitHub <noreply@github.com>2016-11-18 08:57:46 -0800
commit6c9756b1d26d1e920b12cdcf8580362690427ddc (patch)
tree5e4bee74486176215ede3fc28e39420dfca861e1 /build
parent1a092b53bddd7e31a3fcf12a13aabd404e91d215 (diff)
parent78985a7b623ca8596e2acd57d4bf0ab052900e3a (diff)
downloadastra-6c9756b1d26d1e920b12cdcf8580362690427ddc.tar.gz
astra-6c9756b1d26d1e920b12cdcf8580362690427ddc.tar.bz2
astra-6c9756b1d26d1e920b12cdcf8580362690427ddc.tar.xz
astra-6c9756b1d26d1e920b12cdcf8580362690427ddc.zip
Merge pull request #66 from wjp/iter_plugins
Add SIRT, CGLS python plugins
Diffstat (limited to 'build')
-rw-r--r--build/linux/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in
index f10f482..14027e1 100644
--- a/build/linux/Makefile.in
+++ b/build/linux/Makefile.in
@@ -399,8 +399,10 @@ ifeq ($(python),yes)
install-python: py
$(INSTALL_SH) -m 755 -d @prefix@/python
$(INSTALL_SH) -m 755 -d @prefix@/python/astra
+ $(INSTALL_SH) -m 755 -d @prefix@/python/astra/plugins
$(INSTALL_SH) -m 644 python/finalbuild/astra/*.so @prefix@/python/astra
$(INSTALL_SH) -m 644 python/finalbuild/astra/*.py @prefix@/python/astra
+ $(INSTALL_SH) -m 644 python/finalbuild/astra/plugins/*.py @prefix@/python/astra/plugins
$(INSTALL_SH) -m 644 python/finalbuild/*.egg-info @prefix@/python/
@echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
@echo "To use ASTRA in Python, add @prefix@/python/ to your PYTHONPATH"