mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New port: science/spglib: C library for finding and handling crystal symmetries
This commit is contained in:
parent
ebd7bd957b
commit
eda32fd6c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472472
5 changed files with 61 additions and 0 deletions
|
@ -218,6 +218,7 @@
|
||||||
SUBDIR += silo
|
SUBDIR += silo
|
||||||
SUBDIR += simlib
|
SUBDIR += simlib
|
||||||
SUBDIR += simsmith
|
SUBDIR += simsmith
|
||||||
|
SUBDIR += spglib
|
||||||
SUBDIR += step
|
SUBDIR += step
|
||||||
SUBDIR += step-kde4
|
SUBDIR += step-kde4
|
||||||
SUBDIR += svmlight
|
SUBDIR += svmlight
|
||||||
|
|
21
science/spglib/Makefile
Normal file
21
science/spglib/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= spglib
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
|
DISTVERSION= 1.10.3
|
||||||
|
CATEGORIES= science
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= C library for finding and handling crystal symmetries
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
USES= autoreconf libtool
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= atztogo
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --disable-static
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
science/spglib/distinfo
Normal file
3
science/spglib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1529084268
|
||||||
|
SHA256 (atztogo-spglib-v1.10.3_GH0.tar.gz) = 43776b5fb220b746d53c1aa39d0230f304687ec05984671392bccaf850d9d696
|
||||||
|
SIZE (atztogo-spglib-v1.10.3_GH0.tar.gz) = 1949650
|
11
science/spglib/pkg-descr
Normal file
11
science/spglib/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Spglib is a library for finding and handling crystal symmetries written in C.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* Find symmetry operations
|
||||||
|
* Identify space-group type
|
||||||
|
* Wyckoff position assignment
|
||||||
|
* Refine crystal structure
|
||||||
|
* Find a primitive cell
|
||||||
|
* Search irreducible k-points
|
||||||
|
|
||||||
|
WWW: https://atztogo.github.io/spglib/
|
25
science/spglib/pkg-plist
Normal file
25
science/spglib/pkg-plist
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
include/spglib/arithmetic.h
|
||||||
|
include/spglib/cell.h
|
||||||
|
include/spglib/debug.h
|
||||||
|
include/spglib/delaunay.h
|
||||||
|
include/spglib/determination.h
|
||||||
|
include/spglib/hall_symbol.h
|
||||||
|
include/spglib/kgrid.h
|
||||||
|
include/spglib/kpoint.h
|
||||||
|
include/spglib/mathfunc.h
|
||||||
|
include/spglib/niggli.h
|
||||||
|
include/spglib/overlap.h
|
||||||
|
include/spglib/pointgroup.h
|
||||||
|
include/spglib/primitive.h
|
||||||
|
include/spglib/refinement.h
|
||||||
|
include/spglib/site_symmetry.h
|
||||||
|
include/spglib/sitesym_database.h
|
||||||
|
include/spglib/spacegroup.h
|
||||||
|
include/spglib/spg_database.h
|
||||||
|
include/spglib/spglib.h
|
||||||
|
include/spglib/spin.h
|
||||||
|
include/spglib/symmetry.h
|
||||||
|
include/spglib/version.h
|
||||||
|
lib/libsymspg.so
|
||||||
|
lib/libsymspg.so.0
|
||||||
|
lib/libsymspg.so.0.0.0
|
Loading…
Add table
Reference in a new issue