gromacs: install header files (#15996)
This commit is contained in:
parent
a29956d71e
commit
c4360a918b
@ -91,6 +91,9 @@ def cmake_args(self):
|
|||||||
|
|
||||||
options = []
|
options = []
|
||||||
|
|
||||||
|
if self.spec.satisfies('@2020:'):
|
||||||
|
options.append('-DGMX_INSTALL_LEGACY_API=ON')
|
||||||
|
|
||||||
if '+mpi' in self.spec:
|
if '+mpi' in self.spec:
|
||||||
options.append('-DGMX_MPI:BOOL=ON')
|
options.append('-DGMX_MPI:BOOL=ON')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user