mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.2 KiB
Tcl
31 lines
1.2 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
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup spglib spglib 2.7.0 v
|
|
github.tarball_from archive
|
|
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 7b44286abbc06fc7dc56688c25fa1c9fde04bc1c \
|
|
sha256 b22fc9abae9716c574fbc6d55cfc53ed654a714fccc5657a26ff5d18114bd8bd \
|
|
size 2442495
|
|
|
|
# Target "cmTC_0f9ca" requires the language dialect "C11".
|
|
# Undefined symbols: "__ZN7testing8internal13PrintStringToERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSo"
|
|
compiler.c_standard 2011
|
|
compiler.cxx_standard 2011
|
|
|
|
configure.args -DSPGLIB_WITH_TESTS=OFF
|