mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
Upgrade pip
This commit is contained in:
parent
77b7fab955
commit
2d513ff919
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ class BuildRequest(object):
|
||||||
def prefix_path(self):
|
def prefix_path(self):
|
||||||
return self.prefix_path_
|
return self.prefix_path_
|
||||||
|
|
||||||
|
def upgrade_pip(self):
|
||||||
|
pip3_upgrade = ['pip3', 'install', '-U', 'pip']
|
||||||
|
subprocess.call(pip3_upgrade)
|
||||||
|
|
||||||
def build_snappy(self):
|
def build_snappy(self):
|
||||||
self._clone_and_build_via_cmake(generate_fastogt_github_path('snappy'),
|
self._clone_and_build_via_cmake(generate_fastogt_github_path('snappy'),
|
||||||
['-DBUILD_SHARED_LIBS=OFF', '-DSNAPPY_BUILD_TESTS=OFF'])
|
['-DBUILD_SHARED_LIBS=OFF', '-DSNAPPY_BUILD_TESTS=OFF'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue