when using enzyme + cuda, you need to set your cuda compiler from nvcc to llvm. therefore, we shouldn't be setting nvcc related flags anymore. ``` error: error: unknown argument: '-Xcompiler=-fopenmp=libomp'unknown argument: '-Xcompiler=-fopenmp=libomp' ``` see MFEM as reference for the kind of logic we will need: https://github.com/chapman39/spack-packages/blob/4d3d0f8ee5ffd6f099727f46ec704f3f4ee98e5c/repos/spack_repo/builtin/packages/mfem/package.py#L609 punting this for now since Smith doesn't build tribol via Spack anymore
when using enzyme + cuda, you need to set your cuda compiler from nvcc to llvm. therefore, we shouldn't be setting nvcc related flags anymore.
see MFEM as reference for the kind of logic we will need: https://github.com/chapman39/spack-packages/blob/4d3d0f8ee5ffd6f099727f46ec704f3f4ee98e5c/repos/spack_repo/builtin/packages/mfem/package.py#L609
punting this for now since Smith doesn't build tribol via Spack anymore