<simbergm>
zao: those should in fact not link to the main hpx library (could, but need not)
<simbergm>
I don't doubt that there might be something wrong on windows though... so far we only build core on travis
<zao>
There’s clearly symbols missing, assumedly from test support libs?
K-ballo has quit [Quit: K-ballo]
K-ballo has joined #ste||ar
<Yorlik>
UH - running "vcpkg install hwloc" on linux fails with vcpkg trying to build the window version ...
rori has joined #ste||ar
hkaiser has joined #ste||ar
Yorlik has quit [Read error: Connection reset by peer]
Yorlik has joined #ste||ar
eschnett has joined #ste||ar
hkaiser has quit [Quit: bye]
aserio has joined #ste||ar
<K-ballo>
is a kevin from circle-ci annoying all of you too?
aserio has quit [Ping timeout: 276 seconds]
<zao>
I don't think so, I just get the failed workflow stuff and a wee bit of news.
<Yorlik>
HPX is having issues accepting my custom built boost again. Naming is like this: libboost_filesystem-gcc8-mt-d-x64-1_70.so
<zao>
Saw that one of the update mails talks about a "guest author" called Kevin.
<zao>
Is it the architecture tag?
<Yorlik>
It used to work on windows
<Yorlik>
I am getting this message: Could NOT find Boost (missing: filesystem program_options system) (found suitable version "1.70.0", minimum required is "1.61")
<zao>
Is your CMake new enough?
<Yorlik>
.15
<zao>
Did you disable the gosh-darn module bullshit that trips it up?
<Yorlik>
???
<Yorlik>
Enlightne me pls ...
<Yorlik>
You're talking of some b2 option?
<zao>
Yorlik: Newer Boosts install cmake package config files that FindBoost.cmake finds and uses to populate imported targets.
<zao>
But doesn't expose any of the normal variables that a typical FindBoost would.
<zao>
Not sure if that's at all related, of course.