##// END OF EJS Templates
- Changes the way to retrieve unit in AMDA result file: The generated header in the result file differs from the first version...
- Changes the way to retrieve unit in AMDA result file: The generated header in the result file differs from the first version - Changes how to handle comment lines in file: Some comment lines do not have '#', so we now consider comments to end when the header of the data has been reached

File last commit:

r620:3dbb981097b0
r774:c9e284499782
Show More
build.sh
8 lines | 117 B | application/x-sh | BashLexer
Added Meson support....
r620 #!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP.app --bindir=Contents/MacOS build
cd build
ninja
ninja install