# -*- 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
PortGroup           compilers 1.0
PortGroup           github 1.0
PortGroup           linear_algebra 1.0
PortGroup           makefile 1.0

github.setup        primme primme 3.2 v
revision            1
categories          math
license             BSD
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         PReconditioned Iterative MultiMethod Eigensolver for solving \
                    symmetric/Hermitian eigenvalue problems and singular value problems
long_description    {*}${description}
homepage            https://www.cs.wm.edu/~andreas/software
checksums           rmd160  7b9ef36623ab4faa90b46b1eabac0300a76088cb \
                    sha256  2484f53a9d7b9900a6bfd7b2aa4f3a1217fa55815e67df479b892a628109bec7 \
                    size    17446854

compilers.choose    fc f90 f77 cc
compilers.setup     require_fortran

# Static lib target is needed to run tests; only dylib is installed.
build.target        lib solib

test.run            yes
test.target         test
