summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/openturns/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/openturns/package.py')
-rw-r--r--var/spack/repos/builtin/packages/openturns/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/openturns/package.py b/var/spack/repos/builtin/packages/openturns/package.py
index 7ab5405052..428a7033aa 100644
--- a/var/spack/repos/builtin/packages/openturns/package.py
+++ b/var/spack/repos/builtin/packages/openturns/package.py
@@ -53,7 +53,7 @@ class Openturns(CMakePackage):
# By default picks up the system python not the Spack build
'-DPYTHON_EXECUTABLE={0}'.format(spec['python'].command.path),
# By default installs to the python prefix
- '-DPYTHON_SITE_PACKAGES={0}'.format(site_packages_dir),
+ '-DPYTHON_SITE_PACKAGES={0}'.format(python_platlib),
])
return args