forked from LDMX-Software/ldmx-sw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ldmxrc
20 lines (17 loc) · 800 Bytes
/
.ldmxrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################################################################
# Default Configuration File for ldmx-sw Container Environment
# This file is "sourced" everytime the environment script is sourced.
# i.e. 'source scripts/ldmx-env.sh --> ldmx source .ldmxrc'
#
# Think of this file like a '.bashrc'. You can put your custom container
# configuration directly in this file.
#
# Each line starting with '#' is ignored.
# White space is ignored.
# All other lines are given to the 'ldmx' command.
# This file is sourced in the directory that it is in.
###############################################################################
# LDMX_BASE should be parent directory of our current directory by default
base ..
# Use dev/latest container by default
use dev latest