summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/simde/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/simde/package.py')
-rw-r--r--var/spack/repos/builtin/packages/simde/package.py23
1 files changed, 11 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/simde/package.py b/var/spack/repos/builtin/packages/simde/package.py
index 2e0aabc0ea..13993878b4 100644
--- a/var/spack/repos/builtin/packages/simde/package.py
+++ b/var/spack/repos/builtin/packages/simde/package.py
@@ -8,19 +8,18 @@ from spack.package import *
class Simde(MesonPackage):
"""The SIMDe header-only library provides fast, portable
- implementations of SIMD intrinsics on hardware which doesn't
- natively support them, such as calling SSE functions on ARM.
- There is no performance penalty if the hardware supports the
- native implementation (e.g., SSE/AVX runs at full speed on x86,
- NEON on ARM, etc.)."""
+ implementations of SIMD intrinsics on hardware which doesn't
+ natively support them, such as calling SSE functions on ARM.
+ There is no performance penalty if the hardware supports the
+ native implementation (e.g., SSE/AVX runs at full speed on x86,
+ NEON on ARM, etc.)."""
homepage = "https://github.com/simd-everywhere/simde"
- url = "https://github.com/simd-everywhere/simde/archive/v0.6.0.tar.gz"
- git = "https://github.com/simd-everywhere/simde.git"
+ url = "https://github.com/simd-everywhere/simde/archive/v0.6.0.tar.gz"
+ git = "https://github.com/simd-everywhere/simde.git"
- version('0.7.2', sha256='366d5e9a342c30f1e40d1234656fb49af5ee35590aaf53b3c79b2afb906ed4c8')
- version('0.6.0', sha256='25a8b8c69c17ddc2f6209e86caa6b12d4ed91c0f841617efc56e5675eea84915')
+ version("0.7.2", sha256="366d5e9a342c30f1e40d1234656fb49af5ee35590aaf53b3c79b2afb906ed4c8")
+ version("0.6.0", sha256="25a8b8c69c17ddc2f6209e86caa6b12d4ed91c0f841617efc56e5675eea84915")
- patch('sve-gcc.patch', when='@0.6.0 %gcc')
- conflicts('%gcc@8', when='target=a64fx',
- msg='Internal compiler error with gcc8 and a64fx')
+ patch("sve-gcc.patch", when="@0.6.0 %gcc")
+ conflicts("%gcc@8", when="target=a64fx", msg="Internal compiler error with gcc8 and a64fx")