Skip to content

Commit 0a34796

Browse files
committed
Wheels: ADIOS2 i686 patch
Fix compilation issue on 32bit Linux with ADIOS 2.5.0.
1 parent c03753e commit 0a34796

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ env:
1414
jobs:
1515
include:
1616
# perform a linux ARMv8 build
17-
# blocked by https://github.com/ornladios/ADIOS2/issues/2137
18-
# - services: docker
19-
# arch: aarch64
17+
- services: docker
18+
arch: aarch64
2019

2120
# perform a linux PPC64LE build
2221
# blocked by https://github.com/pypa/auditwheel/issues/36

library_builders.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ function build_adios2 {
8383
cd ADIOS2-*
8484
curl -sLo adios2-static.patch https://patch-diff.githubusercontent.com/raw/ornladios/ADIOS2/pull/1828.patch
8585
patch -p1 < adios2-static.patch
86+
curl -sLo adios2-i686.patch https://patch-diff.githubusercontent.com/raw/ornladios/ADIOS2/pull/2138.patch
87+
patch -p1 < adios2-i686.patch
8688
cd ..
8789
mkdir build-ADIOS2
8890
cd build-ADIOS2

0 commit comments

Comments
 (0)