Skip to content
Snippets Groups Projects
Commit e00a8e34 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'add-rgsl' into 'master'

Add rgsl

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!265
parents 5e0e29b1 a1b35086
No related branches found
No related tags found
No related merge requests found
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
# spack: https://spack.readthedocs.io/en/latest/package_list.html#gsl
depends_on("gsl")
......@@ -65,6 +65,7 @@ spack:
- apbs
- py-pdb2pqr
- sda
- r-rgsl
# demo for codejam12
#- funniest1022
concretizer:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment