idaholab / blackbear

BlackBear is a MOOSE-based code for simulating degradation processes in concrete and other structural materials.
GNU Lesser General Public License v2.1
17 stars 42 forks source link

Makefile for NEML2 requests GCC-only `libstdc++fs` linking #372

Closed dschwen closed 9 months ago

dschwen commented 9 months ago

Reason

Building blackbear with clang should fail, as the libstdc++fs is for GCC only.

Design

Add a conditional to the makefile

Impact

Fix build