-
Notifications
You must be signed in to change notification settings - Fork 702
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11261 from easybuilders/4.3.x
release EasyBuild v4.3.0
- Loading branch information
Showing
525 changed files
with
17,024 additions
and
1,355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Static Analysis | ||
on: [push, pull_request] | ||
jobs: | ||
python-linting: | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: set up Python | ||
uses: actions/setup-python@v1 | ||
with: | ||
python-version: 3.8 | ||
|
||
- name: install Python packages | ||
run: | | ||
pip install --upgrade pip | ||
pip install --upgrade flake8 | ||
- name: Run flake8 to verify PEP8-compliance of Python code | ||
run: flake8 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
easyblock = 'MakeCp' | ||
|
||
name = 'ACTC' | ||
version = '1.1' | ||
|
||
homepage = 'https://sourceforge.net/projects/actc' | ||
description = "ACTC converts independent triangles into triangle strips or fans." | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '8.3.0'} | ||
toolchainopts = {'pic': True} | ||
|
||
source_urls = [SOURCEFORGE_SOURCE] | ||
sources = [SOURCELOWER_TAR_GZ] | ||
checksums = ['3a1303291629b9de6008c3c9d7b020a4b854802408fb3f8222ec492808c8b44d'] | ||
|
||
builddependencies = [('binutils', '2.32')] | ||
|
||
buildopts = 'CC="$CC" CFLAGS="$CFLAGS"' | ||
|
||
files_to_copy = [ | ||
(['tcsample', 'tctest', 'tctest2'], 'bin'), | ||
(['tc.h'], 'include/ac'), | ||
(['libactc.a'], 'lib'), | ||
'COPYRIGHT', 'manual.html', 'prims.gif', 'README', | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/tctest', 'bin/tctest2', 'bin/tcsample', 'include/ac/tc.h', 'lib/libactc.a', | ||
'COPYRIGHT', 'manual.html', 'prims.gif', 'README'], | ||
'dirs': [], | ||
} | ||
|
||
modextrapaths = {'CPATH': 'include/ac'} | ||
|
||
moduleclass = 'lib' |
31 changes: 31 additions & 0 deletions
31
easybuild/easyconfigs/a/ADOL-C/ADOL-C-2.7.2-gompi-2020a.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'ADOL-C' | ||
version = '2.7.2' | ||
|
||
homepage = 'https://projects.coin-or.org/ADOL-C' | ||
|
||
description = """The package ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates | ||
the evaluation of first and higher derivatives of vector functions that are defined | ||
by computer programs written in C or C++. The resulting derivative evaluation | ||
routines may be called from C/C++, Fortran, or any other language that can be linked | ||
with C. | ||
""" | ||
|
||
toolchain = {'name': 'gompi', 'version': '2020a'} | ||
toolchainopts = {'openmp': True, 'usempi': True, 'pic': True} | ||
|
||
source_urls = ['https://github.com/coin-or/%(name)s/archive/releases'] | ||
sources = ['%(version)s.tar.gz'] | ||
checksums = ['701e0856baae91b98397960d5e0a87a549988de9d4002d0e9a56fa08f5455f6e'] | ||
|
||
builddependencies = [('Autotools', '20180311')] | ||
|
||
preconfigopts = 'autoreconf -fi && ' | ||
|
||
sanity_check_paths = { | ||
'files': ['lib64/libadolc.so'], | ||
'dirs': ['include/adolc'], | ||
} | ||
|
||
moduleclass = 'system' |
33 changes: 33 additions & 0 deletions
33
easybuild/easyconfigs/a/ANTLR/ANTLR-2.7.7-GCCcore-8.3.0-Java-11.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'ANTLR' | ||
version = '2.7.7' | ||
versionsuffix = '-Java-%(javaver)s' | ||
|
||
homepage = 'https://www.antlr2.org/' | ||
description = """ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) | ||
is a language tool that provides a framework for constructing recognizers, | ||
compilers, and translators from grammatical descriptions containing | ||
Java, C#, C++, or Python actions.""" | ||
|
||
toolchain = {'name': 'GCCcore', 'version': '8.3.0'} | ||
|
||
source_urls = ['https://www.antlr2.org/download/'] | ||
sources = [SOURCELOWER_TAR_GZ] | ||
patches = ['%(name)s-%(version)s_includes.patch'] | ||
checksums = [ | ||
'853aeb021aef7586bda29e74a6b03006bcb565a755c86b66032d8ec31b67dbb9', # antlr-2.7.7.tar.gz | ||
'd167d3248a03301bc93efcb37d5df959aae6794968e42231af0b0dd26d6a2e66', # ANTLR-2.7.7_includes.patch | ||
] | ||
|
||
builddependencies = [('binutils', '2.32')] | ||
dependencies = [('Java', '11', '', True)] | ||
|
||
configopts = '--disable-examples --disable-csharp --disable-python' | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/antlr', 'bin/antlr-config'], | ||
'dirs': ['include'], | ||
} | ||
|
||
moduleclass = 'tools' |
56 changes: 56 additions & 0 deletions
56
easybuild/easyconfigs/a/ASE/ASE-3.19.0-fosscuda-2019b-Python-3.7.4.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
easyblock = 'PythonBundle' | ||
|
||
name = 'ASE' | ||
version = '3.19.0' | ||
versionsuffix = '-Python-%(pyver)s' | ||
|
||
homepage = 'https://wiki.fysik.dtu.dk/ase' | ||
description = """ASE is a python package providing an open source Atomic Simulation Environment | ||
in the Python scripting language.""" | ||
|
||
toolchain = {'name': 'fosscuda', 'version': '2019b'} | ||
|
||
dependencies = [ | ||
('Python', '3.7.4'), | ||
('Tkinter', '%(pyver)s'), | ||
('matplotlib', '3.1.1', '-Python-%(pyver)s'), | ||
] | ||
|
||
use_pip = True | ||
sanity_pip_check = True | ||
|
||
exts_default_options = {'source_urls': [PYPI_SOURCE]} | ||
|
||
exts_list = [ | ||
('MarkupSafe', '1.1.1', { | ||
'checksums': ['29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b'], | ||
}), | ||
('Jinja2', '2.10.3', { | ||
'checksums': ['9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de'], | ||
}), | ||
('Werkzeug', '0.16.0', { | ||
'checksums': ['7280924747b5733b246fe23972186c6b348f9ae29724135a6dfc1e53cea433e7'], | ||
}), | ||
('Click', '7.0', { | ||
'checksums': ['5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7'], | ||
}), | ||
('itsdangerous', '1.1.0', { | ||
'checksums': ['321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19'], | ||
}), | ||
('Flask', '1.1.1', { | ||
'checksums': ['13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52'], | ||
}), | ||
('ase', version, { | ||
'checksums': ['a8378ab57e91cfe1ba09b3639d8409bb7fc1a40b59479c7822d206e673ad93f9'], | ||
}), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/ase'], | ||
'dirs': ['lib/python%(pyshortver)s/site-packages'], | ||
} | ||
|
||
# make sure Tkinter is available, otherwise 'ase gui' will not work | ||
sanity_check_commands = ["python -c 'import tkinter' "] | ||
|
||
moduleclass = 'chem' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.