Skip to content

Instantly share code, notes, and snippets.

@1a1a11a
Created June 19, 2023 01:21
Show Gist options
  • Save 1a1a11a/5a51af5564f240b96c639bb679f876de to your computer and use it in GitHub Desktop.
Save 1a1a11a/5a51af5564f240b96c639bb679f876de to your computer and use it in GitHub Desktop.
dataseries compilation
# https://github.com/dataseries/DataSeries/tree/613a2b654b14934d2e097586e70fbc3cd20580c3
# requires ubuntu18
sudo apt update
sudo apt install -yqq cmake libboost-all-dev perl gnuplot libxml2 libxml2-dev libdbi-dev doxygen libbz2-dev;
git clone https://github.com/dataseries/Lintel.git
cd Lintel;
mkdir _build;
cd _build;
cmake ..;
make -j;
sudo make install;
git clone https://github.com/dataseries/DataSeries.git
cd DataSeries;
mkdir _build;
cd _build;
cmake .. -WITH_BZIP2;
make -j;
sudo make install;
@1a1a11a
Copy link
Author

1a1a11a commented Jun 19, 2023

one usage: ds2txt datafile

@1a1a11a
Copy link
Author

1a1a11a commented Jun 19, 2023

this is used for the SNIA dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment