Dependency update
sudo yum install boost-devel boost-test boost-math armadillo-devel binutils-devel python3-Cython python3-setuptools python3-numpy python3-pandas ensmallen-devel stbi-devel
$ mkdir mlpack-3.4.2/build && cd mlpack-3.4.2/build
$ cmake ../
$ make -j4 # The -j is the number of cores you want to use for a build.
$ sudo make install
https://sourceforge.net/projects/arma/files/armadillo-10.4.1.tar.xz/download
cmake .
sudo make install
git clone https://github.com/doxygen/doxygen.git
cd doxygen
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
sudo make install
sudo yum install flex
The Comprehensive R Archive Network (r-project.org)
yum install epel-release
sudo yum update -y
sudo yum install R -y
# yum install readline-devel
# yum install xorg-x11-server-devel libX11-devel libXt-devel
# yum install pcre2-devel
# yum install curl-devel
# wget https://cran.r-project.org/src/base/R-4/R-4.0.2.tar.gz
# tar zxvf R-4.0.2.tar.gz
# cd R-4.0.2/
# ./configure --prefix=/BiO/apps/R-4.0.2 --enable-R-shlib --with-libpng --with-jpeglib --with-libtiff--with-x
# make -j 10 && make install
# export LD_LIBRARY_PATH=/BiO/apps/gcc/R-4.0.2/lib64:$LD_LIBRARY_PATH
# export PATH=/BiO/apps/R-4.0.2/bin:$PATH
'수치해석' 카테고리의 다른 글
MFEM&설치하기& glvis 설치하기[MFEM] (0) | 2021.03.14 |
---|