Skip to content

Commit

Permalink
Added ROOT, Geant4, edep-sim dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOS committed Dec 11, 2023
1 parent 7442f11 commit 49d43b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name : Install Dependencies
run: sudo apt-get install gfortran libpcre3-dev xlibmesa-glu-dev libglew-dev libftgl-dev libmysqlclient-dev libfftw3-dev libcfitsio-dev graphviz-dev libavahi-compat-libdnssd-dev libldap2-dev python3-dev python3-numpy libxml2-dev libkrb5-dev libgsl0-dev qtwebengine5-dev nlohmann-json3-dev
- name: Install Geant4
run: wget https://cern.ch/geant4-data/releases/lib4.10.7.p04/Linux-g++8.3.0-CC7.tar.gz; tar xzf Linux-g++8.3.0-CC7.tar.gz; export PATH=$PATH:$PWD/Geant4-10.7.4-Linux/bin/; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/Geant4-10.7.4-Linux/lib64/
- name: Install ROOT
run: wget https://root.cern/download/root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz; tar xzf root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz; source root/bin/thisroot.sh
- name: Install edep-sim
run: git clone https://github.com/ClarkMcGrew/edep-sim; source setup.sh; edep-build
- name: Clone TOML
run: git clone https://github.com/ToruNiina/toml11
- name: make
Expand Down

0 comments on commit 49d43b9

Please sign in to comment.