From d10220457e222fe8ace65dbf5814d527bca62e8c Mon Sep 17 00:00:00 2001 From: Jakub Kropacek Date: Mon, 1 Aug 2022 12:09:48 +0200 Subject: [PATCH] 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 --- ...0-Python-3.8.6.eb.bak_20220801085422_29482 | 30 ------------------- .../spglib-python-1.16.0-foss-2021a.eb | 30 +++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 create mode 100644 s/spglib-python/spglib-python-1.16.0-foss-2021a.eb diff --git a/b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 b/b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 deleted file mode 100644 index 8f6d0fb1..00000000 --- a/b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 +++ /dev/null @@ -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' diff --git a/s/spglib-python/spglib-python-1.16.0-foss-2021a.eb b/s/spglib-python/spglib-python-1.16.0-foss-2021a.eb new file mode 100644 index 00000000..f70bd3d6 --- /dev/null +++ b/s/spglib-python/spglib-python-1.16.0-foss-2021a.eb @@ -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'