fix usage of self.build_directory in espressopp and astyle (#3053)
This commit is contained in:

committed by
Todd Gamblin

parent
b1f5b5f75b
commit
4264051954
@@ -72,7 +72,7 @@ def cmake_args(self):
|
||||
return ['-DEXTERNAL_MPI4PY=ON', '-DEXTERNAL_BOOST=ON']
|
||||
|
||||
def build(self, spec, prefix):
|
||||
with working_dir(self.build_directory()):
|
||||
with working_dir(self.build_directory):
|
||||
make()
|
||||
if '+ug' in spec:
|
||||
make("ug", parallel=False)
|
||||
|
Reference in New Issue
Block a user