Thank you Tony, but I don't know what to do with this file. I have been able to install JuMP and the solver GLPKMathProgInterface (but not the other solvers) on Windows 32-bit.
Le dimanche 13 avril 2014 09:52:14 UTC+2, Tony Kelman a écrit : > > That's fixable. I spent a bunch of time last year making it much easier to > build dll's of the COIN-OR solvers. There are 64-bit binaries here > https://projects.coin-or.org/CoinMP/browser/releases/1.7.6/CoinMP/CoinMP.zipand > an issue open here > https://github.com/JuliaOpt/Cbc.jl/issues/5 > > > > On Saturday, April 12, 2014 2:57:27 PM UTC-7, Stéphane Laurent wrote: >> >> Yes. >> Moreover the solver packages (Clp, ...) are not correctly built, but this >> is expected on windows 64bit with the 64bit version of Julia: >> https://jump.readthedocs.org/en/release-0.4/jump.html >> Thus I should try Julia 32bit anyway. >> >> >> >> Le samedi 12 avril 2014 22:07:20 UTC+2, Iain Dunning a écrit : >>> >>> Does the same thing happen if you do `using JuMP`? >>> >>> On Saturday, April 12, 2014 10:05:12 AM UTC-4, Stéphane Laurent wrote: >>>> >>>> Hello, >>>> >>>> I have just installed JuMP but impossible to use it. If I type >>>> >>>> julia> import JuMP >>>>> >>>>> >>>> then Julia is freezed, even after 5 minutes nothing happens. >>>> MathProgBase has been installed too and I have no problem to load it. >>>> >>>> >>>> *julia> versioninfo()* >>>> >>>> *Julia Version 0.2.0* >>>> >>>> *Commit 05c6461 (2013-11-16 23:44 UTC)* >>>> >>>> *Platform Info:* >>>> >>>> * System: Windows (x86_64-w64-mingw32)* >>>> >>>> * WORD_SIZE: 64* >>>> >>>> * BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY)* >>>> >>>> * LAPACK: libopenblas* >>>> >>>> * LIBM: libopenlibm* >>>> >>>> >>>> *julia> Pkg.status()* >>>> >>>> *Required packages:* >>>> >>>> * - DataFrames 0.4.2* >>>> >>>> * - Distributions 0.3.0* >>>> >>>> * - GLM 0.2.4* >>>> >>>> * - GLPK 0.2.10* >>>> >>>> * - GSL 0.1.1* >>>> >>>> * - GnuTLS 0.0.0* >>>> >>>> * - JuMP 0.4.1* >>>> >>>> * - MathProgBase 0.1.6* >>>> >>>> * - MixedModels 0.2.3* >>>> >>>> * - NLopt 0.0.3* >>>> >>>> * - NumericExtensions 0.3.6* >>>> >>>> * - RDatasets 0.1.1* >>>> >>>> * - Stats 0.1.0* >>>> >>>> * - Winston 0.10.2* >>>> >>>> *Additional packages:* >>>> >>>> * - BinDeps 0.2.12* >>>> >>>> * - Blocks 0.0.2* >>>> >>>> * - Cairo 0.2.12* >>>> >>>> * - Color 0.2.9* >>>> >>>> * - DataArrays 0.0.2* >>>> >>>> * - GZip 0.2.12* >>>> >>>> * - HTTPClient 0.1.1* >>>> >>>> * - IniFile 0.2.2* >>>> >>>> >>>> *julia> * >>>> >>>> * - LibCURL 0.1.1* >>>> >>>> * - LibExpat 0.0.4* >>>> >>>> * - Nettle 0.1.3* >>>> >>>> * - SortingAlgorithms 0.0.1* >>>> >>>> * - StatsBase 0.2.10* >>>> >>>> * - Tk 0.2.11* >>>> >>>> * - URIParser 0.0.1* >>>> >>>> * - URLParse 0.0.0* >>>> >>>> * - WinRPM 0.0.13* >>>> >>>> * - Zlib 0.1.5 * >>>> >>>> >>>>
