ODM icon indicating copy to clipboard operation
ODM copied to clipboard

MacOS native install: No formulae or casks found for tbb@2020

Open kevinpauli opened this issue 2 months ago • 0 comments

How did you install ODM? (Docker, installer, natively, ...)?

natively on mac

What is the problem?

This line in configure_macos.sh:

brew install cmake gcc@12 [email protected] tbb@2020 eigen gdal boost cgal libomp

Is giving this error:

Warning: No available formula with the name "tbb@2020".
==> Searching for similarly named formulae and casks...
Error: No formulae or casks found for tbb@2020.

What should be the expected behavior? If this is a feature request, please describe in detail the changes you think should be made to the code, citing files and lines where changes should be made, if possible.

It should configure macos correctly

How can we reproduce this? What steps did you do to trigger the problem? If this is an issue with processing a dataset, YOU MUST include a copy of your dataset AND task output log, uploaded on Google Drive or Dropbox (otherwise we cannot reproduce this).

git clone https://github.com/OpenDroneMap/ODM
cd ODM
bash configure_macos.sh install

kevinpauli avatar Jun 06 '24 13:06 kevinpauli