summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/nlopt/package.py4
1 files changed, 2 insertions, 2 deletions
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')