summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-03-11 09:57:27 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-03-11 15:45:27 -0700
commitc402f9993a09c940c9da5a049d79e6eb27458906 (patch)
treea9c3235599d5e88ca0a152ff85d53e558cb81f96
parent07eb245682ebf3fc46987f75fecff2943c90d982 (diff)
downloadpyeclib-c402f9993a09c940c9da5a049d79e6eb27458906.tar.gz
Update to liberasurecode-1.0.4
-rw-r--r--setup.py6
-rw-r--r--src/c/liberasurecode-1.0.3.tar.gzbin563630 -> 0 bytes
-rw-r--r--src/c/liberasurecode-1.0.4.tar.gzbin0 -> 563668 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index ee1f9ec..ebea73b 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ standard_library_paths = [('%s/usr/local/lib' % _exec_prefix),
default_library_paths = [default_python_libdir,
('%s/usr/local/lib' % _exec_prefix),
'/lib', '/usr/lib', '/usr/local/lib',
- 'src/c/liberasurecode-1.0.3/src/.libs']
+ 'src/c/liberasurecode-1.0.4/src/.libs']
default_include_paths = [default_python_incdir,
'/usr/local/include', '/usr/local/include/jerasure',
@@ -189,7 +189,7 @@ def _check_library(library, soname, library_url, mode, distribution):
class build(_build):
def run(self):
- _check_library("liberasurecode-1.0.3", "liberasurecode",
+ _check_library("liberasurecode-1.0.4", "liberasurecode",
"https://bitbucket.org/tsg-/liberasurecode.git",
"build", self.distribution)
_build.run(self)
@@ -204,7 +204,7 @@ class clean(_clean):
class install(_install):
def run(self):
- _check_library("liberasurecode-1.0.3", "liberasurecode",
+ _check_library("liberasurecode-1.0.4", "liberasurecode",
"https://bitbucket.org/tsg-/liberasurecode.git",
"install", self.distribution)
_check_library("gf-complete-1.0", "libgf_complete",
diff --git a/src/c/liberasurecode-1.0.3.tar.gz b/src/c/liberasurecode-1.0.3.tar.gz
deleted file mode 100644
index 1d02ef3..0000000
--- a/src/c/liberasurecode-1.0.3.tar.gz
+++ /dev/null
Binary files differ
diff --git a/src/c/liberasurecode-1.0.4.tar.gz b/src/c/liberasurecode-1.0.4.tar.gz
new file mode 100644
index 0000000..744f3e6
--- /dev/null
+++ b/src/c/liberasurecode-1.0.4.tar.gz
Binary files differ