summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGlenn Johnson <glennpj@gmail.com>2020-08-09 06:54:28 -0500
committerGitHub <noreply@github.com>2020-08-09 13:54:28 +0200
commit8eef488e2c43805e283a339d97dfb4989e86b5ed (patch)
tree0c150d6c289b1a28baabbf370b4d08bd1051f52d /var
parenta3a571e5c3e0ba6a7b8d0ca7aace03c9b783e774 (diff)
downloadspack-8eef488e2c43805e283a339d97dfb4989e86b5ed.tar.gz
spack-8eef488e2c43805e283a339d97dfb4989e86b5ed.tar.bz2
spack-8eef488e2c43805e283a339d97dfb4989e86b5ed.tar.xz
spack-8eef488e2c43805e283a339d97dfb4989e86b5ed.zip
Replace [] with () in description (#17940)
The tcl module for r-dorng will fail to load due to the [] characters in the description. This happens for Tcl formatted modules loaded by Lmod at least. ``` module load r-dorng-1.7.1-gcc-9.2.0-wtq7bne Lmod has detected the following error: .../spack/share/spack/modules/linux-centos7-broadwell/r-dorng-1.7.1-gcc-9.2.0-wtq7bne:(r-dorng-1.7.1-gcc-9.2.0-wtq7bne): invalid command name "L'Ecuyer" ``` Split text for short and long descriptions.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-dorng/package.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/r-dorng/package.py b/var/spack/repos/builtin/packages/r-dorng/package.py
index a20cd96356..5c4f0fbc78 100644
--- a/var/spack/repos/builtin/packages/r-dorng/package.py
+++ b/var/spack/repos/builtin/packages/r-dorng/package.py
@@ -9,11 +9,13 @@ from spack import *
class RDorng(RPackage):
"""Provides functions to perform reproducible parallel foreach loops,
using independent random streams as generated by L'Ecuyer's combined
- multiple-recursive generator
- [L'Ecuyer (1999), <doi:10.1287/opre.47.1.159>]. It enables to easily
- convert standard %dopar% loops into fully reproducible loops,
- independently of the number of workers, the task scheduling strategy,
- or the chosen parallel environment and associated foreach backend."""
+ multiple-recursive generator (L'Ecuyer (1999),
+ <doi:10.1287/opre.47.1.159>).
+
+ It enables to easily convert standard %dopar% loops into fully
+ reproducible loops, independently of the number of workers, the task
+ scheduling strategy, or the chosen parallel environment and associated
+ foreach backend."""
homepage = "https://cloud.r-project.org/package=doRNG"
url = "https://cloud.r-project.org/src/contrib/doRNG_1.6.6.tar.gz"