We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e2230 commit f2bd84eCopy full SHA for f2bd84e
lib/spack/spack/package.py
@@ -937,7 +937,6 @@ def do_install(self,
937
# create the install directory. The install layout
938
# handles this in case so that it can use whatever
939
# package naming scheme it likes.
940
- spack.install_layout.create_install_directory(self.spec)
941
# Set parallelism before starting build.
942
self.make_jobs = make_jobs
943
@@ -1020,7 +1019,6 @@ def build_process():
1020
1019
try:
1021
# Create the install prefix and fork the build process.
1022
spack.install_layout.create_install_directory(self.spec)
1023
- # Fork the build process.
1024
spack.build_environment.fork(self, build_process)
1025
except:
1026
# remove the install prefix if anything went wrong during install.
0 commit comments