chkwon / PATHSolver.jl

provides a Julia wrapper for the PATH Solver for solving mixed complementarity problems
http://pages.cs.wisc.edu/%7Eferris/path.html
MIT License
50 stars 15 forks source link

Need to upgrade to BinDeps 1.0 for supporting Julia 1.3+ #39

Closed jlperla closed 4 years ago

jlperla commented 4 years ago

With the change in the location of 7z.exe on Julia 1.3, installation with the default package versions listed here won't work. In particular, you get a

│ ERROR: LoadError: IOError: could not spawn `'C:\Users\jlperla\AppData\Local\Programs\Julia\Julia-1.4.1\bin\7z.exe' x 'C:\Users\jlperla\.julia\packages\PATHSolver\lRj12\deps\downloads\pathlib.zip' -y '-oC:\Users\jlperla\.julia\packages\PATHSolver\lRj12\deps\src'`: no such file or directory (ENOENT)

etc. error if using on Windows. I believe that the solution is pretty easy, and all you need to do is lowerbound the BinDeps 1.0 in https://github.com/chkwon/PATHSolver.jl/blob/master/REQUIRE#L3 and tag a new version?