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"