MydonSolutions / bfr5c99

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bfr5c99

Use meson to configure the build folder, with the installation prefix specified as a local directory (pip install meson ninja):

meson build -Dprefix=./install

Compile, test and install from the build folder.

cd build && ninja && ninja test && ninja install

Standing Issues

  • Create $HOME/.local/share/meson/native/hdf.ini with the following content.

    [binaries]
    h5cc = '/usr/local/bin/h5pcc'
    
  • meson setup --native=hdf.ini

About


Languages

Language:C 96.6%Language:Meson 2.3%Language:Dockerfile 1.1%