diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-11-18 08:57:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 08:57:46 -0800 |
commit | 6c9756b1d26d1e920b12cdcf8580362690427ddc (patch) | |
tree | 5e4bee74486176215ede3fc28e39420dfca861e1 /build/linux | |
parent | 1a092b53bddd7e31a3fcf12a13aabd404e91d215 (diff) | |
parent | 78985a7b623ca8596e2acd57d4bf0ab052900e3a (diff) | |
download | astra-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/linux')
-rw-r--r-- | build/linux/Makefile.in | 2 |
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" |