diff options
author | Tushar Gohad <tushar.gohad@intel.com> | 2015-09-06 06:33:47 +0000 |
---|---|---|
committer | Tushar Gohad <tushar.gohad@intel.com> | 2015-09-08 09:24:32 +0000 |
commit | 0103f6886f6f2048cfc996149a15b710116ec56d (patch) | |
tree | 0f00cb731f66bbe9695f8d5790c38ea567315c7a | |
parent | 01ab5ddd6d9f11107c401c4e31ff28e526aca5ab (diff) | |
download | pyeclib-0103f6886f6f2048cfc996149a15b710116ec56d.tar.gz |
Update integrated liberasurecode rev to 1.0.9
-rw-r--r-- | setup.py | 4 | ||||
-rw-r--r-- | src/c/liberasurecode-1.0.8.tar.gz | bin | 560559 -> 0 bytes | |||
-rw-r--r-- | src/c/liberasurecode-1.0.9.tar.gz | bin | 0 -> 496511 bytes |
3 files changed, 2 insertions, 2 deletions
@@ -131,7 +131,7 @@ class build(_build): def check_liberasure(self): library_basename = "liberasurecode" - library_version = "1.0.8" + library_version = "1.0.9" # try using an integrated copy of the library library = library_basename + "-" + library_version library_url = "https://bitbucket.org/tsg-/liberasurecode.git" @@ -149,7 +149,7 @@ class build(_build): if found_path: if found_path.endswith(library_version) or \ found_path.find(library_version + ".") > -1: - # call 1.0.8 the only compatible version for now + # call 1.0.9 the only compatible version for now notfound = False if found_path and notfound: diff --git a/src/c/liberasurecode-1.0.8.tar.gz b/src/c/liberasurecode-1.0.8.tar.gz Binary files differdeleted file mode 100644 index d017df8..0000000 --- a/src/c/liberasurecode-1.0.8.tar.gz +++ /dev/null diff --git a/src/c/liberasurecode-1.0.9.tar.gz b/src/c/liberasurecode-1.0.9.tar.gz Binary files differnew file mode 100644 index 0000000..3955b25 --- /dev/null +++ b/src/c/liberasurecode-1.0.9.tar.gz |