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
K-ballo has quit [Quit: K-ballo]
PatrickDiehl[m]1 has quit [Ping timeout: 265 seconds]
gnikunj[m] has quit [Ping timeout: 265 seconds]
KordeJong[m] has quit [Ping timeout: 265 seconds]
rori[m] has quit [Ping timeout: 265 seconds]
bhumit[m] has quit [Ping timeout: 265 seconds]
mdiers[m] has quit [Ping timeout: 265 seconds]
dkaratza[m] has quit [Ping timeout: 265 seconds]
rori[m] has joined #ste||ar
KordeJong[m] has joined #ste||ar
bhumit[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
dkaratza[m] has joined #ste||ar
mdiers[m] has joined #ste||ar
PatrickDiehl[m]1 has joined #ste||ar
Yorlik has joined #ste||ar
tufei_ has quit [Remote host closed the connection]
tufei_ has joined #ste||ar
Yorlik has quit [Ping timeout: 265 seconds]
hkaiser has joined #ste||ar
hkaiser has quit [Quit: Bye!]
tufei__ has joined #ste||ar
tufei_ has quit [Ping timeout: 276 seconds]
hkaiser has joined #ste||ar
Yorlik has joined #ste||ar
K-ballo has joined #ste||ar
hkaiser has quit [Quit: Bye!]
<gonidelis[m]> K-ballo: yt?
tufei__ has quit [Remote host closed the connection]
<Yorlik> ms[m]: YT?
<ms[m]> Yorlik: re: https://github.com/STEllAR-GROUP/hpx/discussions/5598, what you're doing is a bit weird but... you're actually trying to only install the shared libraries, correct?
<ms[m]> HPX::hpx is an interface target, which is probably why cmake doesn't like what you're doing
<ms[m]> to be generic you'd have to walk through HPX::hpx's dependencies and try to install them all
<ms[m]> (including things like boost...)
<ms[m]> if you accept breakage every now and then (or more often, no guarantees...) you might be able to replace HPX::hpx with HPXInternal::hpx_full, HPXInternal::hpx_core
<ms[m]> but that still doesn't give you the boost libraries
<Yorlik> Hi ms[m] - I can install other libs with the mechanism described.
<Yorlik> Just trying out another option coming from vcpkg - just a min ...
<Yorlik> Seems vcpkg has an experimental feature: set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON)
<Yorlik> That installed my dependencies, including hpx
<ms[m]> Yorlik: nice! sounds like a much saner solution
<Yorlik> I'll add that solution to the discussion
<Yorlik> :)
<ms[m]> please do, thanks
<Yorlik> Not sure if it works on Linux though. :D
<ms[m]> :P
<ms[m]> if it doesn't now, hopefully it will at some point... vcpkg is at least supposed to be cross-platform
Yorlik has quit [Ping timeout: 245 seconds]