Skip to content

override toolchain #24941

@puneet336

Description

@puneet336

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions