vectorclass-version2: move files to include folder (#31105)
This commit is contained in:
parent
8705735c74
commit
e1ad926189
@ -19,4 +19,7 @@ class VectorclassVersion2(Package):
|
|||||||
version('2.01.04', sha256='7885c343b1af9eb940f4debdd7cd19544130a06ed70e0000e1a8471fb9c15118')
|
version('2.01.04', sha256='7885c343b1af9eb940f4debdd7cd19544130a06ed70e0000e1a8471fb9c15118')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user