Skip to content

Instantly share code, notes, and snippets.

@alex85k
Created May 29, 2014 10:30
Show Gist options
  • Save alex85k/9208d9622b5b4456c891 to your computer and use it in GitHub Desktop.
Save alex85k/9208d9622b5b4456c891 to your computer and use it in GitHub Desktop.
#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