Skip to content

Commit

Permalink
Merge pull request #19329 from migueldiascosta/20231128121558_new_pr_…
Browse files Browse the repository at this point in the history
…lcalc205

{math}[GCCcore/11.3.0] lcalc v2.0.5
  • Loading branch information
jfgrimm committed Nov 28, 2023
2 parents c03869b + 30e1129 commit c990029
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions easybuild/easyconfigs/l/lcalc/lcalc-2.0.5-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
easyblock = 'ConfigureMake'

name = 'lcalc'
version = '2.0.5'

homepage = 'https://gitlab.com/sagemath/lcalc'
description = "Lcalc is a package for working with L-functions."

toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

source_urls = ['https://gitlab.com/sagemath/lcalc/uploads/25f029f3c02fcb6c3174972e0ac0e192/']
sources = [SOURCE_TAR_XZ]
checksums = ['d780c385579cc6ee45fa27ccd2d3a3c4157fbb5ef8cd1b8951d1028bbc64c035']

builddependencies = [
('Autotools', '20220317'),
('binutils', '2.38'),
('gengetopt', '2.23'),
('pkgconf', '1.8.0'),
]

preconfigopts = "autoreconf -f -i && "

configopts = "--with-pari "

dependencies = [
('MPFR', '4.1.0'),
('PARI-GP', '2.15.4'),
]

sanity_check_paths = {
'files': ['bin/lcalc', 'include/lcalc/L.h', 'lib/libLfunction.%s' % SHLIB_EXT],
'dirs': ['share'],
}

sanity_check_commands = ["lcalc --help"]

moduleclass = 'math'

0 comments on commit c990029

Please sign in to comment.