Skip to content

Commit

Permalink
Temporary replacement of all non-ascii characters
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Dec 1, 2023
1 parent aac5343 commit 96af824
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions var/spack/repos/builtin/packages/armcomputelibrary/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

class Armcomputelibrary(SConsPackage):
"""The Arm Compute Library is a collection of low-level machine learning functions optimized
for Arm® Cortex®-A, Arm® Neoverse® and Arm® Mali™ GPUs architectures.
for Arm__ Cortex__-A, Arm__ Neoverse__ and Arm__ Mali___ GPUs architectures.
The library provides superior performance to other open source alternatives and
immediate support for new Arm® technologies e.g. SVE2."""
immediate support for new Arm__ technologies e.g. SVE2."""

homepage = "https://arm-software.github.io/ComputeLibrary/latest/"
url = "https://github.com/ARM-software/ComputeLibrary/archive/refs/tags/v23.02.zip"
Expand Down Expand Up @@ -64,7 +64,7 @@ class Armcomputelibrary(SConsPackage):
)
variant("sve", default=False, description="Build for SVE.")
variant("sve2", default=False, description="Build for SVE2.")
variant("neon", default=True, description="Enable Arm® Neon™ support")
variant("neon", default=True, description="Enable Arm__ Neon___ support")
variant(
"experimental_dynamic_fusion",
default=False,
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/coordgen/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class Coordgen(CMakePackage):
"""Schrödinger, Inc's 2D coordinate generation"""
"""Schr__dinger, Inc's 2D coordinate generation"""

homepage = "https://github.com/schrodinger/coordgenlibs"
url = "https://github.com/schrodinger/coordgenlibs/archive/refs/tags/v3.0.2.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Openimagedenoise(CMakePackage):
"""Intel Open Image Denoise is an open source library of high-performance,
high-quality denoising filters for images rendered with ray tracing.
Open Image Denoise is part of the Intel® oneAPI Rendering Toolkit and is released
Open Image Denoise is part of the Intel__ oneAPI Rendering Toolkit and is released
under the permissive Apache 2.0 license."""

homepage = "https://www.openimagedenoise.org/"
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/openvkl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class Openvkl(CMakePackage):
"""Intel® Open Volume Kernel Library is a collection of high-performance volume
"""Intel__ Open Volume Kernel Library is a collection of high-performance volume
computation kernels, developed at Intel."""

homepage = "https://www.openvkl.org/"
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/r-meta/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class RMeta(RPackage):
"""General Package for Meta-Analysis.
User-friendly general package providing standard methods for meta-analysis
and supporting Schwarzer, Carpenter, and Rücker
and supporting Schwarzer, Carpenter, and R__cker
<doi:10.1007/978-3-319-21416-0>, "Meta-Analysis with R" (2015): - common
effect and random effects meta-analysis; - several plots (forest, funnel,
Galbraith / radial, L'Abbe, Baujat, bubble); - three-level meta-analysis
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/rkcommon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Rkcommon(CMakePackage):
"""This project represents a common set of C++ infrastructure and CMake utilities
used by various components of Intel® oneAPI Rendering Toolkit."""
used by various components of Intel__ oneAPI Rendering Toolkit."""

homepage = "https://github.com/ospray/rkcommon"
url = "https://github.com/ospray/rkcommon/archive/v1.4.1.tar.gz"
Expand Down

0 comments on commit 96af824

Please sign in to comment.