vectorclass-version2: move files to include folder (#31105)

This commit is contained in:
haralmha 2022-06-14 14:54:16 +02:00 committed by GitHub
parent 8705735c74
commit e1ad926189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,7 @@ class VectorclassVersion2(Package):
version('2.01.04', sha256='7885c343b1af9eb940f4debdd7cd19544130a06ed70e0000e1a8471fb9c15118')
def install(self, spec, prefix):
install_tree('.', prefix)
# Put all cpp files to an include folder
# (makes a filesystem view with this
# package in it less noisy)
install_tree('.', prefix.include)