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
3 changes: 1 addition & 2 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,8 +10,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +9,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +10,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +9,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +9,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +9,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +10,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +10,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +9,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
4 changes: 2 additions & 2 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,8 +10,8 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
3 changes: 1 addition & 2 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,8 +9,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +9,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS_MT" LAPACK_LIBS="$LIBLAPACK_MT"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +10,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 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,8 +9,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
4 changes: 2 additions & 2 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,8 +12,8 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS_MT" LAPACK_LIBS="$LIBLAPACK_MT"' # use multi-thread BLAS/LAPACK
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.1.1-ictce-6.2.5-default-mt.eb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ 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']

preconfigopts = 'BLAS_LIBS="$LIBBLAS_MT" LAPACK_LIBS="$LIBLAPACK_MT"' # use multi-thread BLAS/LAPACK
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
configopts = "--with-pic --enable-threads --enable-R-shlib"

dependencies = [
('libreadline', '6.3'),
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.1.1-intel-2014b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'intel', 'version': '2014b'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.1.2-foss-2015a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'foss', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.1.2-goolf-1.5.14.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'goolf', 'version': '1.5.14'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.1.2-intel-2015a-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ toolchain = {'name': 'intel', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.1.2-intel-2015a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'intel', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.1.3-foss-2015a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'foss', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.1.3-intel-2015a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'intel', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/r/R/R-3.2.0-foss-2015a-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ toolchain = {'name': 'foss', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/r/R/R-3.2.0-goolf-1.7.20-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ toolchain = {'name': 'goolf', 'version': '1.7.20'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.2.0-goolf-1.7.20.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'goolf', 'version': '1.7.20'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

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

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/r/R/R-3.2.0-intel-2015a-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ toolchain = {'name': 'intel', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/r/R/R-3.2.1-foss-2015b-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ toolchain = {'name': 'foss', 'version': '2015b'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.2.1-foss-2015b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'foss', 'version': '2015b'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.2.1-intel-2015a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'intel', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/r/R/R-3.2.1-intel-2015b-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ toolchain = {'name': 'intel', 'version': '2015b'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.2.1-intel-2015b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'intel', 'version': '2015b'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.2.3-foss-2015b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'foss', 'version': '2015b'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/r/R/R-3.2.3-foss-2016a-bare.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ toolchain = {'name': 'foss', 'version': '2016a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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 = [
Expand Down
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/r/R/R-3.2.3-foss-2016a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ toolchain = {'name': 'foss', 'version': '2016a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://cran.us.r-project.org/src/base/R-%(version_major)s']

preconfigopts = 'BLAS_LIBS="$LIBBLAS" LAPACK_LIBS="$LIBLAPACK"'
configopts = "--with-lapack --with-blas --with-pic --enable-threads --with-x=no --enable-R-shlib"
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"

Expand Down
Loading