hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
diehlpk_work has quit [Remote host closed the connection]
hkaiser has quit [Ping timeout: 272 seconds]
hkaiser has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
<gnikunj[m]>
gonidelis: you could print out all the installed packages using apt: `apt list --installed`. Just save the output to a file and install it next time you have a clean install.
<gonidelis[m]>
I have some source packages too ;p
hkaiser has quit [Quit: Bye!]
<ms[m]>
gonidelis: you could add a `$(git rev-parse --show-toplevel)` before `CMakeLists.txt` and then it would work when run from anywhere within the repo
<ms[m]>
or do one of the hacks to get the path of the script itself and make it relative to that
<ms[m]>
but as you figured out I've been running it from the root of the repo
<ms[m]>
pedro_barbosa: I hope you're passing `-DCMAKE_...` not `-CMAKE_...` (note the `D`) (the full path to the binary is what I would expect to work)
<pedro_barbosa[m]>
Ohhh that was it, my bad, thanks
K-ballo has quit [Quit: K-ballo]
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
diehlpk_work has quit [Ping timeout: 240 seconds]
diehlpk_work has joined #ste||ar
<gnikunj[m]>
gonidelis: Just write a script for it. Most people do that and run it. I used to do it myself when I used to use Arch for my daily work.