fix(gcc): Fixed Gridfire on gcc
GridFire failed to compile on gcc and gnu stdlibc++ this has been resolved. Further, the boost dependency has been removed since we no longer use boost at all. This should dramatically simplify installation. Finally we have added some build system checks to ensure that the correct version of a C++ and fortran compiler are present on the system
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -77,10 +77,11 @@ subprojects/liblogging/
|
||||
subprojects/eigen-*/
|
||||
subprojects/fourdst/
|
||||
subprojects/libplugin/
|
||||
subprojects/minizip-ng-4.0.10/
|
||||
subprojects/minizip-ng-*/
|
||||
subprojects/cvode-*/
|
||||
subprojects/kinsol-*/
|
||||
subprojects/CLI11-*/
|
||||
subprojects/openssl-*/
|
||||
*.fbundle
|
||||
*.wraplock
|
||||
|
||||
@@ -95,6 +96,7 @@ libconfig.wrap
|
||||
libconstants.wrap
|
||||
liblogging.wrap
|
||||
minizip-ng.wrap
|
||||
openssl.wrap
|
||||
|
||||
.vscode/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user