Skip to content

Commit

Permalink
.github/workflows/build_manylinux.yaml: install fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
szobov committed Oct 21, 2024
1 parent 297b675 commit 71ceef3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_manylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:
- runner: ubuntu-latest
target: x86_64
before_script: "yum -y install openblas-devel openssl-devel"
- runner: ubuntu-latest
target: aarch64
before_script: "apt-get update && apt-get install -y libopenblas-dev libssl-dev openssl pkg-config"
- runner: ubuntu-latest
target: armv7
before_script: "apt-get update && apt-get install -y libopenblas-dev libssl-dev openssl pkg-config"
- runner: ubuntu-latest
target: s390x
before_script: "apt-get update && apt-get install -y libopenblas-dev libssl-dev openssl pkg-config"
- runner: ubuntu-latest
target: ppc64le
before_script: "apt-get update && apt-get install -y libopenblas-dev libssl-dev openssl pkg-config"
# - runner: ubuntu-latest
# target: aarch64
# before_script: "apt-get update && apt-get install -y libopenblas-dev libssl-dev openssl pkg-config gfortran"
# - runner: ubuntu-latest
# target: armv7
# before_script: "apt-get update && apt-get install -y libopenblas-dev libssl-dev openssl pkg-config gfortran"
# - runner: ubuntu-latest
# target: s390x
# before_script: "apt-get update && apt-get install -y libopenblas-dev libssl-dev openssl pkg-config gfortran"
# - runner: ubuntu-latest
# target: ppc64le
# before_script: "apt-get update && apt-get install -y libopenblas-dev libssl-dev openssl pkg-config gfortran"
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 71ceef3

Please sign in to comment.