Skip to content
Snippets Groups Projects
Commit 8b7e999d authored by yaskovet's avatar yaskovet
Browse files

Remove gdbgui from .gitmodules (2)

parent 952b3858
No related branches found
No related tags found
No related merge requests found
Pipeline #5984 failed
......@@ -6,7 +6,6 @@ clean:
install:
$(MAKE) -C build $@
script/install_parallel_debugger
pdata:
$(MAKE) -C build $@
......
......@@ -641,7 +641,6 @@ clean:
install:
\$(MAKE) -C build \$@
script/install_parallel_debugger
pdata:
\$(MAKE) -C build \$@
......
gdbgui @ b213761e
Subproject commit b213761e4cfeec08d1cf3c40041896eeb76282c9
......@@ -14,8 +14,6 @@ source script/conf_PETSC
source script/update_openfpm
source script/solve_python
source script/solve_clangomp
source script/install_gdbgui
### switch to the branch
#b_switch=`git rev-parse --abbrev-ref HEAD`
......@@ -490,11 +488,6 @@ if [ $? -ne 0 ]; then
conf_err=1
fi
################ Parallel debugger #######################
echo "Installing parallel debugger"
install_gdbgui $i_dir
###########################################################
echo "Command used to configure"
......@@ -599,7 +592,6 @@ if [ x"$platform" == x"cygwin" ]; then
bash_path="$bash_path:$i_dir/BOOST/bin:$i_dir/HDF5/bin"
fi
bash_path="$bash_path:$install_base/gdbgui/bin:"
bash_path="$bash_path:\$PATH\""
bash_library="$bash_library\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment