Skip to content

Commit

Permalink
Merge pull request #34427 from jfernan2/python3Validation
Browse files Browse the repository at this point in the history
python2 cleanup: Validation packages
  • Loading branch information
cmsbuild authored Aug 10, 2021
2 parents a59c23d + 2adc2cd commit 885ca5c
Show file tree
Hide file tree
Showing 65 changed files with 2,554 additions and 2,081 deletions.
2 changes: 1 addition & 1 deletion Validation/CaloTowers/test/macros/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ singlePi.exe : SinglePi.C
$(GCC)

RelValMacro.so : RelValMacro.C
$(eval tpypath := $(shell python get.py '$(CMSSW_FWLITE_INCLUDE_PATH)'))
$(eval tpypath := $(shell python3 get.py '$(CMSSW_FWLITE_INCLUDE_PATH)'))
g++ -fPIC -shared RelValMacro.C -o RelValMacro.so -I $(tpypath)/include/ -I /cvmfs/cms.cern.ch/slc6_amd64_gcc491/external/python/2.7.6-eccfad/include/python2.7 -L /cvmfs/cms.cern.ch/slc6_amd64_gcc491/external/python/2.7.6-eccfad/lib -lpython2.7 -L $(tpypath)/lib -lboost_python -g `root-config --cflags --glibs`
2 changes: 1 addition & 1 deletion Validation/CaloTowers/test/macros/RelValHarvest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys, os, re

Expand Down
2 changes: 1 addition & 1 deletion Validation/CaloTowers/test/macros/RelValHarvest_2018A.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys, os, re

Expand Down
2 changes: 1 addition & 1 deletion Validation/CaloTowers/test/macros/RelValHarvest_2018B.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys, os, re

Expand Down
Loading

0 comments on commit 885ca5c

Please sign in to comment.