sit/etc/sit.conf
Rainer Keller 28db8095c5 - Specify F77 before Fortran (F90, F2003, F2008) compilers
- Don't use -j2 make option by default, may break some non-conforming source builts
 - Fix a few buglets (like LOGDIR , and when packages are NOT configure-based, aka
   do not create a config.log file)
2024-03-28 02:43:56 +01:00

21 lines
488 B
Text

# Global sit configuration file
#
# Directory holding all the source tarballs
SRC_POOL=${SRC_POOL:="$HOME/src"}
# Working directory base path
WORKDIR_BASE=${WORKDIR_BASE:="$HOME/work"}
# Build class directory holing the sitclass
SCLASS_DIR=${SCLASS_DIR:="$SIT_PATH/packages"}
# basic installation directory
PREFIX_BASE=${PREFIX_BASE:="$HOME/bin"}
MAKEOPTS=${MAKEOPTS:=""}
# default platform for unknown platforms
DEFAULT_PLATFORM="laki"
# default compiler
DEFAULT_COMPILER="system"