Skip to content

Commit

Permalink
Add astra as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschwar committed Aug 10, 2022
1 parent ac7de18 commit 895fa65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "thirdparty/eigen"]
path = thirdparty/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "thirdparty/astra-toolbox"]
path = thirdparty/astra-toolbox
url = https://github.com/jtschwar/astra-toolbox.git
4 changes: 3 additions & 1 deletion gpu_3D/Utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ MPIGPUCONFIG = mpi_astra_ctvlib`python3-config --extension-suffix`

all: shared_library astra_ctvlib mpi_astra_ctvlib

shared_library:
shared_library:
cd container; make; cd ..
cd regularizers; make; cd ..
g++ -shared container/*.o regularizers/*.o -o aux_func.so

astra_ctvlib: astra_ctvlib.cpp astra_ctvlib.hpp
Expand Down
1 change: 1 addition & 0 deletions thirdparty/astra-toolbox
Submodule astra-toolbox added at 41054b

0 comments on commit 895fa65

Please sign in to comment.