summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/millepede/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-30 15:19:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commitf52f6e99dbf1131886a80112b8c79dfc414afb7c (patch)
tree05cb7d64b2395922f2f24683da49f472075be12c /var/spack/repos/builtin/packages/millepede/package.py
parent549ba1ed32372c67fc57271cde3797d58b7dec6e (diff)
downloadspack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.gz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.bz2
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.xz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.zip
black: reformat entire repository with black
Diffstat (limited to 'var/spack/repos/builtin/packages/millepede/package.py')
-rw-r--r--var/spack/repos/builtin/packages/millepede/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/millepede/package.py b/var/spack/repos/builtin/packages/millepede/package.py
index 0b4a7c3a5b..5d875af38f 100644
--- a/var/spack/repos/builtin/packages/millepede/package.py
+++ b/var/spack/repos/builtin/packages/millepede/package.py
@@ -8,19 +8,19 @@ from spack.package import *
class Millepede(MakefilePackage):
"""Millepede II is a package for linear least squares fits
- with a large number of parameters. Developed for the
- alignment and calibration of tracking detectors."""
+ with a large number of parameters. Developed for the
+ alignment and calibration of tracking detectors."""
homepage = "https://gitlab.desy.de/claus.kleinwort/millepede-ii"
- url = "https://gitlab.desy.de/claus.kleinwort/millepede-ii/-/archive/V04-11-01/millepede-ii-V04-11-01.tar.gz"
+ url = "https://gitlab.desy.de/claus.kleinwort/millepede-ii/-/archive/V04-11-01/millepede-ii-V04-11-01.tar.gz"
- maintainers = ['iarspider']
+ maintainers = ["iarspider"]
parallel = False
- version('04-11-01', sha256='9869eb84d8d07cecfab15c396f3faa36aef10906e39f8641c48b58e0325b3205')
+ version("04-11-01", sha256="9869eb84d8d07cecfab15c396f3faa36aef10906e39f8641c48b58e0325b3205")
- depends_on('zlib')
+ depends_on("zlib")
def install(self, spec, prefix):
- make('install', 'PREFIX=' + prefix)
+ make("install", "PREFIX=" + prefix)