mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name gmm
|
|
version 5.5
|
|
revision 1
|
|
categories science math
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
|
license LGPL-3+
|
|
|
|
description Provides some basic types of sparse and dense matrices and vectors
|
|
long_description Gmm++ provides some basic types of sparse and dense matrices and vectors
|
|
|
|
homepage https://getfem.org/gmm
|
|
master_sites savannah:getfem/stable
|
|
|
|
checksums rmd160 c7d0d3d47ebfac73fd19320e941f45be66096791 \
|
|
sha256 c7603f9007fe8e0be5beb68709d655bdef13c327f50391b69243fbc42dfefac6 \
|
|
size 599389
|
|
|
|
patchfiles patch-gmm-blas-interface.diff
|
|
|
|
depends_lib port:mumps
|
|
|
|
configure.args --disable-superlu \
|
|
--enable-mumps
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://getfem.org/download.html
|
|
livecheck.regex "${subport}-(\\d+(?:\\.\\d+)*)"
|