disable purging old wheel files
This commit is contained in:
@ -63,10 +63,10 @@ if os.path.isdir(os.path.join(olddir,"build")):
|
|||||||
print("Cleaning old build directory")
|
print("Cleaning old build directory")
|
||||||
shutil.rmtree(os.path.join(olddir,"build"))
|
shutil.rmtree(os.path.join(olddir,"build"))
|
||||||
|
|
||||||
print("Purging existing wheels...")
|
#print("Purging existing wheels...")
|
||||||
for wheel in glob.glob('lammps-*.whl'):
|
#for wheel in glob.glob('lammps-*.whl'):
|
||||||
print("deleting " + wheel)
|
# print("deleting " + wheel)
|
||||||
os.remove(wheel)
|
# os.remove(wheel)
|
||||||
|
|
||||||
# copy shared object to the current folder so that
|
# copy shared object to the current folder so that
|
||||||
# it will show up in the installation at the expected location
|
# it will show up in the installation at the expected location
|
||||||
|
|||||||
Reference in New Issue
Block a user