Skip to content

Commit

Permalink
fix editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 5, 2021
1 parent f5df120 commit 18bbd1d
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 @@ -222,7 +222,7 @@ def check_constants():
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
log.info("hardware mu-maps have been located")

build_ver = ".".join(__version__.split('.')[:3])
build_ver = ".".join(__version__.split('.')[:3]).split(".dev")[0]
cmake_args = [f"-DNIPET_BUILD_VERSION={build_ver}", f"-DPython3_ROOT_DIR={sys.prefix}"]
try:
nvcc_arches = {"{2:d}{3:d}".format(*i) for i in dinf.gpuinfo()}
Expand Down

0 comments on commit 18bbd1d

Please sign in to comment.