Skip to content
Snippets Groups Projects
Unverified Commit f0391db0 authored by ketsubouchi's avatar ketsubouchi Committed by GitHub
Browse files

typhon: fix build with Fujitsu compilers (#17424)

parent 084994db
Branches
Tags
No related merge requests found
......@@ -23,3 +23,7 @@ class Typhon(CMakePackage):
version('3.0', sha256='b9736269ebe9c0fd7efabc4716b0543144780ed26ddaf595083354113aa2efd7')
depends_on('mpi')
def setup_build_environment(self, env):
if self.spec.satisfies('%fj'):
env.set('LDFLAGS', '--linkfortran')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment