lorene: add C++ headers to the install (#39909)

This commit is contained in:
Steven R. Brandt 2023-09-21 13:27:23 -05:00 committed by GitHub
parent 4d156b9e6b
commit 9210b19398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,8 +110,9 @@ def build(self, spec, prefix):
) )
def install(self, spec, prefix): def install(self, spec, prefix):
mkdirp(prefix.lib)
install_tree("Lib", prefix.lib) install_tree("Lib", prefix.lib)
install_tree("Export/C++/Include", prefix.include)
install_tree("C++/Include", prefix.include)
mkdirp(prefix.bin) mkdirp(prefix.bin)
if "+bin_star" in spec: if "+bin_star" in spec:
for exe in [ for exe in [