[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] have to use python3 explicitly - fstrings not in 2.7

Sudheer Chunduri xgitlab at cels.anl.gov
Fri Feb 19 16:16:53 CST 2021



Sudheer Chunduri pushed to branch autoperf-mod-update at darshan / darshan


Commits:
436d1863 by Sudheer Chunduri at 2021-02-19T22:15:33+00:00
have to use python3 explicitly - fstrings not in 2.7

- - - - -


1 changed file:

- darshan-util/pydarshan/Makefile


Changes:

=====================================
darshan-util/pydarshan/Makefile
=====================================
@@ -83,8 +83,8 @@ release: #dist # package and upload a release
 	twine upload dist/*
 
 dist: clean  # builds source and wheel package
-	python setup.py sdist
-	python setup.py bdist_wheel
+	python3 setup.py sdist
+	python3 setup.py bdist_wheel
 
 	# might want to remove none-any wheel, but more specific wheels seem to take precedence
 	# rm -r dist/*non-any.whl
@@ -99,4 +99,4 @@ dist: clean  # builds source and wheel package
 
 
 install: clean  # install the package to the active Python's site-packages
-	python setup.py install 
+	python3 setup.py install 



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/436d18636fdc4118ab78dffad77fef0bfa0b01bd

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/436d18636fdc4118ab78dffad77fef0bfa0b01bd
You're receiving this email because of your account on xgitlab.cels.anl.gov.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20210219/d8ef8333/attachment.html>


More information about the Darshan-commits mailing list