Add extra version of libsvm (#14959)

This commit is contained in:
iarspider 2020-02-16 06:06:48 +01:00 committed by GitHub
parent 8308d2d59d
commit bab407a28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class Libsvm(MakefilePackage):
homepage = "https://www.csie.ntu.edu.tw/~cjlin/libsvm/"
url = "https://github.com/cjlin1/libsvm/archive/v322.tar.gz"
version('323', sha256='7a466f90f327a98f8ed1cb217570547bcb00077933d1619f3cb9e73518f38196')
version('322', sha256='a3469436f795bb3f8b1e65ea761e14e5599ec7ee941c001d771c07b7da318ac6')
def install(self, spec, prefix):