ZQM v0.3.4, looks like the latest version.
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.5.0-rc2+0 (2016-08-12 11:25 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32
julia> versioninfo(true)
Julia Version 0.5.0-rc2+0
Commit 0350e57 (2016-08-12 11:25 UTC)
Platform Info:
System: NT (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
WORD_SIZE: 64
Microsoft Windows [Version 10.0.14393]
Memory: 15.95089340209961 GB (12276.484375 MB free)
Uptime: 18721.3508007 sec
Load Avg: 0.0 0.0 0.0
Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz:
speed user nice sys idle irq ticks
#1 3592 MHz 952828 0 1128484 16640218 159718 ticks
#2 3592 MHz 1324625 0 859046 16537718 13312 ticks
#3 3592 MHz 645890 0 280859 17794640 3687 ticks
#4 3592 MHz 722437 0 210984 17787968 2546 ticks
#5 3592 MHz 166609 0 38921 18515843 625 ticks
#6 3592 MHz 116437 0 24953 18579968 500 ticks
#7 3592 MHz 11093 0 6921 18703343 46 ticks
#8 3592 MHz 9437 0 5421 18706500 78 ticks
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
Environment:
Package Directory: C:\Users\Chris\.julia\v0.5
6 required packages:
- GLVisualize 0.0.10+ master
- GR 0.14.0
- IJulia 1.2.0
- PlotlyJS 0.3.1
- Plots 0.9.0
- PyPlot 2.2.1
67 additional packages:
- BinDeps 0.4.2
- Blink 0.3.4
- Calculus 0.1.15
- Codecs 0.2.0
- ColorTypes 0.2.5
- ColorVectorSpace 0.1.6
- Colors 0.6.6
- Compat 0.8.6
- Compose 0.4.2
- Conda 0.2.3
- DataStructures 0.4.5
- DocStringExtensions 0.1.0
- Documenter 0.2.0+ master
- DualNumbers 0.2.2
- FastHenryHelper 0.0.0- groupunits
(unregistered)
- FileIO 0.1.0
- FixedPointNumbers 0.1.4
- FixedSizeArrays 0.2.2
- FreeType 1.0.3
- GLAbstraction 0.1.0+ master
- GLFW 1.1.3
- GLWindow 0.1.4+ master
- GeometryTypes 0.1.6+ master
- Graphics 0.1.3
- Hiccup 0.0.3
- HttpCommon 0.2.6
- HttpParser 0.1.1
- HttpServer 0.1.6
- Images 0.5.6 22b5ebfc (dirty)
- Iterators 0.1.10
- JSON 0.6.0
- LTspice 0.0.0- master (unregistered)
- LaTeXStrings 0.2.0
- Lazy 0.11.0
- LegacyStrings 0.1.1
- LibExpat 0.2.0
- MacroTools 0.3.2
- MbedTLS 0.2.6
- Measures 0.0.3
- MeshIO 0.0.5
- ModernGL 0.0.8
- Mustache 0.0.15+ master
- Mux 0.2.1
- NaNMath 0.2.1
- Nettle 0.2.3
- Packing 0.0.4
- ParseCircuitFile 0.0.0- master (unregistered)
- PlotUtils 0.0.4
- PyCall 1.7.0
- Quaternions 0.1.1
- Reactive 0.3.4 master
- RecipesBase 0.0.6
- Reexport 0.0.3
- Requires 0.3.0
- Rmath 0.1.2
- SHA 0.2.0
- SIUnits 0.0.6
- Showoff 0.0.7
- SignedDistanceFields 0.0.1
- StatsBase 0.9.0
- StatsFuns 0.3.0
- TexExtensions 0.0.3
- URIParser 0.1.6
- WebSockets 0.2.0
- WinRPM 0.2.0
- ZMQ 0.3.4
- Zlib 0.1.12
julia>
On Friday, August 12, 2016 at 6:48:24 PM UTC-4, Steven G. Johnson wrote:
>
>
>
> On Friday, August 12, 2016 at 5:27:38 PM UTC-4, Chris Stook wrote:
>>
>> There were lots of warnings, and ZMQ failed to build.
>>
>
> Does versioninfo(true) indicate that you pinned ZMQ at an old version?
> You need to get Pkg.build("ZMQ") to work before IJulia can work, but last I
> checked ZMQ was working (albeit with some deprecation warnings) in 0.5.
>