Skip to content

Commit

Permalink
Merge pull request easybuilders#19201 from migueldiascosta/2023111116…
Browse files Browse the repository at this point in the history
…5333_new_pr_IML105

{math}[gfbf/2022a] IML v1.0.5
  • Loading branch information
smoors authored Nov 13, 2023
2 parents d0ee59e + 1c31a9d commit f15cc8e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/i/IML/IML-1.0.5-gfbf-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
easyblock = 'ConfigureMake'

name = 'IML'
version = '1.0.5'

homepage = 'https://cs.uwaterloo.ca/~astorjoh/iml.html'
description = """IML is a free library of C source code which implements algorithms for computing
exact solutions to dense systems of linear equations over the integers."""

toolchain = {'name': 'gfbf', 'version': '2022a'}

source_urls = ['http://www.cs.uwaterloo.ca/~astorjoh']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['1dad666850895a5709b00b97422e2273f293cfadea7697a9f90b90953e847c2a']

dependencies = [('GMP', '6.2.1')]

configopts = '--with-cblas="$LIBBLAS" --with-gmp-include=$EBROOTGMP/include --with-gmp-lib=$EBROOTGMP/lib '

sanity_check_paths = {
'files': ['include/iml.h', 'lib/libiml.a'],
'dirs': ['share'],
}

moduleclass = 'math'

0 comments on commit f15cc8e

Please sign in to comment.