# -*- 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           cmake 1.1
PortGroup           github 1.0

name                spglib
github.setup        spglib spglib 2.5.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

categories          science
maintainers         {nist.gov:joe.fowler @joefowler} openmaintainer
license             BSD

description         C library for finding and handling crystal symmetries.
long_description    {*}${description} There are python, fortran, rust, and \
    ruby interfaces. See port py-spglib.

homepage            https://spglib.github.io/spglib/

checksums           rmd160  3649b61d54e9eabaff4c9db42599f99b396e513a \
                    sha256  20eacbcb21c0fb33c7ac1d67169afbb4152ac9743e6f03131fafdc2c93562d78 \
                    size    2926361

# Target "cmTC_0f9ca" requires the language dialect "C11".
# Undefined symbols: "__ZN7testing8internal13PrintStringToERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSo"
compiler.c_standard     2011
compiler.cxx_standard   2011
