fastp: add version 0.23.3, add build dependencies (#37931)
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
parent
72fcee7227
commit
2d91a79af3
1 changed files with 4 additions and 0 deletions
|
@ -13,8 +13,12 @@ class Fastp(MakefilePackage):
|
||||||
homepage = "https://github.com/OpenGene/fastp"
|
homepage = "https://github.com/OpenGene/fastp"
|
||||||
url = "https://github.com/OpenGene/fastp/archive/v0.20.0.tar.gz"
|
url = "https://github.com/OpenGene/fastp/archive/v0.20.0.tar.gz"
|
||||||
|
|
||||||
|
version("0.23.3", sha256="a37ee4b5dcf836a5a19baec645657b71d9dcd69ee843998f41f921e9b67350e3")
|
||||||
version("0.20.0", sha256="8d751d2746db11ff233032fc49e3bcc8b53758dd4596fdcf4b4099a4d702ac22")
|
version("0.20.0", sha256="8d751d2746db11ff233032fc49e3bcc8b53758dd4596fdcf4b4099a4d702ac22")
|
||||||
|
|
||||||
|
depends_on("libisal", type=("build", "link"), when="@0.23:")
|
||||||
|
depends_on("libdeflate", type=("build", "link"), when="@0.23:")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
mkdirp(prefix.bin)
|
mkdirp(prefix.bin)
|
||||||
make("install", "PREFIX={0}".format(prefix))
|
make("install", "PREFIX={0}".format(prefix))
|
||||||
|
|
Loading…
Reference in a new issue