mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/Blender/Blender-3.1.0-GCC-10.3.0.eb new file: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb new file: b/Boost/Boost-1.77.0-intel-compilers-2021.4.0-Python-3.9.6.eb modified: c/CUDAcore/CUDAcore-11.6.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0-CUDA-11.6.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175.patch new file: h/hwloc/hwloc-1.11.7-GCC-10.2.0.eb modified: o/ORCA/ORCA-4.2.0-OpenMPI-3.1.4.eb modified: o/ORCA/ORCA-4.2.1-OpenMPI-3.1.4.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-10.2.0.eb new file: q/QEMU/QEMU-6.2.0-VDE2.eb new file: s/sqsgenerator/sqsgenerator-0.0.5-GCC-10.2.0-Python-3.8.6.eb new file: s/sqsgenerator/sqsgenerator-0.1-GCC-10.2.0-Python-3.8.6.eb
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
# IT4Innovations
|
|
# LK 2022
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'sqsgenerator'
|
|
version = '0.0.5'
|
|
versionsuffix = '-Python-3.8.6'
|
|
|
|
homepage = 'https://github.com/dnoeger/sqsgenerator'
|
|
description = """This package is a Special Quasirandom Structure generator written in Python3/Cython.
|
|
Please note that the programm currently only works with Python 3."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '10.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/dgehringer/sqsgenerator/archive/refs/tags/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
#patches = ['sqsgenerator-20180823-Py-3.6.patch']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.18.4'),
|
|
]
|
|
|
|
dependencies = [
|
|
('Python', '3.8.6'),
|
|
('GMP', '6.2.0'),
|
|
('Boost', '1.77.0', '-Python-3.8.6'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'bin/chardetect',
|
|
'bin/cygdb',
|
|
'bin/cython',
|
|
'bin/cythonize',
|
|
'bin/f2py',
|
|
'bin/feff_input_generation',
|
|
'bin/feff_plot_cross_section',
|
|
'bin/feff_plot_dos',
|
|
'bin/gaussian_analyzer',
|
|
'bin/get_environment',
|
|
'bin/isympy',
|
|
'bin/pmg',
|
|
'bin/pydii',
|
|
'bin/sqsgenerator',
|
|
'bin/tabulate'],
|
|
'dirs': [
|
|
'bin',
|
|
'lib']}
|
|
|
|
moduleclass = 'lang'
|