Skip to content

Commit

Permalink
cmake build directory in ROSCO folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Feb 3, 2021
1 parent 9b13daa commit 9b00496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def build_extension(self, ext):
cmake_args += ['-G', 'MinGW Makefiles']
cmake_args += ['-D', 'CMAKE_Fortran_COMPILER=gfortran']

self.build_temp += '_'+ext.name
self.build_temp = os.path.join( os.path.dirname( os.path.realpath(__file__) ), 'ROSCO', 'build')
os.makedirs(localdir, exist_ok=True)
# Need fresh build directory for CMake
os.makedirs(self.build_temp, exist_ok=True)
Expand Down

0 comments on commit 9b00496

Please sign in to comment.