Skip to content

Commit

Permalink
Merge pull request #22 from rlcee/210428
Browse files Browse the repository at this point in the history
210428
  • Loading branch information
rlcee authored Apr 28, 2021
2 parents b4b12f7 + eadbeaa commit 21babcd
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/p004
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# the lines starting with two hashes are documentation which can be printed
## 4/9/2021 updating mu2e_artdaq_core to v1_05_06b
## 4/14/2021 updating art_root_io v1_07_00 (art v3_08_00, s107)

#
# use preferred build type, if none requested
Expand Down
83 changes: 83 additions & 0 deletions config/p005
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@

# the lines starting with two hashes are documentation which can be printed
## 4/28/2021 p003 (art v3_06_03) with updating KinKal to v0.1.6

#
# use preferred build type, if none requested
#
if [ -z "$MUSE_BUILD" ]; then
export MUSE_BUILD=prof
if [ $MUSE_VERBOSE -gt 0 ]; then
echo "INFO - MUSE_BUILD defaulting to $MUSE_BUILD in $MUSE_ENVSET"
fi
fi

#
# use preferred compiler, if none requested
#
if [ -z "$MUSE_COMPILER_E" ]; then
export MUSE_COMPILER_E=e20
if [ $MUSE_VERBOSE -gt 0 ]; then
echo "INFO - MUSE_COMPILER_E defaulting to $MUSE_COMPILER_E in $MUSE_ENVSET"
fi
fi

#
# use preferred python flag, if none requested
#
if [ -z "$MUSE_PYTHON" ]; then
export MUSE_PYTHON=p383b
if [ $MUSE_VERBOSE -gt 0 ]; then
echo "INFO - MUSE_PYTHON defaulting to $MUSE_PYTHON in $MUSE_ENVSET"
fi
fi

# art
# these two lines must be coordinated
setup -B art_root_io v1_05_01 -q${MUSE_BUILD}:+${MUSE_COMPILER_E}
export MUSE_ART=s105


#
# geant4
#
GFLAGS=+${MUSE_BUILD}:+${MUSE_COMPILER_E}
if [ -z "$MUSE_G4ST" ]; then
GFLAGS=${GFLAGS}:+mt
fi
if [ -n "$MUSE_G4VG" ]; then
GFLAGS=${GFLAGS}:+vg
fi
if [ "$MUSE_G4VIS" == "qt" ]; then
GFLAGS=${GFLAGS}:+qt
fi

setup -B geant4 v4_10_6_p02b -q${GFLAGS}

#
# everything else
#

setup -B xerces_c v3_2_3 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}
setup -B mu2e_artdaq_core v1_05_06b -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}:+${MUSE_ART}
setup -B heppdt v03_04_02 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}
setup -B BTrk v1_02_30 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}:+${MUSE_PYTHON}
setup -B KinKal v00_01_06 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}:+${MUSE_PYTHON}
setup -B cry v1_7n -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}
setup -B gsl v2_6a
setup curl v7_64_1
setup cryptopp v08_02_00 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}
setup -B scons v3_1_2 -q +${MUSE_PYTHON}
setup -B gdb v9_2


setup -B gallery v1_16_01 -q+${MUSE_BUILD}:+${MUSE_COMPILER_E}
#setup -B ifdhc v2_5_8 -q e20:p383b:prof
setup -B cetbuildtools v7_17_01
setup -B valgrind v3_16_1
setup -B cmake v3_17_3

# Local Variables:
# mode: sh
# End:
# vi:syntax=sh
85 changes: 85 additions & 0 deletions config/p006
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@

# the lines starting with two hashes are documentation which can be printed
## 4/28/2021 p004 (art v3_08_00) with updating KinKal to v0.1.6

#
# use preferred build type, if none requested
#
if [ -z "$MUSE_BUILD" ]; then
export MUSE_BUILD=prof
if [ $MUSE_VERBOSE -gt 0 ]; then
echo "INFO - MUSE_BUILD defaulting to $MUSE_BUILD in $MUSE_ENVSET"
fi
fi

#
# use preferred compiler, if none requested
#
if [ -z "$MUSE_COMPILER_E" ]; then
export MUSE_COMPILER_E=e20
if [ $MUSE_VERBOSE -gt 0 ]; then
echo "INFO - MUSE_COMPILER_E defaulting to $MUSE_COMPILER_E in $MUSE_ENVSET"
fi
fi

#
# use preferred python flag, if none requested
#
if [ -z "$MUSE_PYTHON" ]; then
export MUSE_PYTHON=p392
if [ $MUSE_VERBOSE -gt 0 ]; then
echo "INFO - MUSE_PYTHON defaulting to $MUSE_PYTHON in $MUSE_ENVSET"
fi
fi


# build tools
setup cetpkgsupport v1_14_01
setup -B cetbuildtools v8_03_03
setup -B valgrind v3_16_1
setup -B cmake v3_19_6

# art
# these three lines must be coordinated
setup -B art_root_io v1_07_00 -q${MUSE_BUILD}:+${MUSE_COMPILER_E}
export MUSE_ART=s107
setup -B gallery v1_18_00 -q+${MUSE_BUILD}:+${MUSE_COMPILER_E}


#
# geant4
#
GFLAGS=+${MUSE_BUILD}:+${MUSE_COMPILER_E}
if [ -z "$MUSE_G4ST" ]; then
GFLAGS=${GFLAGS}:+mt
fi
if [ -n "$MUSE_G4VG" ]; then
GFLAGS=${GFLAGS}:+vg
fi
if [ "$MUSE_G4VIS" == "qt" ]; then
GFLAGS=${GFLAGS}:+qt
fi

setup -B geant4 v4_10_7_p01c -q${GFLAGS}

#
# everything else
#

setup -B xerces_c v3_2_3 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}
setup -B mu2e_artdaq_core v1_05_07 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}:+${MUSE_ART}
setup -B heppdt v03_04_02 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}
setup -B BTrk v1_02_31 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}:+${MUSE_PYTHON}
setup -B KinKal v00_01_06a -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}:+${MUSE_PYTHON}
setup -B cry v1_7n -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}
setup -B gsl v2_6a
setup curl v7_64_1
setup cryptopp v08_02_00 -q +${MUSE_BUILD}:+${MUSE_COMPILER_E}
setup -B scons v3_1_2a -q +${MUSE_PYTHON}
setup -B gdb v10_1


# Local Variables:
# mode: sh
# End:
# vi:syntax=sh

0 comments on commit 21babcd

Please sign in to comment.