You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup gdb and setup valgrind get you much more modern versions of these tools than you get from the base OS, versions that actually work. We should give these to users by default, but it's not quite clear to me where to put this, since they can't strictly be said to be dependencies of any of our packages.
The text was updated successfully, but these errors were encountered:
Just as a data point, I spent 20mins yesterday trying to figure out how to setup samweb. So I definitely think we need to try and make a one stop place to setup some reasonable software. I don't know if we can just include it in, say, setup_sbnd.sh. It can be a total pain at the moment.
setup gdb
andsetup valgrind
get you much more modern versions of these tools than you get from the base OS, versions that actually work. We should give these to users by default, but it's not quite clear to me where to put this, since they can't strictly be said to be dependencies of any of our packages.The text was updated successfully, but these errors were encountered: