00:27
eschnett_ has joined #ste||ar
01:20
ste||ar-github has joined #ste||ar
01:20
<
ste||ar-github >
hpx/fixing_3453 2c12272 Hartmut Kaiser: Making sure networking is disabled for default one-locality-runs
01:20
ste||ar-github has left #ste||ar [#ste||ar]
01:25
jbjnr_ has joined #ste||ar
01:28
jbjnr__ has quit [Ping timeout: 250 seconds]
03:06
hkaiser has quit [Quit: bye]
03:48
K-ballo has quit [Quit: K-ballo]
07:13
nikunj has joined #ste||ar
08:49
nikunj has quit [Ping timeout: 250 seconds]
08:52
nikunj97 has joined #ste||ar
09:05
nikunj97 has quit [Ping timeout: 250 seconds]
09:15
nikunj97 has joined #ste||ar
10:10
hkaiser has joined #ste||ar
12:15
nikunj97 has quit [Ping timeout: 240 seconds]
12:23
K-ballo has joined #ste||ar
15:08
<
heller_ >
hkaiser: the phylanx build system is quite a mess
15:09
<
heller_ >
hkaiser: looks like something is writing into the source directory during the cmake step
15:12
<
heller_ >
some python related stuff
15:12
<
heller_ >
any idea?
15:14
nikunj97 has joined #ste||ar
15:23
<
hkaiser >
heller_: yah, right
15:24
<
hkaiser >
heller_: that needs fixing (it's on my list for while now :/ )
16:00
<
zao >
I can't seem to make Phylanx find pybind11... do you have your own fork/installation of it, or am I just holding the Phylanx build wrong?
16:01
<
zao >
Blargh... haven't actually installed pybind11 yet <_<
16:04
<
K-ballo >
doesn't the vcpkg take care of that?
16:05
<
zao >
Probably, I'm on Linux building with my own libs and CMake.
16:08
<
zao >
If some day some foolish researcher wants anything stellar on our systems, I better be ready for the mess ;)
16:13
<
hkaiser >
zao: lol wise move
16:31
nikunj97 has quit [Ping timeout: 268 seconds]
16:46
<
hkaiser >
heller_: what did you change to avoid the full rebuilds? what was the reason for those?
16:55
nikunj97 has joined #ste||ar
17:55
hkaiser has quit [Quit: bye]
18:13
nikunj97 has quit [Ping timeout: 245 seconds]
20:40
hkaiser has joined #ste||ar
20:43
<
heller_ >
hkaiser: the way you called cmake caused a complete rebuild
20:46
<
hkaiser >
heller_: but not always :/
*puzzled*
20:49
<
heller_ >
Just the immediate dependencies of the corresponding tests
20:49
<
heller_ >
phylanx_component was always in the set, iirc
20:50
<
heller_ >
The build times are cut down dramatically
20:54
<
zao >
Odd, I don't seem to see any writes to the source directory with phylanx.
21:18
<
hkaiser >
zao: the __init__.py in the phylanx base module is generated
21:20
<
zao >
zao@freja:~/stellar/build/phylanx$ sudo zfs diff hp/zao/stellar/repos@{prebuild,postcmake}
21:20
<
zao >
+ /hp/zao/stellar/repos/phylanx/python/phylanx/core/__init__.py
21:20
<
zao >
M /hp/zao/stellar/repos/phylanx/python/phylanx/core
21:20
<
zao >
Explains why I didn't see any changes when stracing the whole hecking build :)
21:21
<
heller_ >
Now, this needs fixing ;)
21:32
<
zao >
-- Installing: /cmake/Phylanx
21:32
<
zao >
CMake Error at cmake_install.cmake:61 (file):
21:32
<
zao >
file INSTALL cannot make directory "/cmake/Phylanx": No such file or directory
21:32
<
zao >
This looks weird.
21:34
<
zao >
I, for one, don't like things I install to try to create things in the root of the filesystem :D
21:36
<
hkaiser >
zao: heh, I never tried installing things :-P
21:36
<
hkaiser >
could be completely broken, seems it actually is
23:46
<
heller_ >
hkaiser: finally green ;)