diff --git a/var/spack/repos/builtin/packages/cbtf-lanl/package.py b/var/spack/repos/builtin/packages/cbtf-lanl/package.py index f0a92e2aa60..0c9c7226b84 100644 --- a/var/spack/repos/builtin/packages/cbtf-lanl/package.py +++ b/var/spack/repos/builtin/packages/cbtf-lanl/package.py @@ -81,7 +81,7 @@ def cmake_args(self): '-DXERCESC_DIR=%s' % spec['xerces-c'].prefix, '-DCMAKE_PREFIX_PATH=%s' % cmake_prefix_path, '-DCMAKE_MODULE_PATH=%s' % join_path( - prefix.share, 'KrellInstitute', 'cmake')] + prefix.share, 'KrellInstitute', 'cmake')] # Adjust the standard cmake arguments to what we want the build # type, etc to be diff --git a/var/spack/repos/builtin/packages/cbtf/package.py b/var/spack/repos/builtin/packages/cbtf/package.py index 7ef887c6d76..8ef55404101 100644 --- a/var/spack/repos/builtin/packages/cbtf/package.py +++ b/var/spack/repos/builtin/packages/cbtf/package.py @@ -92,7 +92,7 @@ def cmake_args(self): '-DBOOST_ROOT=%s' % spec['boost'].prefix, '-DMRNET_DIR=%s' % spec['mrnet'].prefix, '-DCMAKE_MODULE_PATH=%s' % join_path( - prefix.share, 'KrellInstitute', 'cmake')] + prefix.share, 'KrellInstitute', 'cmake')] # Add in the standard cmake arguments cmake_args.extend(std_cmake_args) @@ -108,7 +108,7 @@ def cmake_args(self): '-DBOOST_ROOT=%s' % spec['boost'].prefix, '-DMRNET_DIR=%s' % spec['mrnet'].prefix, '-DCMAKE_MODULE_PATH=%s' % join_path( - prefix.share, 'KrellInstitute', 'cmake')] + prefix.share, 'KrellInstitute', 'cmake')] # Add in the standard cmake arguments cmake_args.extend(std_cmake_args)