Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-2.15.2-goolf-1.4.10-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ toolchain = {'name': 'goolf', 'version': '1.4.10'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.5.13'), # for plotting in R
('Java', '1.7.0_10', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_list = [] # just to make it explicit this module doesn't include any extensions

moduleclass = 'math'
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-2.15.2-goolf-1.4.10.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ toolchain = {'name': 'goolf', 'version': '1.4.10'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.5.13'), # for plotting in R
('Java', '1.7.0_10', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

name_tmpl = '%(name)s_%(version)s.tar.gz'
ext_options = {
'source_urls': [
Expand Down
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-2.15.2-ictce-5.3.0-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ toolchain = {'name': 'ictce', 'version': '5.3.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.5.13'), # for plotting in R
('Java', '1.7.0_10', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_list = [] # just to make it explicit this module doesn't include any extensions

moduleclass = 'math'
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-2.15.2-ictce-5.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ toolchain = {'name': 'ictce', 'version': '5.3.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.5.13'), # for plotting in R
('Java', '1.7.0_10', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

name_tmpl = '%(name)s_%(version)s.tar.gz'
ext_options = {
'source_urls': [
Expand Down
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-2.15.3-goolf-1.4.10.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ toolchain = {'name': 'goolf', 'version': '1.4.10'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.2'), # for plotting in R
('Java', '1.7.0_15', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

name_tmpl = '%(name)s_%(version)s.tar.gz'
ext_options = {
'source_urls': [
Expand Down
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-2.15.3-ictce-5.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ toolchain = {'name': 'ictce', 'version': '5.3.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.2'), # for plotting in R
('Java', '1.7.0_15', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

name_tmpl = '%(name)s_%(version)s.tar.gz'
ext_options = {
'source_urls': [
Expand Down
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.0.1-goolf-1.4.10-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ toolchain = {'name': 'goolf', 'version': '1.4.10'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.2'), # for plotting in R
('Java', '1.7.0_21', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_list = [] # just to make it explicit this module doesn't include any extensions

moduleclass = 'lang'
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.0.1-ictce-5.3.0-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ toolchain = {'name': 'ictce', 'version': '5.3.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.2'), # for plotting in R
('Java', '1.7.0_21', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_list = [] # just to make it explicit this module doesn't include any extensions

moduleclass = 'lang'
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.0.2-goolf-1.4.10.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ toolchain = {'name': 'goolf', 'version': '1.4.10'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.6'), # for plotting in R
('Java', '1.7.0_21', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

name_tmpl = '%(name)s_%(version)s.tar.gz'
ext_options = {
'source_urls': [
Expand Down
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.0.2-ictce-5.3.0-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ toolchain = {'name': 'ictce', 'version': '5.3.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.6'), # for plotting in R
('Java', '1.7.0_21', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_list = [] # just to make it explicit this module doesn't include any extensions

moduleclass = 'lang'
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.0.2-ictce-5.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ toolchain = {'name': 'ictce', 'version': '5.3.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.6'), # for plotting in R
('Java', '1.7.0_15', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

name_tmpl = '%(name)s_%(version)s.tar.gz'
ext_options = {
'source_urls': [
Expand Down
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.0.2-ictce-5.5.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ toolchain = {'name': 'ictce', 'version': '5.5.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.6'), # for plotting in R
('Java', '1.7.0_15', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

name_tmpl = '%(name)s_%(version)s.tar.gz'
ext_options = {
'source_urls': [
Expand Down
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.1.0-ictce-5.5.0-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ toolchain = {'name': 'ictce', 'version': '5.5.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.9'), # for plotting in R
('Java', '1.7.0_60', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_list = []

moduleclass = 'lang'
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.1.0-ictce-5.5.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ toolchain = {'name': 'ictce', 'version': '5.5.0'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
('libpng', '1.6.9'), # for plotting in R
('Java', '1.7.0_60', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

name_tmpl = '%(name)s_%(version)s.tar.gz'
ext_options = {
'source_urls': [
Expand Down
12 changes: 8 additions & 4 deletions easybuild/easyconfigs/r/R/R-3.1.1-ictce-6.2.5-bare-mt.eb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ toolchainopts = {'precise': True, 'opt': True} # 'openmp' is enabled in R by de
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

dependencies = [
('libreadline', '6.3'),
('ncurses', '5.9'),
Expand All @@ -24,6 +20,14 @@ dependencies = [
('Java', '1.7.0_60', '', True), # Java bindings are built if Java is found, might as well provide it
]

configopts = "--with-pic --enable-threads --enable-R-shlib"
# some recommended packages may fail in a parallel build (e.g. Matrix), and we're installing them anyway below
configopts += " --with-recommended-packages=no"

# specify that at least EasyBuild v3.5.0 is required,
# since we rely on the updated easyblock for R to configure correctly w.r.t. BLAS/LAPACK
easybuild_version = '3.5.0'

exts_list = [] # just to make it explicit this module doesn't include any extensions

moduleclass = 'lang'
Loading