Skip to content

Commit

Permalink
Remove parallel build option from custom build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 8, 2024
1 parent 97917d4 commit 67aece0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _custom_build/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def run_setup(self, setup_script='setup.py'):
setuptools_args.append(f"--generator={args.generator}")
if args.cmake_args:
setuptools_args.append(f"--cmake-args={args.cmake_args}")
if args.parallel:
setuptools_args.append(f"--parallel={args.parallel}")
if decode_bool(args.mkl):
setuptools_args.append('--mkl=yes')

Expand Down

0 comments on commit 67aece0

Please sign in to comment.