udacity / CarND-MPC-Project

CarND Term 2 Model Predictive Control (MPC) Project
MIT License
280 stars 1.2k forks source link

brew no longer supports ipopt #17

Closed BruinBear closed 6 years ago

BruinBear commented 6 years ago

Thus the installation script would not work anymore. brew tap homebrew/science Warning: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.

mvirgo commented 6 years ago

Hi! I've updated the script to be included within our own repo. If you are still having trouble, can you switch it to: brew tap udacity/CarND-MPC-Project https://github.com/udacity/CarND-MPC-Project

AbhishekGurudutt commented 6 years ago

Hello, I am getting the following error,

brew install ipopt --with-openblas ==> Installing ipopt from udacity/carnd-mpc-project Error: No available formula with the name "mumps" (dependency of udacity/carnd-mpc-project/ipopt) ==> 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.

mvirgo commented 6 years ago

Looks like we need to add the old mumps script too. I will do that within the next day @AbhishekGurudutt

AbhishekGurudutt commented 6 years ago

Thank you. Currently, I made it to work by manually compiling all libraries.

mvirgo commented 6 years ago

Solved by manually compiling; will continue to monitor in case of continued issues.