Skip to content

Commit

Permalink
Updates to run on Sequoia (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
BetsyMcPhail authored Nov 4, 2024
1 parent efa2161 commit 217eebb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions driver/distribution.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ if(APPLE)
if(DASHBOARD_UNIX_DISTRIBUTION_MAJOR_VERSION EQUAL 14)
set(DASHBOARD_UNIX_DISTRIBUTION_CODE_NAME "sonoma")
set(DASHBOARD_UNIX_DISTRIBUTION_VERSION "${DASHBOARD_UNIX_DISTRIBUTION_MAJOR_VERSION}")
elseif(DASHBOARD_UNIX_DISTRIBUTION_MAJOR_VERSION EQUAL 15)
set(DASHBOARD_UNIX_DISTRIBUTION_CODE_NAME "sequoia")
set(DASHBOARD_UNIX_DISTRIBUTION_VERSION "${DASHBOARD_UNIX_DISTRIBUTION_MAJOR_VERSION}")
else()
fatal("unable to determine distribution code name")
endif()
Expand Down
2 changes: 1 addition & 1 deletion driver/environment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ else()
endif()

if(APPLE)
set(DISTRIBUTION_REGEX "(sonoma)")
set(DISTRIBUTION_REGEX "(sonoma|sequoia)")
else()
set(DISTRIBUTION_REGEX "(jammy|noble)")
endif()
Expand Down
3 changes: 1 addition & 2 deletions setup/mac/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

tap 'homebrew/cask-versions'
tap 'robotlocomotion/director'

brew 'awscli'
brew 'cmake'

cask 'temurin17'
cask 'temurin@17'
cask 'gurobi1002'

0 comments on commit 217eebb

Please sign in to comment.