svalinn / DAGMC

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

Remove windows gtest #886

Closed gonuke closed 1 year ago

gonuke commented 1 year ago

Description

Remove the gtest package from the windows conda environment used for CI testing.

fixes #885

Motivation and Context

Windows builds began failing recently when trying to build gtest. There appear to be conflicting headers in the miniconda environment.

Changes

Bug fix in build system

gonuke commented 1 year ago

This did not work because conda reports that there is no gtest package. I wonder if it came from some other package or something we do?