Skip to content

Commit

Permalink
Merge pull request #17 from chkwon/win_cygwin_update
Browse files Browse the repository at this point in the history
Windows support update
  • Loading branch information
chkwon authored Mar 14, 2023
2 parents e8a5fea + 327a498 commit 1633184
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ deps/qsopt
deps/lib
deps/deps.jl
deps/build.log
deps/win_dir
deps/win_dir

*.sol
*.tsp
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ function _download_concorde_win()
run(`$exe7z x $(concorde_tarball) -y -o$(win_dir)`)
concorde_exe = joinpath(win_dir, "concorde.exe")

cygwin_tarball = joinpath(win_dir, "cygwin32.tar.xz")
download(CYGWIN1_DLL_URL, cygwin_tarball)
cygwin_tarball = joinpath(@__DIR__, "cygwin32-2.10.0-1.tar.xz")
# download(CYGWIN1_DLL_URL, cygwin_tarball)
try
run(unpack_cmd(cygwin_tarball, win_dir, ".xz", ".tar"))
catch e
Expand Down
Binary file added deps/cygwin32-2.10.0-1.tar.xz
Binary file not shown.

0 comments on commit 1633184

Please sign in to comment.