sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
bentley` has joined #m-labs
sj_mackenzie has joined #m-labs
FabM has joined #m-labs
ohama has quit [Read error: Connection reset by peer]
ohama has joined #m-labs
mumptai has joined #m-labs
<GitHub30> [artiq] sbourdeauducq pushed 3 new commits to master: http://git.io/v3A6k
<GitHub30> artiq/master fd3fefe Sebastien Bourdeauducq: add InfluxDB bridge
<GitHub30> artiq/master abbf5eb Sebastien Bourdeauducq: gui: minor cleanup
<GitHub30> artiq/master 324cafa Sebastien Bourdeauducq: rpctool: use pprint
ohama has quit [Read error: Connection reset by peer]
_florent_ has joined #m-labs
mumptai has quit [Quit: Verlassend]
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#409 (master - 324cafa : Sebastien Bourdeauducq): The build was broken.
travis-ci has left #m-labs [#m-labs]
_florent_ has quit [Ping timeout: 255 seconds]
<GitHub162> [artiq] fallen pushed 1 new commit to master: http://git.io/v3xm5
<GitHub162> artiq/master a64c6a3 Yann Sionneau: conda: add aiohttp dependency on artiq pkg + recipe for aiohttp pkg
bentley` has quit [Ping timeout: 260 seconds]
sj_mackenzie has quit [Remote host closed the connection]
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#410 (master - a64c6a3 : Yann Sionneau): The build has errored.
travis-ci has left #m-labs [#m-labs]
ohama has joined #m-labs
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#410 (master - a64c6a3 : Yann Sionneau): The build was fixed.
travis-ci has left #m-labs [#m-labs]
<GitHub141> [artiq] sbourdeauducq pushed 2 new commits to master: http://git.io/v3pj3
<GitHub141> artiq/master 21b170e Sebastien Bourdeauducq: pc_rpc/Server: show builtin terminate in method list
<GitHub141> artiq/master 2410ef7 Sebastien Bourdeauducq: gui: display numpy scalars in parameters
<GitHub161> [artiq] sbourdeauducq pushed 4 new commits to master: http://git.io/v3hZw
<GitHub161> artiq/master e7d495c Sebastien Bourdeauducq: gui/tools: better detection of scalar types
<GitHub161> artiq/master 278adf1 Sebastien Bourdeauducq: test/pc_rpc: use builtin_terminate
<GitHub161> artiq/master c71d207 Sebastien Bourdeauducq: core/break_realtime: only increase now
cr1901_modern has quit [Ping timeout: 255 seconds]
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#411 (master - 21b170e : Sebastien Bourdeauducq): The build passed.
travis-ci has left #m-labs [#m-labs]
<GitHub92> [artiq] fallen pushed 2 new commits to master: http://git.io/v3hCb
<GitHub92> artiq/master a0f1b02 Yann Sionneau: Revert "manual: llvmlite-artiq conda package needs a recent libstdc++6"...
<GitHub92> artiq/master c94dafd Yann Sionneau: Revert "travis: use more recent libstdc++"...
<sb0> ysionneau, why revert?
<ysionneau> to make the "install instructions" easier
<ysionneau> one less step for install
<sb0> so you are building the package with the older libstdc++ now?
<ysionneau> yes
<ysionneau> I use an Ubuntu 14.04 VM instead of a Debian Jessie VM ... it's not so different for me
<ysionneau> if it can make some early adopter life easier ...
<sb0> how does conda deal with this sort of issue?
<sb0> do they link everything statically? ship their own libs? assume certain versions?
<ysionneau> I think conda does not deal with this kind of "system library compatibility" issue
<sb0> there's no way around it
<ysionneau> it links dynamically
<ysionneau> except if something in build.sh tells the build system otherwise
<ysionneau> in other words : conda does not care
<sb0> i see that anaconda ships with qmake, that uses libstdc++.so.6
<sb0> (the system one)
<ysionneau> would be interesting to check which version it is linked against
cr1901_modern has joined #m-labs
* ysionneau is having a look
cr1901_modern has quit [Ping timeout: 264 seconds]
<sb0> rjo, does it make sense to keep the parameter and real-time result databases separated?
<ysionneau> 17:56 < sb0> do they link everything statically? ship their own libs? assume certain versions? < usually conda ships the libraries when there is a dependency, except for stuff like libc libstdc++ and maybe a few others
cr1901_modern has joined #m-labs
<ysionneau> one need to pay attention while packaging conda stuff not to link with "host" libraries (like openssl or zlib) ... it's easy to miss those situations since it will obviously work on the developer's machine
cr1901_modern has quit [Write error: Connection reset by peer]
cr1901_modern has joined #m-labs
cr1901_modern1 has joined #m-labs
cr1901_modern1 has quit [Write error: Connection reset by peer]
cr1901_modern has quit [Ping timeout: 265 seconds]
cr1901_modern has joined #m-labs
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#412 (master - cd199f1 : Sebastien Bourdeauducq): The build has errored.
travis-ci has left #m-labs [#m-labs]
<cr1901_modern> ysionneau: Do you know who wrote the DownConverter wishbone module?
<ysionneau> git blame will tell you that
<ysionneau> git blame migen/bus/wishbone.py | grep "class DownConverter" -A100
<ysionneau> from migen root directory
<cr1901_modern> Well, that would've saved me 3 minutes of reading docs (never used blame)
<cr1901_modern> In any case, it was Florent, so I'll have to wait
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#413 (master - c94dafd : Yann Sionneau): The build passed.
travis-ci has left #m-labs [#m-labs]
<ysionneau> sb0: their qmake seems to be linked against an "old" libstdc++ , it's only using GLIBCXX_3.4
cr1901_modern has quit [Ping timeout: 250 seconds]
cr1901_modern has joined #m-labs
cr1901_modern has quit [Write error: Connection reset by peer]
bentley` has joined #m-labs
<rjo> sb0: ddb, experiments, and pdb are considered "inputs". results (realtime or not) are outputs. if the pdb gets saved, having unrelated results in there is at least expensive and confusing.
<rjo> but if you want to merge the two, you could add a type to each entry.
<rjo> but other than the save handling, pdb and rdb are not different AFAICT.
bhamilton has joined #m-labs
mumptai has joined #m-labs
mumptai has quit [Remote host closed the connection]
mumptai has joined #m-labs
mumptai has quit [Remote host closed the connection]
bhamilton has quit [Remote host closed the connection]
mumptai has joined #m-labs
cr1901_modern has joined #m-labs
cr1901_modern has quit [Ping timeout: 260 seconds]
<GitHub107> [artiq] fallen pushed 1 new commit to master: http://git.io/vseL1
<GitHub107> artiq/master 19a77b5 Yann Sionneau: conda: make aiohttp testing not depend on gunicorn on Windows platform
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#414 (master - 19a77b5 : Yann Sionneau): The build has errored.
travis-ci has left #m-labs [#m-labs]
nicksydney has quit [Remote host closed the connection]
mumptai has quit [Remote host closed the connection]
cr1901_modern has joined #m-labs