Skip to content
Snippets Groups Projects
Select Git revision
  • a6bd082662923fe5a2cadf62113979fbf402ac46
  • master default protected
  • tf2
  • tf2_pytorch
  • issue_3
  • issue_2
  • 2019a
  • juwels_2019a
  • jureca_2019_a
9 results

submit_job_juron_python3.sh

Blame
  • Boost.Python-1.78.0-GCCcore-11.2.0.eb 720 B
    easyblock = 'EB_Boost'
    
    name = 'Boost.Python'
    version = '1.78.0'
    
    homepage = 'https://boostorg.github.io/python'
    description = """Boost.Python is a C++ library which enables seamless interoperability between C++
     and the Python programming language."""
    
    toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
    toolchainopts = {'pic': True}
    
    source_urls = [
        'https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
    sources = ['boost_%s.tar.gz' % '_'.join(version.split('.'))]
    checksums = ['94ced8b72956591c4775ae2207a9763d3600b30d9d7446562c552f0a14a63be7']
    
    dependencies = [
        ('binutils', '2.37'),
        ('Boost',  version),
        ('Python', '3.9.6'),
    ]
    
    only_python_bindings = True
    
    moduleclass = 'lib'