Skip to content

Commit

Permalink
build: drop redundant Python ROOT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed May 21, 2023
1 parent bc3261c commit 9d30135
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 @@ -14,7 +14,7 @@
log = logging.getLogger("cuvec.setup")

build_ver = ".".join(__version__.split('.')[:3]).split(".dev")[0]
cmake_args = [f"-DCUVEC_BUILD_VERSION={build_ver}", f"-DPython3_ROOT_DIR={sys.prefix}"]
cmake_args = [f"-DCUVEC_BUILD_VERSION={build_ver}"]
try:
from miutil import cuinfo
nvcc_arch_raw = map(cuinfo.compute_capability, range(cuinfo.num_devices()))
Expand Down

0 comments on commit 9d30135

Please sign in to comment.