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

Update package.py

parent a26ad21f
No related branches found
No related tags found
4 merge requests!299create new experimental release,!274update branch,!269update branch,!265Add rgsl
from spack.package import *
class Rgsl(RPackage):
class RRgsl(RPackage):
"""This is an interface package to solve ODE systems using gsl_odeiv2 within R. The system to solave has to be defined using C code: a shared library, dynamically loaded by this package when solving."""
homepage = "https://github.com/icpm-kth/rgsl"
......
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