1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00
Go to file
2021-04-30 16:21:13 +02:00
.github/workflows avoid cloning htmlize 2021-04-12 16:18:49 +02:00
docs rm gitignore in docs 2021-04-12 14:31:05 +02:00
include create include directory 2021-04-30 15:59:06 +02:00
lib add gitignore 2021-04-30 16:21:13 +02:00
src create tests directory 2021-04-30 15:50:41 +02:00
tests add gitignore 2021-04-30 15:58:08 +02:00
tools adapt build_trexio for new location of the generator 2021-04-30 14:26:56 +02:00
.gitignore Autoconfig with optional HDF5 compilation (#42) 2021-04-28 15:30:18 +02:00
.gitmodules org-mode to html conversion for the documentation website (#41) 2021-04-09 16:45:44 +02:00
configure.ac create tests directory 2021-04-30 15:50:41 +02:00
LICENSE Initial commit 2021-01-18 15:48:36 +01:00
Makefile.in create tests directory 2021-04-30 15:50:41 +02:00
README.md typo fix in README 2021-04-30 14:30:57 +02:00
trex.json Update trex.json 2021-04-20 01:29:31 +02:00

TREXIO

TREX I/O library

Current (temporary) installation procedure:

  1. git clone https://github.com/TREX-CoE/trexio.git
  2. cd trexio
  3. cd tools && ./build_trexio.sh && cd ..
  4. autoreconf
  5. automake --add-missing --copy
  6. ./configure
  7. make && make check

Note: The code should be compliant with the C99 CERT C coding standard. This can be checked with the cppcheck tool.