We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d25547 commit 387ac0cCopy full SHA for 387ac0c
hdf5/cppbuild.sh
@@ -103,6 +103,10 @@ case $PLATFORM in
103
./configure --prefix=$INSTALL_PATH CC="gcc -m64" CXX="g++ -m64" --enable-cxx --enable-java
104
make -j $MAKEJ
105
make install-strip
106
+ elif [[ "$MACHINE_TYPE" =~ aarch64 ]]; then
107
+ ./configure --prefix=$INSTALL_PATH CC="gcc" CXX="g++" --enable-cxx --enable-java
108
+ make -j $MAKEJ
109
+ make install-strip
110
else
111
echo "Not native arm so assume cross compiling"
112
patch -Np1 < ../../../hdf5-linux-arm64.patch || true
0 commit comments