mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
deleted: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482
This commit is contained in:
parent
9320ab8bdd
commit
4a81688163
@ -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'
|
|
Loading…
x
Reference in New Issue
Block a user