1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00
Go to file
2021-05-03 15:06:30 +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 update gitignore 2021-05-03 15:06:30 +02:00
lib add gitignore 2021-04-30 16:21:13 +02:00
src fix distcheck rule 2021-04-30 20:10:06 +02:00
tests update gitignore 2021-05-03 15:06:30 +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 updated FCFLAGS when HDF5 is found with pkg-config 2021-05-03 15:05:54 +02:00
LICENSE Initial commit 2021-01-18 15:48:36 +01:00
Makefile.in fix distcheck rule 2021-04-30 20:10:06 +02:00
README.md general prefix with PWD 2021-05-01 13:24:41 +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 prefix=${PWD}
  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.