Changes between Version 12 and Version 13 of tools
- Timestamp:
- 04/19/08 17:43:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tools
v12 v13 38 38 $ ./contract.py --configure-show 39 39 ... 40 $ ./contract.py --configure python=/sw/bin/python2.5 f ortran90=40 $ ./contract.py --configure python=/sw/bin/python2.5 f90=ifort f77= 41 41 ... 42 42 }}} 43 43 44 As seen above, to unset an option just leave the right side of the assignment blank. The example above sets the path to the Python interpreter to use in babel and ccaffeine and disables Fortran 90support.44 As seen above, to unset an option just leave the right side of the assignment blank. The example above sets the path to the Python interpreter to use in babel and ccaffeine, specifies that Intel compilers should be used for Fortran 90, and disables Fortran 77 support. 45 45 46 46 Specific stages can be built easily using the new build system. There are a couple of special stages of note: the default target (called when no arguments are passed), the global clean target (to clean everything), and the per-package all and clean targets.