summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorharalmha <47558670+haralmha@users.noreply.github.com>2022-06-14 14:54:16 +0200
committerGitHub <noreply@github.com>2022-06-14 14:54:16 +0200
commite1ad9261890027e276ae502bf198b078196a010e (patch)
tree2bd9019bf168fef0ac2dfd879fee88a894749955 /var
parent8705735c74a5094f831b7f618f1813b43cb34005 (diff)
downloadspack-e1ad9261890027e276ae502bf198b078196a010e.tar.gz
spack-e1ad9261890027e276ae502bf198b078196a010e.tar.bz2
spack-e1ad9261890027e276ae502bf198b078196a010e.tar.xz
spack-e1ad9261890027e276ae502bf198b078196a010e.zip
vectorclass-version2: move files to include folder (#31105)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/vectorclass-version2/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/vectorclass-version2/package.py b/var/spack/repos/builtin/packages/vectorclass-version2/package.py
index 6570bff3f8..3166ba07aa 100644
--- a/var/spack/repos/builtin/packages/vectorclass-version2/package.py
+++ b/var/spack/repos/builtin/packages/vectorclass-version2/package.py
@@ -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)