-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathFILES
31 lines (30 loc) · 1.91 KB
/
FILES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
**********************************************************************************
*** The files in this distribution are:
NOTICE : Important notice concerning attribution and licensing.
README.md : Brief introduction.
LICENSE : License conditions
VERSION : File containing the version of the distribution.
CHANGELOG : Release notes.
INSTALL : Instructions for installation and building.
FILES : This file.
data/...............: Material data files in NCrystals native format (.ncmat).
ncrystal_core/......: ncrystal-core package with C++ code, CMake code for
building it, and the ncrystal-config cmdline application.
ncrystal_python/....: ncrystal-python package with NCrystal python modules.
ncrystal_metapkg/...: NCrystal metapackage "ncrystal"
ncrystal_pypluginmgr: Source the ncrystal-pypluginmgr package, needed by dynamic
plugins.
CMakeLists.txt......: Configuration file for building and installing via CMake
(but see instructions in INSTALL first).
pyproject.toml......: Support building and installing via standard Python
(but see instructions in INSTALL first).
docs/...............: Extra documentation. Currently this is just ncmat_doc.md
with a thorough description of the NCMAT format.
tests/..............: Files and infrastructure for CTest-based tests.
examples/...........: Small standalone examples for using NCrystal, either from
the commandline, C, C++ or Python applications.
Also included are templates for external plugins.
devel/..............: Developer utilities (including the ncdevtool command). It
also includes infrastructure for building with
simple-build-system, environment files, and the database
of external plugins.