Skip to content

Commit

Permalink
Add v3.0.0 version for libfirefly package (spack#46801)
Browse files Browse the repository at this point in the history
* Add v3.0.0 version for libfirefly package

* [@spackbot] updating style on behalf of tbhaxor

---------

Co-authored-by: tbhaxor <[email protected]>
  • Loading branch information
tbhaxor and tbhaxor authored Oct 7, 2024
1 parent d67b5b3 commit c995187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/libfirefly/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ class Libfirefly(CMakePackage):

version("master", branch="master")
version("2.1.0", sha256="4de4b216c73199a1826de7a0d45205b401603315347d7947d8b5950d3e6b893d")
version("3.0.0", sha256="af7477962bf052452f4ba906ee85d55c1bbfaad6fc8e03403ed265b264ca209a")

depends_on("cxx", type="build") # generated

variant(
"double-precision",
description="Enables double type instead of float when enabled",
default=True,
when="@2.1.0",
)

def cmake_args(self):
Expand Down

0 comments on commit c995187

Please sign in to comment.