gromacs: install header files (#15996)

This commit is contained in:
Christoph Junghans
2020-04-10 12:36:26 -06:00
committed by GitHub
parent a29956d71e
commit c4360a918b

View File

@@ -91,6 +91,9 @@ def cmake_args(self):
options = []
if self.spec.satisfies('@2020:'):
options.append('-DGMX_INSTALL_LEGACY_API=ON')
if '+mpi' in self.spec:
options.append('-DGMX_MPI:BOOL=ON')