Skip to content

Instantly share code, notes, and snippets.

@ysagon
Created June 4, 2019 09:36
Show Gist options
  • Save ysagon/c2aa7846cdf8f68de53d4a3b04f5a17d to your computer and use it in GitHub Desktop.
Save ysagon/c2aa7846cdf8f68de53d4a3b04f5a17d to your computer and use it in GitHub Desktop.
easyblock = 'RPackage'
name = 'Rinside'
version = '0.2.15'
commit = 'eaa87a6'
versionsuffix = '-R-%(rver)s'
homepage = 'http://dirk.eddelbuettel.com/code/rinside.html'
description = '''The RInside package provides C++ classes that make it easier to embed R in C++ code -- on either Linux, OS X or Windows.
Embedding R is described first and foremost in the 'Writing R Extensions' manual in the core R sources. It describes how to embed R --- but it does not make for easy reading as there are many little details to take care of. '''
toolchain = {'name': 'foss', 'version': '2018b'}
source_urls = ['https://github.com/eddelbuettel/rinside/archive/']
sources = ['%s.tar.gz' % commit]
dependencies = [
('R', '3.5.1'),
]
sanity_check_paths = {
'files': [],
'dirs': [name],
}
moduleclass = 'lib'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment