Quantum Espresso package: Specify F90 compiler (#12119)
This commit is contained in:
parent
c9e5de85fd
commit
6e9f51d1d2
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue