Skip to content
Snippets Groups Projects
Commit ee4f7f43 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Export PMT paths

parent abc6d618
No related branches found
No related tags found
No related merge requests found
Pipeline #94041 failed
......@@ -24,9 +24,13 @@ test-pmt:
git
libpython3-dev
python3-pybind11
# install PMT
- git clone https://git.astron.nl/RD/pmt.git
- cmake -S pmt -B build -DPMT_BUILD_RAPL=ON -DPMT_BUILD_PYTHON=ON
- cmake -S pmt -B build -DPMT_BUILD_RAPL=ON -DPMT_BUILD_PYTHON=ON -DCMAKE_INSTALL_PREFIX=$PWD/pmt-installed
- make -C build install
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/pmt-installed
- export PYTHONPATH=$PYTHONPATH:$PWD/pmt-installed/lib/*/site-packages/
# install dool
- git clone https://github.com/scottchiefbaker/dool.git
- cd dool
- python3 install.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment