From ee14d273e53736c6eeafcabe751d3d8ea274ef11 Mon Sep 17 00:00:00 2001 From: Neil Flood Date: Tue, 4 Sep 2018 11:56:48 +1000 Subject: nlopt: Only support release>=2.5.0, since earlier release tarballs were actually AutoTools, not CMake. (#9110) --- var/spack/repos/builtin/packages/nlopt/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/nlopt/package.py b/var/spack/repos/builtin/packages/nlopt/package.py index 1b5a904132..d7343231c9 100644 --- a/var/spack/repos/builtin/packages/nlopt/package.py +++ b/var/spack/repos/builtin/packages/nlopt/package.py @@ -32,11 +32,11 @@ class Nlopt(CMakePackage): other algorithms.""" homepage = "https://nlopt.readthedocs.io" - url = "https://github.com/stevengj/nlopt/releases/download/nlopt-2.4.2/nlopt-2.4.2.tar.gz" + url = "https://github.com/stevengj/nlopt/archive/v2.5.0.tar.gz" git = "https://github.com/stevengj/nlopt.git" version('develop', branch='master') - version('2.4.2', 'd0b8f139a4acf29b76dbae69ade8ac54') + version('2.5.0', 'ada08c648bf9b52faf8729412ff6dd6d') variant('shared', default=True, description='Enables the build of shared libraries') variant('python', default=True, description='Build python wrappers') -- cgit v1.2.3-70-g09d2