deleted: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482

This commit is contained in:
Jakub Kropacek 2022-08-01 12:09:38 +02:00 committed by easybuild
parent 9320ab8bdd
commit 84f6997505

View File

@ -1,30 +0,0 @@
# IT4Innovations
# LK 2022
name = 'Boost'
version = '1.77.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'GCC', 'version': '10.2.0'}
toolchainopts = {'pic': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
#patches = ['Boost-1.65.1_fix-Python3.patch']
dependencies = [
('bzip2', '1.0.8'),
('zlib', '1.2.11'),
('Python', '3.8.6')
]
configopts = '--with-python=$EBROOTPYTHON/bin/python'
# also build boost_mpi
boost_mpi = False
moduleclass = 'devel'