summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/fpm/package.py
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-04-11 11:39:50 +0200
committerGitHub <noreply@github.com>2022-04-11 11:39:50 +0200
commitd0ad644ea6a0a3874fa7ed3785a4580b68b40b31 (patch)
tree5ef9c20ae73491cfc1ffd869fa7484094148ac43 /var/spack/repos/builtin/packages/fpm/package.py
parentc2f470f4a6630116800ac78d8fd8d812b742cfec (diff)
downloadspack-d0ad644ea6a0a3874fa7ed3785a4580b68b40b31.tar.gz
spack-d0ad644ea6a0a3874fa7ed3785a4580b68b40b31.tar.bz2
spack-d0ad644ea6a0a3874fa7ed3785a4580b68b40b31.tar.xz
spack-d0ad644ea6a0a3874fa7ed3785a4580b68b40b31.zip
Remove custom phases in packages (1/n) (#29968)
* abi-dumper: remove custom phases * apktool: remove custom phases, add v2.6.1 * aragorn: remove custom phases * ascent: remove custom phases * astral: remove custom phases, add v5.7.1 * bigdft: remove redundant phase definitions * bazel: remove custom phases phase definitions * blasr: remove custom phases phase definitions * bmake: remove custom phases phase definitions, add v20220330 * botan: remove custom phases phase definitions * breakdancer: remove custom phases phase definitions * dnstracer: remove custom phases phase definitions * conduit: remove custom phases phase definitions * eclipse-gcj-parser: remove custom phases phase definitions * eem: remove custom phases phase definitions * fasttree: remove custom phases phase definitions * fleur: remove custom phases phase definitions * fpm: remove custom phases phase definitions * genie: remove custom phases phase definitions * gluegen: remove custom phases phase definitions * gnat: remove custom phases phase definitions * hpgmg: remove custom phases phase definitions * karma: remove custom phases phase definitions * libc: remove custom phases phase definitions
Diffstat (limited to 'var/spack/repos/builtin/packages/fpm/package.py')
-rw-r--r--var/spack/repos/builtin/packages/fpm/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/fpm/package.py b/var/spack/repos/builtin/packages/fpm/package.py
index 649eb5ad8d..e0ea1c5403 100644
--- a/var/spack/repos/builtin/packages/fpm/package.py
+++ b/var/spack/repos/builtin/packages/fpm/package.py
@@ -19,7 +19,6 @@ class Fpm(Package):
url = "https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0.zip"
maintainers = ["awvwgk"]
- phases = ["install"]
version("0.5.0", "e4a06956d2300f9aa1d06bd3323670480e946549617582e32684ded6921a921e")
version("0.4.0", "cd9b80b7f40d9cf357ca8d5d4fe289fd32dfccb729bad7d2a68f245e4cdd0045")