https://gitlab.opengeosys.org/ogs/ogs.git
Revision cac262a9fb43cc995689e452eea74f07bc7daa1d authored by Lars Bilke on 14 April 2023, 11:20:28 UTC, committed by Lars Bilke on 14 April 2023, 11:20:28 UTC
[py] Use gmsh no X11 package on Linux.

See merge request ogs/ogs!4566
2 parent s 5e2ab7d + 42e4458
Raw File
Tip revision: cac262a9fb43cc995689e452eea74f07bc7daa1d authored by Lars Bilke on 14 April 2023, 11:20:28 UTC
Merge branch 'gmsh-no-x11' into 'master'
Tip revision: cac262a
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top