Issue description
R Package installation fails: https://dl.b-data.ch/cran-install-all/aarch64/fpic/out/mlpack.out
Your environment
- version of mlpack: 3.4.2
- operating system: Debian 11 (bullseye)
- architecture: aarch64
- compiler: gcc
- version of dependencies (Boost/Armadillo):
- Boost: 1.78
- Armadillo: 11.0.0
- any other environment information you think is relevant:
*PICFLAGS are set to -fpic in /usr/local/lib/R/etc/Makeconf.
Steps to reproduce
docker run --rm -ti registry.gitlab.b-data.ch/r/geospatial:4.1.3 bash -c "Rscript -e 'install.packages(\"mlpack\")'"
Expected behavior
Installation of R package succeeds.
Actual behavior
Installation of R package fails.
Issue description
R Package installation fails: https://dl.b-data.ch/cran-install-all/aarch64/fpic/out/mlpack.out
Your environment
*PICFLAGSare set to-fpicin/usr/local/lib/R/etc/Makeconf.Steps to reproduce
docker run --rm -ti registry.gitlab.b-data.ch/r/geospatial:4.1.3 bash -c "Rscript -e 'install.packages(\"mlpack\")'"Expected behavior
Installation of R package succeeds.
Actual behavior
Installation of R package fails.