Add NLopt version 2.6.1 (#15595)
This commit is contained in:
parent
3b70c932aa
commit
e66a7530a1
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ 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')
|
||||
|
||||
variant('shared', default=True, description='Enables the build of shared libraries')
|
||||
|
|
Loading…
Reference in a new issue