Skip to content

Commit

Permalink
Merge pull request #142 from JeffersonLab/MC_GEN_sdobbs
Browse files Browse the repository at this point in the history
Add mc_gen and its translators (to .hddm) for ppbar and lamlambar channel
  • Loading branch information
markito3 authored Jul 8, 2020
2 parents de38edf + 5d770ef commit e7b72a5
Show file tree
Hide file tree
Showing 29 changed files with 12,356 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SBMS/sbms.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def AddCERNLIB(env):
env.AppendUnique(CPPPATH = CERN_FORTRANPATH)
env.AppendUnique(LIBPATH = CERN_LIBPATH)
env.AppendUnique(LINKFLAGS = ['-rdynamic', '-Wl,--no-as-needed'])
env.AppendUnique(LIBS = ['geant321', 'pawlib', 'lapack3', 'blas', 'graflib', 'grafX11', 'packlib', 'mathlib', 'kernlib', 'gfortran', 'X11', 'nsl', 'crypt', 'dl'])
env.AppendUnique(LIBS = ['geant321', 'pawlib', 'lapack3', 'blas', 'graflib', 'grafX11', 'packlib', 'mathlib', 'kernlib', 'phtools', 'gfortran', 'X11', 'nsl', 'crypt', 'dl'])
env.SetOption('warn', 'no-fortran-cxx-mix') # supress warnings about linking fortran with c++


Expand Down
Loading

0 comments on commit e7b72a5

Please sign in to comment.