summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mathematica/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/mathematica/package.py')
-rw-r--r--var/spack/repos/builtin/packages/mathematica/package.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/mathematica/package.py b/var/spack/repos/builtin/packages/mathematica/package.py
index 9386e06f6d..c86d98fa75 100644
--- a/var/spack/repos/builtin/packages/mathematica/package.py
+++ b/var/spack/repos/builtin/packages/mathematica/package.py
@@ -29,11 +29,3 @@ class Mathematica(Package):
'-targetdir={0}'.format(prefix),
'-execdir={0}'.format(prefix.bin),
'-selinux=y')
-
- # after the install phase completes, spack tries to install build.out
- # into <prefix>/.spack, but the .spack dir will not exist, causing the
- # build to fail. package.py:1690 seems to show that the dir is created
- # right before writing build.out -- possible bug?
-
- # creating the .spack dir right after installing prevents explosions
- mkdirp(join_path(prefix, '.spack'))