diff --git a/a/AtsPy/AtsPy-0.2.8-Python-3.6.9-GCC-8.3.0-2.32-CUDA-10.0.130.eb b/a/AtsPy/AtsPy-0.2.8-GCC-8.3.0-2.32-Python-3.6.9-CUDA-10.0.130.eb similarity index 56% rename from a/AtsPy/AtsPy-0.2.8-Python-3.6.9-GCC-8.3.0-2.32-CUDA-10.0.130.eb rename to a/AtsPy/AtsPy-0.2.8-GCC-8.3.0-2.32-Python-3.6.9-CUDA-10.0.130.eb index 2fd801cf..e5fe2b59 100644 --- a/a/AtsPy/AtsPy-0.2.8-Python-3.6.9-GCC-8.3.0-2.32-CUDA-10.0.130.eb +++ b/a/AtsPy/AtsPy-0.2.8-GCC-8.3.0-2.32-Python-3.6.9-CUDA-10.0.130.eb @@ -7,8 +7,8 @@ name = 'AtsPy' version = '0.2.8' versionsuffix = '-Python-%(pyver)s-CUDA-10.0.130' -homepage = 'http://atztogo.github.io/phonopy/' -description = """Phonopy is an open source package of phonon calculations based on the supercell approach.""" +homepage = 'https://reposhub.com/python/deep-learning/firmai-atspy.html' +description = """Easily develop state of the art time series models to forecast univariate data series. Simply load your data and select which models you want to test. This is the largest repository of automated structural and machine learning time series models. Please get in contact if you want to contribute a model. This is a fledgling project, all advice appreciated.""" toolchain = {'name': 'GCC', 'version': '8.3.0-2.32'} diff --git a/a/AtsPy/AtsPy-0.2.8-Python-3.6.9-GCC-8.3.0-2.32.eb b/a/AtsPy/AtsPy-0.2.8-Python-3.6.9-GCC-8.3.0-2.32.eb deleted file mode 100644 index 5a31bd1d..00000000 --- a/a/AtsPy/AtsPy-0.2.8-Python-3.6.9-GCC-8.3.0-2.32.eb +++ /dev/null @@ -1,29 +0,0 @@ -# IT4Innovations 2020 -# LK - -easyblock = 'PythonPackage' - -name = 'AtsPy' -version = '0.2.8' -versionsuffix = '-Python-%(pyver)s' - -homepage = 'http://atztogo.github.io/phonopy/' -description = """Phonopy is an open source package of phonon calculations based on the supercell approach.""" - -toolchain = {'name': 'GCC', 'version': '8.3.0-2.32'} - -source_urls = [PYPI_SOURCE] -sources = ['atspy-%(version)s.tar.gz'] - -dependencies = [ - ('Python', '3.6.9'), -] - -use_pip = True - -sanity_check_paths = { - 'files': ['lib/python3.6/site-packages/atspy/ssa.py', 'lib/python3.6/site-packages/atspy/pyaf.py', 'lib/python3.6/site-packages/atspy/nbeats.py'], - 'dirs': ['lib', 'lib64'], -} - -moduleclass = 'tools'