summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-04-15 14:55:30 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-04-15 14:55:30 -0700
commitaa58aa887c2327e1394d6f28b3b6b7ab8f190b2b (patch)
treea96bf44cffe1c3fdf5ec7e633589f808ab40f1be
parentde1da853341c38e0a2cb5fd92435e2a9738fe9a1 (diff)
downloadpyeclib-aa58aa887c2327e1394d6f28b3b6b7ab8f190b2b.tar.gz
Update liberasurecode to v1.0.7v1.0.71.0_liberasurecode_integrated
-rw-r--r--setup.py8
-rw-r--r--src/c/liberasurecode-1.0.6.tar.gzbin501148 -> 0 bytes
-rw-r--r--src/c/liberasurecode-1.0.7.tar.gzbin0 -> 501776 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 9b782cc..a8cf368 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.6/src/.libs']
+ 'src/c/liberasurecode-1.0.7/src/.libs']
default_include_paths = [default_python_incdir,
'/usr/local/include', '/usr/local/include/jerasure',
@@ -193,7 +193,7 @@ def _check_library(library, soname, library_url, mode, distribution):
class build(_build):
def run(self):
- _check_library("liberasurecode-1.0.6", "liberasurecode",
+ _check_library("liberasurecode-1.0.7", "liberasurecode",
"https://bitbucket.org/tsg-/liberasurecode.git",
"build", self.distribution)
_build.run(self)
@@ -208,7 +208,7 @@ class clean(_clean):
class install(_install):
def run(self):
- _check_library("liberasurecode-1.0.6", "liberasurecode",
+ _check_library("liberasurecode-1.0.7", "liberasurecode",
"https://bitbucket.org/tsg-/liberasurecode.git",
"install", self.distribution)
_check_library("gf-complete-1.0", "libgf_complete",
@@ -261,7 +261,7 @@ module = Extension('pyeclib_c',
sources=['src/c/pyeclib_c/pyeclib_c.c'])
setup(name='PyECLib',
- version='1.0.6',
+ version='1.0.7',
author='Kevin Greenan',
author_email='kmgreen2@gmail.com',
maintainer='Kevin Greenan and Tushar Gohad',
diff --git a/src/c/liberasurecode-1.0.6.tar.gz b/src/c/liberasurecode-1.0.6.tar.gz
deleted file mode 100644
index 86750c4..0000000
--- a/src/c/liberasurecode-1.0.6.tar.gz
+++ /dev/null
Binary files differ
diff --git a/src/c/liberasurecode-1.0.7.tar.gz b/src/c/liberasurecode-1.0.7.tar.gz
new file mode 100644
index 0000000..4e57468
--- /dev/null
+++ b/src/c/liberasurecode-1.0.7.tar.gz
Binary files differ