mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
new file: b/Boost/Boost-1.72.0-intel-2020a-Python-3.8.2.eb
new file: p/PLY/PLY-3.11-intel-2020a-Python-3.8.2.eb
This commit is contained in:
parent
fbe0ca7c82
commit
0c841294eb
31
b/Boost/Boost-1.72.0-intel-2020a-Python-3.8.2.eb
Normal file
31
b/Boost/Boost-1.72.0-intel-2020a-Python-3.8.2.eb
Normal file
@ -0,0 +1,31 @@
|
||||
# IT4Innovations 2020
|
||||
# LK
|
||||
# JH 2020
|
||||
|
||||
name = 'Boost'
|
||||
version = '1.72.0'
|
||||
versionsuffix = '-Python-%(pyver)s'
|
||||
|
||||
homepage = 'http://www.boost.org/'
|
||||
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
||||
|
||||
toolchain = {'name': 'intel', 'version': '2020a'}
|
||||
toolchainopts = {'pic': True, 'usempi': True}
|
||||
|
||||
source_urls = [SOURCEFORGE_SOURCE]
|
||||
|
||||
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
||||
#patches = ['Boost-1.65.1_fix-Python3.patch']
|
||||
|
||||
dependencies = [
|
||||
('bzip2', '1.0.8'),
|
||||
('zlib', '1.2.11'),
|
||||
('Python', '3.8.2')
|
||||
]
|
||||
|
||||
configopts = '--with-python=$EBROOTPYTHON/bin/python'
|
||||
|
||||
# also build boost_mpi
|
||||
boost_mpi = True
|
||||
|
||||
moduleclass = 'devel'
|
27
p/PLY/PLY-3.11-intel-2020a-Python-3.8.2.eb
Normal file
27
p/PLY/PLY-3.11-intel-2020a-Python-3.8.2.eb
Normal file
@ -0,0 +1,27 @@
|
||||
# JH 2020
|
||||
|
||||
easyblock = 'PythonPackage'
|
||||
|
||||
name = 'PLY'
|
||||
version = '3.11'
|
||||
versionsuffix = "-Python-%(pyver)s"
|
||||
|
||||
homepage = "http://www.dabeaz.com/ply/"
|
||||
description = """PLY is yet another implementation of lex and yacc for Python."""
|
||||
|
||||
toolchain = {'name': 'intel', 'version': '2020a'}
|
||||
|
||||
source_urls = [PYPI_LOWER_SOURCE]
|
||||
sources = [SOURCELOWER_TAR_GZ]
|
||||
checksums = ['00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3']
|
||||
|
||||
dependencies = [('Python', '3.8.2')]
|
||||
|
||||
download_dep_fail = True
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': [],
|
||||
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
||||
}
|
||||
|
||||
moduleclass = 'lib'
|
Loading…
x
Reference in New Issue
Block a user