OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷

Home Page:https://opendronemap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kevinpauli opened this issue · 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 python@3.8 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