![]() |
TACO@FRM-II 2.1.5
How to use TACO at FRM-II
|
To adjust the installation to your requirements you may edit the file taco.conf.mk
:
prefix = /opt/taco sysconfdir = /etc libdir = $(prefix)/lib localstatedir=/var MASTER_SITES += ftp://taco1.taco.frm2/pub/ ftp://ftp.frm2.tum.de/pub/software/taco/src/ # MASTER_SITES += ftp://ftp.frm2.tum.de/pub/software/taco/src/ ftp://taco1.taco.frm2/pub/
For 64bit system you should change the libdir
entry to /lib64
libdir = $(prefix)/lib64
If you want to install systems outside the FRM-II network you may change the entry MASTER_SITES
. Uncomment the second line by removing the #
mark in this line and add this in the first line
# MASTER_SITES += ftp://taco1.taco.frm2/pub/ ftp://ftp.frm2.tum.de/pub/software/taco/src/ MASTER_SITES += ftp://ftp.frm2.tum.de/pub/software/taco/src/ ftp://taco1.taco.frm2/pub/