fftx: add v1.1.3 (#40283)
This commit is contained in:
parent
83e9537f57
commit
bb2ff802e2
2 changed files with 4 additions and 2 deletions
|
@ -14,13 +14,14 @@ class Fftx(CMakePackage, CudaPackage, ROCmPackage):
|
|||
operations composed of linear operations combined with DFT transforms."""
|
||||
|
||||
homepage = "https://spiralgen.com"
|
||||
url = "https://github.com/spiral-software/fftx/archive/refs/tags/1.1.2.tar.gz"
|
||||
url = "https://github.com/spiral-software/fftx/archive/refs/tags/1.1.3.tar.gz"
|
||||
git = "https://github.com/spiral-software/fftx.git"
|
||||
|
||||
maintainers("spiralgen")
|
||||
|
||||
version("develop", branch="develop")
|
||||
version("main", branch="main")
|
||||
version("1.1.3", sha256="17ed0baf9c2dcf30c789fdae530e006ae3ff2d2c9006989b1e6348e4ae50cef9")
|
||||
version("1.1.2", sha256="b2c4a7791305481af9e1bd358c1215efa4506c91c943cddca3780a1ccbc27810")
|
||||
version("1.1.1", sha256="5cbca66ef09eca02ee8f336f58eb45cfac69cfb29cd6eb945852ad74085d8a60")
|
||||
version("1.1.0", sha256="a6f95605abc11460bbf51839727a456a31488e27e12a970fc29a1b8c42f4e3b5")
|
||||
|
|
|
@ -11,7 +11,7 @@ class SpiralPackageJit(Package):
|
|||
Compilation (RTC)."""
|
||||
|
||||
homepage = "https://spiralgen.com"
|
||||
url = "https://github.com/spiral-software/spiral-package-jit/archive/refs/tags/1.0.2.tar.gz"
|
||||
url = "https://github.com/spiral-software/spiral-package-jit/archive/refs/tags/1.0.3.tar.gz"
|
||||
git = "https://github.com/spiral-software/spiral-package-jit.git"
|
||||
|
||||
maintainers("spiralgen")
|
||||
|
@ -21,6 +21,7 @@ class SpiralPackageJit(Package):
|
|||
|
||||
version("develop", branch="develop")
|
||||
version("main", branch="main")
|
||||
version("1.0.3", sha256="97ff0d7d46ed4e53b1971ca279a30b27f0d9b328c70585d4cc0c56dfe6701894")
|
||||
version("1.0.2", sha256="d7fac0493ac406a8b1874491223c3a9a1c6727ea1aa39de7ef4694c59aac9d26")
|
||||
version("1.0.1", sha256="acf22db04e705276f06642d7f2ebf161f6c347f93bb1bdd6e3ddcfc4b7be5707")
|
||||
|
||||
|
|
Loading…
Reference in a new issue