Skip to content

Commit

Permalink
Update buildilwispy.yml, added pyminorversion and quazip patch
Browse files Browse the repository at this point in the history
  • Loading branch information
retsios authored Jan 28, 2025
1 parent c416342 commit 06e677e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/buildilwispy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build ilwispy

on:
push:
branches: [ "master" ]
workflow_dispatch:

jobs:
Expand All @@ -24,6 +22,10 @@ jobs:
sudo apt-get install libeigen3-dev
sudo apt-get install libnetcdf-c++4-dev
sudo apt-get install swig3.0
- name: patch
run: |
sed -i 's/PYMINORVERSION=8/PYMINORVERSION=10/g' pythonapi.pro
ln -s /usr/include/quazip5/ ilwis4connector/quazip
- name: configure
run: |
qmake -o Makefile.core core.pro
Expand Down

0 comments on commit 06e677e

Please sign in to comment.