# -*- 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               bitbucket 1.0

bitbucket.setup         malb m4ri 20250128
revision                0

categories              math
license                 GPL-2+

maintainers             nomaintainer

description             M4RI is a library for fast arithmetic with dense matrices over F2
long_description        {*}${description}

checksums               rmd160  21c152cde9ac484337b1bee2b3397565be9da8d8 \
                        sha256  099eb70bc9c64ea55f435d9fc1ce81f1e283c4e31c0076d7213074f2befb9187 \
                        size    179670

use_autoreconf          yes
autoreconf.args         -fvi

compiler.c_standard         1999
compiler.cxx_standard       2011
compiler.openmp_version     2.5

depends_lib             port:libpng

configure.args          --enable-openmp \
                        --enable-thread-safe
