Skip to content
Snippets Groups Projects
Commit c17dbc81 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Merge branch 'flint' into '2022'

Flint

See merge request hps-public/easybuild-repository!1131
parents 73bc46dd 144dbfc6
No related branches found
No related tags found
No related merge requests found
easyblock = 'CMakeMake'
name = 'FLINT'
version = '2.7.1'
homepage = 'https://www.flintlib.org/'
description = """FLINT (Fast Library for Number Theory) is a C library in support of computations
in number theory. Operations that can be performed include conversions, arithmetic, computing GCDs,
factoring, solving linear systems, and evaluating special functions. In addition, FLINT provides
various low-level routines for fast arithmetic. FLINT is extensively documented and tested."""
toolchain = {'name': 'GCC', 'version': '11.2.0'}
toolchainopts = {'pic': True}
source_urls = ['https://www.flintlib.org']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e']
builddependencies = [
('CMake', '3.21.1'),
]
dependencies = [
('GMP', '6.2.1'),
('MPFR', '4.1.0'),
]
separate_build_dir = True
sanity_check_paths = {
'files': ['lib/lib%%(namelower)s.%s' % SHLIB_EXT],
'dirs': ['include'],
}
moduleclass = 'math'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment