Skip to content
Snippets Groups Projects
Commit 4075dc7d authored by Joe Garcia's avatar Joe Garcia
Browse files

psutil with patch

parent 33325d1c
No related branches found
No related tags found
No related merge requests found
......@@ -11894,6 +11894,8 @@ mk__ipython(){
 
mk__ipykernel(){
resume_tracker && return 0
mk_psutil
resume_tracker
if isDarwin ; then
pip_install src/macos/appnope-*.gz || oops 'appnope did not install'
fi
......@@ -12316,7 +12318,7 @@ mk_statsmodels() {
return 0
}
 
mk_memoryprofiler(){
mk_psutil(){
resume_tracker && return 0
 
make_patch psutil <<PATCH
......@@ -12334,6 +12336,13 @@ mk_memoryprofiler(){
PATCH
 
_setup_build_install psutil src/optional/psutil-${PSUTILVER}.tar.* psutil-${PSUTILVER} || oops "psutil did not install"
}
mk_memoryprofiler(){
resume_tracker && return 0
mk_psutil
resume_tracker
 
_setup_build_install memory_profiler src/optional/memory_profiler-${MEMORYPROFILERVER}.tar.* memory_profiler-${MEMORYPROFILERVER} || oops "memory_profiler did not install"
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment