Skip to content
Snippets Groups Projects

Add r UQ workflow metapackage

Merged Eleni Mathioulaki requested to merge add-r-workflow into master
5 files
+ 57
16
Compare changes
  • Side-by-side
  • Inline
Files
5
# Copyright 2013-2022 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.package import *
class RRgsl(RPackage):
"""This is an interface package to solve ODE systems using gsl_odeiv2 within R. The system to solve has to be defined using C code: a shared library, dynamically loaded by this package when solving."""
homepage = "https://github.com/icpm-kth/rgsl"
url = "https://github.com/icpm-kth/rgsl/archive/refs/tags/v0.1.tar.gz"
version("0.1", sha256="dd6a14dda8731f4cf32149c8a9842e4e2ba424c8404f4d6839108153b20e4c3e")
# GNU Scientific Library: https://www.gnu.org/software/gsl