summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-09-08 12:06:45 +0200
committerGitHub <noreply@github.com>2021-09-08 12:06:45 +0200
commit0fb5a39c17e5be20595a2f11690815cf247fe4a6 (patch)
tree491ca3d6c4555b2cb4c860a631b7c9d2fe05c256 /var
parenta86279cc527e12d125f325dade21cd0ee9eb1907 (diff)
downloadspack-0fb5a39c17e5be20595a2f11690815cf247fe4a6.tar.gz
spack-0fb5a39c17e5be20595a2f11690815cf247fe4a6.tar.bz2
spack-0fb5a39c17e5be20595a2f11690815cf247fe4a6.tar.xz
spack-0fb5a39c17e5be20595a2f11690815cf247fe4a6.zip
Add new versions of nlopt (#25836)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/nlopt/package.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/nlopt/package.py b/var/spack/repos/builtin/packages/nlopt/package.py
index 5b8dac7c6d..2a4b7dc45b 100644
--- a/var/spack/repos/builtin/packages/nlopt/package.py
+++ b/var/spack/repos/builtin/packages/nlopt/package.py
@@ -17,8 +17,12 @@ class Nlopt(CMakePackage):
git = "https://github.com/stevengj/nlopt.git"
version('master', branch='master')
- version('2.6.1', sha256='66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650')
- version('2.5.0', sha256='c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae')
+
+ version('2.7.0', 'b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f')
+ version('2.6.2', 'cfa5981736dd60d0109c534984c4e13c615314d3584cf1c392a155bfe1a3b17e')
+ version('2.6.1', '66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650')
+ version('2.6.0', 'a13077cdf5f5f1127eaaac0bf1e06744bfe98d8a4a3430a15e0af50a69f451ab')
+ version('2.5.0', 'c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae')
variant('shared', default=True, description='Enables the build of shared libraries')
variant('python', default=True, description='Build python wrappers')