jvkersch / pyconcorde

Python wrapper around the Concorde TSP solver
BSD 3-Clause "New" or "Revised" License
342 stars 95 forks source link

brew install concorde no longer works #6

Closed Carpetfizz closed 6 years ago

Carpetfizz commented 6 years ago
mac:Downloads me$ brew install concorde
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
exim                                     grib-api

Error: No available formula with the name "concorde" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
ajays-mbp:Downloads ajay$ brew info concorde
Error: No available formula with the name "concorde" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
jvkersch commented 6 years ago

Ah, that's a bummer. I'm thinking of packaging Concorde with pytsp (and releasing a wheel on PyPI), but in the meantime, are you OK with building Concorde from scratch yourself?

Carpetfizz commented 6 years ago

That's cool. And yeah, I was able to build Concorde from scratch using these instructions

jvkersch commented 6 years ago

@Carpetfizz Thanks for bringing this up. This (and many other useful recipes) used to be in the now-deprecated homebrew/science repo, and it's a pity that this is not around anymore. In the meantime, I've updated the tools/build_concorde.sh script in the repository so that it works on mac OS as well. I've updated the README to reflect the new usage instructions.

Carpetfizz commented 6 years ago

Thanks for being proactive about fixing this issue. You definitely helped my friends and I complete our class project in time!

jvkersch commented 6 years ago

@Carpetfizz Glad to hear it was helpful! Don't hesitate to let me know if there are other things you want to do with this package.