Skip to content

Commit

Permalink
removed tbb lib, no more needed
Browse files Browse the repository at this point in the history
  • Loading branch information
maureeungaro committed Apr 8, 2021
1 parent 63643f7 commit f298809
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ lib_sources = Split("""src/banks.cc""")

lbanks = env.Library(source = lib_sources, target = 'lib/banks' )

# adding tbb by hand, somehow ROOT missed this in 6.18.04
env.Append(LIBS = ['tbb'])

# Various executables

eviodump = env.Program(source = Split("""src/evioDump.cc src/bank_options.cc"""), target = 'bin/evioDump' )
Expand Down

0 comments on commit f298809

Please sign in to comment.