summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/openfoam
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2019-07-11 13:32:06 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2019-07-11 13:32:06 -0700
commite3299e6923c8c998317ed9db1dbf86bf45a052f6 (patch)
treef4be30b6608296b20a4f4bb4947ae153e18d5588 /var/spack/repos/builtin/packages/openfoam
parentd3be42fccaabbdc71c03da0886214b31a29921e5 (diff)
downloadspack-e3299e6923c8c998317ed9db1dbf86bf45a052f6.tar.gz
spack-e3299e6923c8c998317ed9db1dbf86bf45a052f6.tar.bz2
spack-e3299e6923c8c998317ed9db1dbf86bf45a052f6.tar.xz
spack-e3299e6923c8c998317ed9db1dbf86bf45a052f6.zip
Rename build logs and make names consistent (#11806)
Fixes #11781 * Rename build log to spack-build-log.txt * Rename environment variables file to spack-build-env.txt * The name of the log and env files is now the same during the build and after the build completes * Update packages which referred to the build log/env files * For packages installed before this commit using older names for the build and env files, search for the older names
Diffstat (limited to 'var/spack/repos/builtin/packages/openfoam')
-rw-r--r--var/spack/repos/builtin/packages/openfoam/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/openfoam/package.py b/var/spack/repos/builtin/packages/openfoam/package.py
index 4cf12a19b1..5f2ca0386a 100644
--- a/var/spack/repos/builtin/packages/openfoam/package.py
+++ b/var/spack/repos/builtin/packages/openfoam/package.py
@@ -724,7 +724,7 @@ class Openfoam(Package):
# Make build log visible - it contains OpenFOAM-specific information
with working_dir(self.projectdir):
os.symlink(
- join_path('.spack', 'build.out'),
+ join_path(os.path.relpath(self.install_log_path)),
join_path('log.' + str(self.foam_arch)))
if not self.config['link']: