Quantum Espresso package: Specify F90 compiler (#12119)

This commit is contained in:
Nick Forrington 2019-07-29 18:53:39 -04:00 committed by Peter Scheibel
parent c9e5de85fd
commit 6e9f51d1d2

View file

@ -170,6 +170,7 @@ def install(self, spec, prefix):
options.append('CC={0}'.format(env['SPACK_CC'])) options.append('CC={0}'.format(env['SPACK_CC']))
options.append('F77={0}'.format(env['SPACK_F77'])) options.append('F77={0}'.format(env['SPACK_F77']))
options.append('F90={0}'.format(env['SPACK_FC']))
if '+openmp' in spec: if '+openmp' in spec:
options.append('--enable-openmp') options.append('--enable-openmp')