Skip to content

Commit f2bd84e

Browse files
committed
more merge fixups
1 parent a8e2230 commit f2bd84e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/spack/spack/package.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,6 @@ def do_install(self,
937937
# create the install directory. The install layout
938938
# handles this in case so that it can use whatever
939939
# package naming scheme it likes.
940-
spack.install_layout.create_install_directory(self.spec)
941940
# Set parallelism before starting build.
942941
self.make_jobs = make_jobs
943942

@@ -1020,7 +1019,6 @@ def build_process():
10201019
try:
10211020
# Create the install prefix and fork the build process.
10221021
spack.install_layout.create_install_directory(self.spec)
1023-
# Fork the build process.
10241022
spack.build_environment.fork(self, build_process)
10251023
except:
10261024
# remove the install prefix if anything went wrong during install.

0 commit comments

Comments
 (0)