diff options
author | Garth N. Wells <gnw20@cam.ac.uk> | 2024-04-30 20:19:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 12:19:31 -0700 |
commit | 1f904c38b335fa124b7b045ad40c299baa514d30 (patch) | |
tree | 8efab1420ed9948a7a3452de04f33e7a5d809658 /var | |
parent | f2d0ba8fccf2808e3a341a807d6892e683f325e9 (diff) | |
download | spack-1f904c38b335fa124b7b045ad40c299baa514d30.tar.gz spack-1f904c38b335fa124b7b045ad40c299baa514d30.tar.bz2 spack-1f904c38b335fa124b7b045ad40c299baa514d30.tar.xz spack-1f904c38b335fa124b7b045ad40c299baa514d30.zip |
Add version 1.9.2. (#43838)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-nanobind/package.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/py-nanobind/package.py b/var/spack/repos/builtin/packages/py-nanobind/package.py index eaf5572a36..909175140b 100644 --- a/var/spack/repos/builtin/packages/py-nanobind/package.py +++ b/var/spack/repos/builtin/packages/py-nanobind/package.py @@ -7,9 +7,7 @@ from spack.package import * class PyNanobind(PythonPackage): - """nanobind -- Seamless operability between C++11 and Python. - - nanobind is a small binding library that exposes C++ types in + """nanobind is a small binding library that exposes C++ types in Python and vice versa. It is reminiscent of Boost.Python and pybind11 and uses near-identical syntax. In contrast to these existing tools, nanobind is more efficient: bindings compile in a shorter amount of time, @@ -26,6 +24,9 @@ class PyNanobind(PythonPackage): version("master", branch="master", submodules=True) version( + "1.9.2", tag="v1.9.2", commit="80a30c8efb093b14f0e744bc7f6a9ef34beb3f7f", submodules=True + ) + version( "1.8.0", tag="v1.8.0", commit="1a309ba444a47e081dc6213d72345a2fbbd20795", submodules=True ) version( |