summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Zhu <ifanzhu@foxmail.com>2017-10-27 01:08:16 -0500
committerMassimiliano Culpo <massimiliano.culpo@googlemail.com>2017-10-27 08:08:16 +0200
commit0c2a691b1bc3c664b7518b1d19002a10e7d80f78 (patch)
tree0f51ccbd005c5687dc3926cfac630f01daaff81c
parentad51e818a7f8138df0b85db8fd8913a25692a455 (diff)
downloadspack-0c2a691b1bc3c664b7518b1d19002a10e7d80f78.tar.gz
spack-0c2a691b1bc3c664b7518b1d19002a10e7d80f78.tar.bz2
spack-0c2a691b1bc3c664b7518b1d19002a10e7d80f78.tar.xz
spack-0c2a691b1bc3c664b7518b1d19002a10e7d80f78.zip
r-protgenerics: created new package (#5998)
-rw-r--r--var/spack/repos/builtin/packages/r-protgenerics/package.py37
1 files changed, 37 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-protgenerics/package.py b/var/spack/repos/builtin/packages/r-protgenerics/package.py
new file mode 100644
index 0000000000..75e0730421
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-protgenerics/package.py
@@ -0,0 +1,37 @@
+##############################################################################
+# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
+# Produced at the Lawrence Livermore National Laboratory.
+#
+# This file is part of Spack.
+# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
+# LLNL-CODE-647188
+#
+# For details, see https://github.com/llnl/spack
+# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License (as
+# published by the Free Software Foundation) version 2.1, February 1999.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
+# conditions of the GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+##############################################################################
+from spack import *
+
+
+class RProtgenerics(RPackage):
+ """S4 generic functions needed by Bioconductor proteomics packages."""
+
+ homepage = "https://bioconductor.org/packages/ProtGenerics/"
+ url = "https://git.bioconductor.org/packages/ProtGenerics"
+ list_url = homepage
+
+ version('1.8.0', git='https://git.bioconductor.org/packages/ProtGenerics', commit='b2b3bb0938e20f58fca905f6870de7dbc9dfd7a3')
+
+ depends_on('r@3.4.0:3.4.9', when='@1.8.0')