summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-deoptim/package.py
blob: 3105f98e614b1257f544d27e3cd3d0b7fa98acaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


from spack import *


class RDeoptim(RPackage):
    """Implements the differential evolution algorithm for global optimization
    of a real-valued function of a real-valued parameter vector."""

    homepage = "https://cloud.r-project.org/package=DEoptim"
    url      = "https://cloud.r-project.org/src/contrib/DEoptim_2.2-3.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/DEoptim"

    version('2.2-4', sha256='0a547784090d1e9b93efc53768110621f35bed3692864f6ce5c0dda2ebd6d482')
    version('2.2-3', sha256='af2120feea3a736ee7a5a93c6767d464abc0d45ce75568074b233405e73c9a5d')