diff options
author | Teague Sterling <teaguesterling@users.noreply.github.com> | 2024-11-18 10:14:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 10:14:16 -0800 |
commit | e9f94d9bf26d0e3fc36fecf913ed4b20a28beb96 (patch) | |
tree | c5e8a7dd569605745efcbdefb89a8dfa577a4d5c | |
parent | 299324c7cad842cb03a27b5c7f54336a0d8386c4 (diff) | |
download | spack-e9f94d9bf26d0e3fc36fecf913ed4b20a28beb96.tar.gz spack-e9f94d9bf26d0e3fc36fecf913ed4b20a28beb96.tar.bz2 spack-e9f94d9bf26d0e3fc36fecf913ed4b20a28beb96.tar.xz spack-e9f94d9bf26d0e3fc36fecf913ed4b20a28beb96.zip |
ollama: add v0.4.2 (#47654)
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
-rw-r--r-- | var/spack/repos/builtin/packages/ollama/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/ollama/package.py b/var/spack/repos/builtin/packages/ollama/package.py index 7de54a4ce8..acd3524067 100644 --- a/var/spack/repos/builtin/packages/ollama/package.py +++ b/var/spack/repos/builtin/packages/ollama/package.py @@ -18,6 +18,7 @@ class Ollama(GoPackage, CudaPackage): # A shell script is run by `go generate` which assumes source is in a git # repo. So we must use git VCS and not tarballs and defeat source caching. with default_args(submodules=True, no_cache=True): + version("0.4.2", commit="d875e99e4639dc07af90b2e3ea0d175e2e692efb") version("0.3.9", commit="a1cef4d0a5f31280ea82b350605775931a6163cb") version("0.1.31", commit="dc011d16b9ff160c0be3829fc39a43054f0315d0") # This is the last verified non-preview version as of 20240413 |