svalinn / DAGMC

Direct Accelerated Geometry Monte Carlo Toolkit
https://svalinn.github.io/DAGMC
Other
96 stars 61 forks source link

Relax brew gcc #922

Closed gonuke closed 8 months ago

gonuke commented 8 months ago

Description

Remove GCC version pin for MacOS/homebrew

Motivation and Context

The Github CI service no longer supports gcc@6 showing it a deprecated.

Changes

Remove the pin on gcc and try the newest version.

gonuke commented 8 months ago

Apparently gcc comes built-in and we don't need to explicitly install it, so I've taken it out of the brew command

gonuke commented 8 months ago

I've added this small change to #924