8000 GitHub - lan496/spglib: C library for finding and handling crystal symmetries
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lan496/spglib

 
 

Repository files navigation

spglib

Version Badge Downloads Badge PyPI Build Status

C library for finding and handling crystal symmetries

How to compile with autotools

% aclocal
% autoheader
% libtoolize # or glibtoolize with macport etc
% touch INSTALL NEWS README AUTHORS
% automake -acf
% autoconf
% ./configure

How to compile with cmake

% mkdir _build
% cd _build
% cmake ..
% make
% make install (probably installed under /usr/local)

Or to install under /some/where

% mkdir _build
% cd _build
% cmake -DCMAKE_INSTALL_PREFIX="" ..
% make
% make DESTDIR=/some/where install

About

C library for finding and handling crystal symmetries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.4%
  • Python 15.3%
  • Fortran 2.1%
  • Ruby 1.8%
  • CMake 0.2%
  • Shell 0.1%
  • Other 0.1%
0