Created
May 29, 2014 10:30
-
-
Save alex85k/9208d9622b5b4456c891 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#GMP | |
./configure --prefix=/gpfs/soft/gcc/4.7.2 --with-mpfr=/gpfs/soft/gcc/4.7.2 --with-gmp=/gpfs/soft/gcc/4.7.2 | |
make | |
make install | |
#MPFR | |
./configure --prefix=/gpfs/soft/gcc/4.7.2 --with-mpfr=/gpfs/soft/gcc/4.7.2 --with-gmp=/gpfs/soft/gcc/4.7.2 | |
make | |
make install | |
#MPC | |
./configure --prefix=/gpfs/soft/gcc/4.7.2 --with-mpfr=/gpfs/soft/gcc/4.7.2 --with-gmp=/gpfs/soft/gcc/4.7.2 | |
make | |
make install | |
#PPL 0.10 | |
#CLOOG 0.16.2 - internal ISL | |
./configure --prefix=/gpfs/soft/gcc/4.7.2 --with-gmp-prefix=/gpfs/soft/gcc/4.7.2 | |
#./configure --prefix=/gpfs/soft/gcc/4.7.2 --with-gmp-prefix=/gpfs/soft/gcc/4.7.2 --with-isl-prefix=/gpfs/soft/gcc/4.7.2 --with-gmp-prefix=/gpfs/soft/gcc/4.7.2 | |
make | |
make install | |
#GCC 4.7.2 | |
export LD_LIBRARY_PATH=/gpfs/soft/gcc/4.7.2/lib | |
./configure --prefix=/gpfs/soft/gcc/4.7.2 --with-mpfr=/gpfs/soft/gcc/4.7.2 --with-gmp=/gpfs/soft/gcc/4.7.2 --with-mpc=/gpfs/soft/gcc/4.7.7 --with-cloog=/gpfs/soft/gcc/4.7.2 --enable-cloog-backend=isl --with-ppl=/gpfs/soft/gcc/4.7.2 --enable-cxx --enable-gfortran --with-isl=/gpfs/soft/gcc/4.7.2 | |
make | |
make install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment