# Example of ape configuration file # # Remove comment signs to activate settings # # Ape looks for in the following 5 locations (in order of priority): # - file named by --rc=... option # - ~/.aperc # - $APERC # - ape-installation/config/*.rc, ape.rc.`platform` # # Python substitions of values inside the same section or from DEFAULT # # Author: Lukas Nellen # Date: 10/May/2009 ############################################################################### # Variables needed in all sections: base, build [DEFAULT] ### Base directory for the installation #base = `ape code directory` #base = %(home)s/ApeInstalled ### directory for unpacking and building ### you might want to put this onto a fast disk if you install to nfs or afs #build = %(base)s/build #build = /tmp/ape-build-%(user)s # Update the dependencies of Externals [package externals] ### to remove Aires and Geant4 from dependencies #dependencies.delete = geant4 aires ### to add CMake to dependencies #dependencies.append = aires cmake # default section for installation - can override [ape] ### preferred mirrors in order #mirrors = us mx ### jobs to run in parallel jobs = 1 ### logfiles go here - unlikely to be changed #logs = %(base)s/logs ### directory to hold package archives - unlikely to be changed #distfiles = %(apedir)s/distfiles #[mirror local] #location = My local mirror #url = http://mirror.example.com/files/apeDist