Skip to content

Commit

Permalink
remove multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Nov 13, 2020
1 parent 45ceb01 commit 21acfd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from numpy.distutils.command.build_ext import build_ext
from numpy.distutils.core import setup, Extension

import multiprocessing as mp
from distutils.core import run_setup
from setuptools import find_packages
from numpy.distutils.command.build_ext import build_ext
Expand Down Expand Up @@ -64,6 +65,7 @@

# For the CMake Extensions
this_directory = os.path.abspath(os.path.dirname(__file__))
ncpus = mp.cpu_count()
class CMakeExtension(Extension):

def __init__(self, name, sourcedir='', **kwa):
Expand Down

0 comments on commit 21acfd6

Please sign in to comment.