File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ jobs:
104
104
sudo apt-get install -y --no-install-recommends python3-dev python3-pip python3-venv
105
105
106
106
sudo apt-get install -y --no-install-recommends build-essential \
107
- gfortran cmake libgsl-dev libboost-all-dev libfftw3-dev libtiff5-dev \
108
- qt5-default libqt5designercomponents5 qttools5 -dev libqt5svg5 -dev \
109
- ccache libqt5opengl5 -dev libcerf -dev
107
+ gfortran cmake ccache \
108
+ libgsl-dev libboost-all-dev libfftw3 -dev libtiff5-dev libcerf-dev libeigen3 -dev \
109
+ qt5-default libqt5designercomponents5 qttools5 -dev libqt5svg5-dev libqt5opengl5 -dev
110
110
111
111
- name : Install Python packages
112
112
run : |
@@ -142,9 +142,8 @@ jobs:
142
142
run : |
143
143
source validate/bin/activate
144
144
145
- git clone --recursive https://github.com/scgmlz/BornAgain.git
145
+ git clone --single-branch --branch develop https://github.com/scgmlz/BornAgain.git
146
146
pushd BornAgain
147
- git checkout develop
148
147
mkdir build && pushd build
149
148
150
149
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_C_COMPILER_LAUNCHER=ccache \
You can’t perform that action at this time.
0 commit comments