Skip to content

Commit

Permalink
DEV: apply patch and install library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Jun 17, 2024
1 parent b96712c commit 6db041b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
python --version
pip install --upgrade pip wheel setuptools pybind11
- name: Setup Lib Dependencies
run: |
apt-get install -y libeigen3-dev libboost-all-dev
- name: Setup Cpp
uses: aminya/setup-cpp@v1
with:
Expand All @@ -31,6 +35,7 @@ jobs:
- name: Setup IQTree
run: |
cd iqtree2
git apply ../fpic-iqtree.patch
mkdir build && cd build
cmake -DIQTREE_FLAGS="single" -DBUILD_LIB=ON ..
Expand Down

0 comments on commit 6db041b

Please sign in to comment.