December 2007
5 posts
Party Picture Taker Automator Action →
Dec 19th
Dec 18th
Dec 10th
Bulding trilinos on Mac OS X Leopard
I configure trilinos for pycc on Mac OS X on Leopard with the following command: MACOSX_DEPLOYMENT_TARGET=10.5 \ CC=gcc-4.0 CCC=g++-4.0 F77=gfortran \ LDFLAGS='-framework vecLib' \ ./configure --prefix=$prefix --enable-default-packages \ --enable-galeri --enable-ml --enable-epetra \ --enable-amesos --enable-python --enable-shared --enable-pytrilinos
Dec 10th
Dec 10th