Change liberasure URL to new one

Change-Id: Ie69dada7082df2eb9ceb73d54fbca4d3cd941e5c
This commit is contained in:
Ondřej Nový 2016-06-01 15:39:08 +02:00
parent 5ebce22641
commit 1b6ec8dd0a
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ References
[2] Greenan, Kevin M et al, "Flat XOR-based erasure codes in storage systems", http://www.kaymgee.com/Kevin_Greenan/Publications_files/greenan-msst10.pdf
[3] liberasurecode, C API abstraction layer for erasure coding backends, https://bitbucket.org/tsg-/liberasurecode
[3] liberasurecode, C API abstraction layer for erasure coding backends, https://github.com/openstack/liberasurecode
[4] Intel(R) Storage Acceleration Library (Open Source Version), https://01.org/intel%C2%AE-storage-acceleration-library-open-source-version

View File

@ -72,7 +72,7 @@ class build(_build):
library_basename = "liberasurecode"
library_version = "1"
library = library_basename + "-" + library_version
library_url = "https://bitbucket.org/tsg-/liberasurecode.git"
library_url = "https://github.com/openstack/liberasurecode"
found_path = _find_library("erasurecode")
if found_path: