From 4a816881635d5843641f13f0dd839f54eecce5b4 Mon Sep 17 00:00:00 2001 From: Jakub Kropacek Date: Mon, 1 Aug 2022 12:09:54 +0200 Subject: [PATCH] deleted: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 --- ...0-Python-3.8.6.eb.bak_20220801085422_29482 | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 diff --git a/b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 b/b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 deleted file mode 100644 index 8f6d0fb1..00000000 --- a/b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 +++ /dev/null @@ -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'