~vpec/maus/tof_calib_read

« back to all changes in this revision

Viewing changes to third_party/bash/21root.bash

Preparing for release 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    # weird and wonderful library locations to support multiple architectures.
45
45
    # Sticks them in ${x11} directory
46
46
    python ${MAUS_THIRD_PARTY}/third_party/install/bin/library_finder.py X11 Xext Xft
47
 
    ./configure --disable-xrootd --enable-gsl-shared \
 
47
    ./configure --disable-xrootd --enable-gsl-shared --enable-minuit2 \
48
48
              --with-gsl-incdir=${MAUS_ROOT_DIR}/third_party/install/include \
49
49
              --with-gsl-libdir=${MAUS_ROOT_DIR}/third_party/install/lib \
50
50
              --with-x11-libdir=${x11} \