deleted: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482

new file:   s/spglib-python/spglib-python-1.16.0-foss-2021a.eb
This commit is contained in:
Jakub Kropacek 2022-08-01 12:09:48 +02:00 committed by easybuild
parent 9320ab8bdd
commit d10220457e
2 changed files with 30 additions and 30 deletions

View File

@ -1,30 +0,0 @@
# IT4Innovations
# LK 2022
name = 'Boost'
version = '1.77.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'GCC', 'version': '10.2.0'}
toolchainopts = {'pic': 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.6')
]
configopts = '--with-python=$EBROOTPYTHON/bin/python'
# also build boost_mpi
boost_mpi = False
moduleclass = 'devel'

View File

@ -0,0 +1,30 @@
# IT4Innovations 2021
# LK JK
easyblock = 'PythonPackage'
name = 'spglib-python'
version = '1.16.0'
homepage = 'https://pypi.python.org/pypi/spglib'
description = "Spglib for Python. Spglib is a library for finding and handling crystal symmetries written in C."
toolchain = {'name': 'foss', 'version': '2021a'}
source_urls = ['https://pypi.python.org/packages/source/%(nameletter)s/spglib']
sources = ['spglib-%(version)s.tar.gz']
checksums = ['94d056e48e7e6fe2e6fe4161471e774ac03221a6225fd83d551d3184220c1edf']
dependencies = [
('Python', '3.9.5'),
('SciPy-bundle', '2021.05'),
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
options = {'modulename': 'spglib'}
moduleclass = 'chem'