Skip to content
Snippets Groups Projects
Commit a7ceacb9 authored by Kelly (KT) Thompson's avatar Kelly (KT) Thompson
Browse files

+ Changes to swig are not needed with this PR.

parent 5b1ef64e
No related branches found
No related tags found
No related merge requests found
...@@ -36,14 +36,11 @@ class Swig(Package): ...@@ -36,14 +36,11 @@ class Swig(Package):
homepage = "http://www.swig.org" homepage = "http://www.swig.org"
url = "http://prdownloads.sourceforge.net/swig/swig-3.0.2.tar.gz" url = "http://prdownloads.sourceforge.net/swig/swig-3.0.2.tar.gz"
version('3.0.8', 'c96a1d5ecb13d38604d7e92148c73c97') version('3.0.2', '62f9b0d010cef36a13a010dc530d0d41')
version('3.0.2', '62f9b0d010cef36a13a010dc530d0d41')
version('2.0.12', 'c3fb0b2d710cc82ed0154b91e43085a4')
depends_on('pcre') depends_on('pcre')
def install(self, spec, prefix): def install(self, spec, prefix):
configure("--prefix=%s" % prefix) configure("--prefix=%s" % prefix)
make() make()
make("install") make("install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment