Zha0q1 commented on a change in pull request #20342:
URL: https://github.com/apache/incubator-mxnet/pull/20342#discussion_r651362257
##########
File path: tools/staticbuild/build.sh
##########
@@ -59,7 +59,11 @@ else
export
PKG_CONFIG_PATH=$DEPS_PATH/lib/pkgconfig:$DEPS_PATH/lib64/pkgconfig:$DEPS_PATH/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
fi
export FC="gfortran"
-export CPATH=$DEPS_PATH/include:$CPATH
+if [[ $ARCH == 'aarch64' ]]; then
+ export CPATH=/opt/arm/armpl_21.0_gcc-8.2/include_lp64_mp:$CPATH
Review comment:
If the user installed a different armpl package then this will not work,
is there a way to automatically detect the armpl path?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]