Skip to content

Commit

Permalink
copy sartre as external package to offline_main
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkenburg committed Jun 27, 2017
1 parent 8ee6403 commit f9b1fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/rebuild/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
my $CC = $buildmanager;
my @externalPackages = ("boost", "CGAL", "CLHEP", "Eigen", "EvtGen", "fastjet", "gsl", "HepMC", "PHOTOS", "pythia8", "rave", "TAUOLA");
my $externalPackagesDir = "$OPT_SPHENIX";
my @externalRootPackages = ("eic-smear");
my @externalRootPackages = ("eic-smear", "sartre-1.20");
my $rootversion = `root-config --version`;
chomp $rootversion;
$rootversion =~ s/\//\./g;
Expand Down

0 comments on commit f9b1fcb

Please sign in to comment.