Skip to content

Commit

Permalink
Merge pull request easybuilders#18857 from appolloford/20230925102922…
Browse files Browse the repository at this point in the history
…_new_pr_SuiteSparse710

{numlib}[foss/2023a] Suitesparse v7.1.0
  • Loading branch information
akesandgren authored Nov 8, 2023
2 parents 934bbe5 + ac9f8b0 commit 39f09d5
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = 'SuiteSparse'
version = '7.1.0'

homepage = 'https://faculty.cse.tamu.edu/davis/suitesparse.html'
description = """SuiteSparse is a collection of libraries to manipulate sparse matrices."""

toolchain = {'name': 'foss', 'version': '2023a'}
toolchainopts = {'unroll': True, 'pic': True}

source_urls = ['https://github.com/DrTimothyAldenDavis/SuiteSparse/archive']
sources = ['v%(version)s.tar.gz']
checksums = ['4cd3d161f9aa4f98ec5fa725ee5dc27bca960a3714a707a7d12b3d0abb504679']

builddependencies = [
('CMake', '3.26.3'),
('pkgconf', '1.9.5'),
]

dependencies = [
('MPFR', '4.2.0'),
]

prebuildopts = 'CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX=%(installdir)s -DBLA_VENDOR=FlexiBLAS"'

moduleclass = 'numlib'

0 comments on commit 39f09d5

Please sign in to comment.