hpcg: compiler flag not supported by fujitsu either (#43110)

Co-authored-by: domke <673751-domke@users.noreply.gitlab.com>
This commit is contained in:
jdomke
2025-04-18 17:32:25 +09:00
committed by GitHub
parent a284cbf256
commit e7c17f7ed8

View File

@@ -68,6 +68,7 @@ def configure(self, spec, prefix):
and not spec.satisfies("%arm")
and not spec.satisfies("%intel")
and not spec.satisfies("%oneapi")
and not spec.satisfies("%fj")
and not spec.satisfies("%clang")
):
CXXFLAGS += " -ftree-vectorizer-verbose=0 "