-
Notifications
You must be signed in to change notification settings - Fork 776
Open
Description
Hi ,
I am trying to compile Keras using easybuild and i am facing some issues.
There is a easybuild file with following content:
easyblock = 'Bundle'
name = 'Python-bundle-TF-NoGPU'
version = '0.1'
versionsuffix = '-Python-%(pyver)s'
homepage = '(none)'
toolchain = {'name': 'gomkl', 'version': '2019a'}
dependencies = [
('Python', '3.7.2'),
('Python-bundle-N', '0.1', '-Python-%(pyver)s'),
('Keras', '2.2.4', '-Python-%(pyver)s'),
]
moduleclass = 'lib'
Here when i try to build the software , i see :
ERROR: Missing dependencies: Python/3.7.2-gomkl-2019a, ... (no easyconfig file or existing module found)
how do i configure this file so that an existing Python/3.7.2-GCCcore-9.3.0 is used instead of eb attempting to build a new toolchain.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels