notes_compil_r

Ceci est une ancienne révision du document !


Version 2.4.1

Version 2.6.1

Le script pour compiler

> cat do_work32.sh 
#!/bin/sh
PATH=/usr/local/wrapper/bin:/opt/studio12/SUNWspro/bin:/opt/SUNWhpc/bin:/usr/ccs/bin:$PATH:/opt/csw/bin; export PATH

./configure --prefix=$HOME/lib \
 --enable-threads=solaris \
--with-blas \
--with-lapack \
--with-system-zlib \
--with-libpth-prefix=/opt/csw/ \
BLAS_LIBS=-xlic_lib=sunperf \
LAPACK_LIBS=-xlic_lib=sunperf \
LDFLAGS='-R/opt/csw/lib -L/opt/csw/lib' \
CPPFLAGS=-I/opt/csw/include

# make uninstall; make distclean; echo "make clean"; make clean

echo "make"; make
if [ $? -ne 0 ];then echo "make failed"; exit; fi

echo "make check"; make check
if [ $? -ne 0 ];then echo "make check failed"; exit; fi

echo "make install"; make install
if [ $? -ne 0 ];then echo "make install failed"; exit; fi

Le check échoue!? Pour lancer, voir le script /bin/R26

  • notes_compil_r.1200817879.txt.gz
  • Dernière modification : 2017/08/25 09:55
  • (modification externe)