summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/rngstreams/package.py
blob: 7168d0c40095d4d8c067153172d5f3784f1b1694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2018 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 Rngstreams(AutotoolsPackage):
    """Multiple independent streams of pseudo-random numbers."""

    homepage = "http://statmath.wu.ac.at/software/RngStreams"
    url      = "http://statmath.wu.ac.at/software/RngStreams/rngstreams-1.0.1.tar.gz"

    version('1.0.1', '6d9d842247cd1d4e9e60440406858a69')