Build FINCHFS

Requirements

Quick installation steps

$ git clone -c feature.manyFiles=true --depth 1 https://github.com/spack/spack.git
$ . spack/share/spack/setup-env.sh
$ git clone https://github.com/tsukuba-hpcs/spack-packages
$ spack repo add ./spack-packages
$ spack install finchfs

Build from source

$ git clone git@github.com:tsukuba-hpcs/finchfs.git
$ cd finchfs
$ autoreconf -i
$ ./configure [--prefix=PREFIX]
$ make
$ make install