Skip to content

Commit

Permalink
Replace parallel by maxparallel
Browse files Browse the repository at this point in the history
The latter is the new, better option which makes it clear how it works
with `--parallel` passed in the config or commandline.
  • Loading branch information
Flamefire committed Dec 7, 2023
1 parent f8335ac commit 4878427
Show file tree
Hide file tree
Showing 721 changed files with 721 additions and 721 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
('BWA', '0.7.17'),
]

parallel = 1
maxparallel = 1

buildopts = 'CXX="$CXX" CXXFLAGS="$CXXFLAGS"'
buildopts += '&& make standalone CXX="$CXX" CXXFLAGS="$CXXFLAGS"'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ modextrapaths = {
'PYTHONPATH': 'lib/python',
}

parallel = 1
maxparallel = 1

moduleclass = 'data'
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ buildopts += 'IFLAGS="-I. -I$EBROOTPYTHON/include/python%(pyshortver)sm '
buildopts += '-I$EBROOTGLIB/lib/glib-2.0/include -I$EBROOTGLIB/include/glib-2.0"'
buildopts += ' INSTALLDIR=%(installdir)s'

parallel = 1
maxparallel = 1

modextrapaths = {'PATH': ['']}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ buildopts += 'IFLAGS="-I. -I$EBROOTPYTHON/include/python%(pyshortver)sm '
buildopts += '-I$EBROOTGLIB/lib/glib-2.0/include -I$EBROOTGLIB/include/glib-2.0"'
buildopts += ' INSTALLDIR=%(installdir)s'

parallel = 1
maxparallel = 1

modextrapaths = {'PATH': ['']}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ buildopts += 'IFLAGS="-I. -I$EBROOTPYTHON/include/python%(pyshortver)sm '
buildopts += '-I$EBROOTGLIB/lib/glib-2.0/include -I$EBROOTGLIB/include/glib-2.0"'
buildopts += ' INSTALLDIR=%(installdir)s'

parallel = 1
maxparallel = 1

modextrapaths = {'PATH': ['']}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ buildopts += 'IFLAGS="-I. -I$EBROOTPYTHON/include/python%(pyshortver)sm '
buildopts += '-I$EBROOTGLIB/lib/glib-2.0/include -I$EBROOTGLIB/include/glib-2.0"'
buildopts += ' INSTALLDIR=%(installdir)s'

parallel = 1
maxparallel = 1

modextrapaths = {'PATH': ['']}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ buildopts += 'IFLAGS="-I. -I$EBROOTPYTHON/include/python%(pyshortver)s '
buildopts += '-I$EBROOTGLIB/lib/glib-2.0/include -I$EBROOTGLIB/include/glib-2.0"'
buildopts += ' INSTALLDIR=%(installdir)s'

parallel = 1
maxparallel = 1

modextrapaths = {'PATH': ['']}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ sanity_check_paths = {
'dirs': []
}

parallel = 1 # make crashes otherwise
maxparallel = 1 # make crashes otherwise

moduleclass = 'bio'
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configopts += '-DUSE_VTK=ON -DUSE_SYSTEM_VTK=ON -DITK_DIR=$EBROOTITK/lib/cmake/I
skipsteps = ['install']
buildopts = ' && mkdir -p %(installdir)s && cp -r * %(installdir)s/'

parallel = 1
maxparallel = 1

separate_build_dir = True

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [

preconfigopts = "autoreconf -fi -Im4 && "

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/andi'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
('GSL', '2.1'),
]

parallel = 1
maxparallel = 1

skipsteps = ['configure']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
('GSL', '2.1'),
]

parallel = 1
maxparallel = 1

skipsteps = ['configure']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sources = ['v%(version)s.tar.gz']

buildopts = ' static && make install'

parallel = 1
maxparallel = 1

files_to_copy = ["bin"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sources = ['v%(version)s.tar.gz']

buildopts = ' static && make install'

parallel = 1
maxparallel = 1

files_to_copy = ["bin"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ checksums = ['9defc5d005521a3ed8bad7a3e2e557283962269eddf9994864c77b328c179c63']

skipsteps = ['configure']
buildopts = '-f makefile.lnx_ifort'
parallel = 1
maxparallel = 1

files_to_copy = [(['bader'], 'bin')]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sources = [{'download_filename': 'bader.tar.gz', 'filename': SOURCE_TAR_GZ}]
checksums = ['3de8af94bd64c43812de7ebad3e9209cc5e29e6732679fcf88f72a1b382bc81a']

buildopts = '-f makefile.lnx_ifort'
parallel = 1
maxparallel = 1

files_to_copy = [(['bader'], 'bin')]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ start_dir = 'source'

files_to_copy = [(['source/bayescenv'], 'bin'), 'test', 'COPYING', 'README.md', 'ChangeLog']

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/bayescenv'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ start_dir = 'source'

files_to_copy = [(['source/bayescenv'], 'bin'), 'test', 'COPYING', 'README.md', 'ChangeLog']

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/bayescenv'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ start_dir = 'source'

files_to_copy = [(['source/bayescenv'], 'bin'), 'test', 'COPYING', 'README.md', 'ChangeLog']

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/bayescenv'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ files_to_copy = [
'R functions'
]

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/bayescan_%(version)s'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ files_to_copy = [
'R functions'
]

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/bayescan_%(version)s'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ files_to_copy = [
'R functions'
]

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/bayescan_%(version)s'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ checksums = ['6623d4393bce2e178b073f75f283eee6']
skipsteps = ['configure']

start_dir = 'src'
parallel = 1
maxparallel = 1
buildopts = 'FC="${FC}" FOPT="$FFLAGS" LIBS="$LIBLAPACK"'

files_to_copy = [(['BoltzTraP'], 'bin')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = [
dependencies = [('zlib', '1.2.11')]
builddependencies = [('CMake', '3.7.2')]

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/breakdancer-max'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
('Tk', '8.6.8'),
]

parallel = 1
maxparallel = 1

# Use packages from EB
local_bsoft_configopts = "--fftw=$EBROOTFFTW --jpeg=$EBROOTLIBJPEGMINTURBO --png=$EBROOTLIBPNG"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [('Java', '1.8.0_74', '', True)]
builddependencies = [('Autotools', '20150215')]

# parallel build does not work (to test)
parallel = 1
maxparallel = 1

preconfigopts = "./autogen.sh && "

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [('Java', '1.8.0_144', '', SYSTEM)]
builddependencies = [('Autotools', '20150215')]

# parallel build does not work (to test)
parallel = 1
maxparallel = 1

preconfigopts = "./autogen.sh && "

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [('Java', '1.8.0_162', '', SYSTEM)]
builddependencies = [('Autotools', '20170619')]

# parallel build does not work (to test)
parallel = 1
maxparallel = 1

preconfigopts = "./autogen.sh && "

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [('Java', '1.8.0_162', '', SYSTEM)]
builddependencies = [('Autotools', '20170619')]

# parallel build does not work (to test)
parallel = 1
maxparallel = 1

preconfigopts = "./autogen.sh && "

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [('Java', '1.8', '', SYSTEM)]
builddependencies = [('Autotools', '20180311')]

# parallel build does not work (to test)
parallel = 1
maxparallel = 1

preconfigopts = "./autogen.sh && "

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ checksums = ['5cbef3f39b085daba45510ff450afcf943cfdfdd483a546c8a509d3075ff51b5']
builddependencies = [('Bison', '3.0.5')]
dependencies = [('zlib', '1.2.11')]

parallel = 1
maxparallel = 1

files_to_copy = [(['bioawk'], 'bin')]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ patches = ['CBLAS_shared-lib.patch']
buildopts = 'all shared'

# parallel build fails occasionally
parallel = 1
maxparallel = 1

runtest = 'runtst'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checksums = [
buildopts = 'all shared'

# parallel build fails occasionally
parallel = 1
maxparallel = 1

runtest = 'runtst'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ skipsteps = ['configure', 'install']
prebuildopts = 'ulimit -s unlimited && cp make.inc.example make.inc && '
buildopts = 'CC="$CC" LOADER="$CC" '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['lapack_LINUX.a', 'tmglib_LINUX.a'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ skipsteps = ['configure', 'install']
prebuildopts = 'ulimit -s unlimited && cp make.inc.example make.inc && '
buildopts = 'CC="$CC" LOADER="$CC" '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['lapack_LINUX.a', 'tmglib_LINUX.a'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ skipsteps = ['configure', 'install']
prebuildopts = 'cp make.inc.example make.inc && '
buildopts = 'CC="$CC" LOADER="$CC" '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['lapack_LINUX.a', 'tmglib_LINUX.a'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
prebuildopts = "cd src && "
preinstallopts = prebuildopts

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/clisp', 'lib/%(namelower)s-%(version)s/base/lisp.a'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ builddependencies = [

# don't use parallel make, results in compilation failure
# because Fortran module files aren't created before they are needed
parallel = 1
maxparallel = 1

# regression test reports failures
ignore_regtest_fails = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ builddependencies = [

# don't use parallel make, results in compilation failure
# because Fortran module files aren't created before they are needed
parallel = 1
maxparallel = 1

type = 'psmp'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ builddependencies = [

# don't use parallel make, results in compilation failure
# because Fortran module files aren't created before they are needed
parallel = 1
maxparallel = 1

# regression test reports failures
ignore_regtest_fails = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ builddependencies = [

# don't use parallel make, results in compilation failure
# because Fortran module files aren't created before they are needed
parallel = 1
maxparallel = 1

type = 'psmp'

Expand Down

0 comments on commit 4878427

Please sign in to comment.