Skip to content

Commit

Permalink
move to py3 tool definition for pybind11 (which is header only and ha…
Browse files Browse the repository at this point in the history
…s no python dependency)
  • Loading branch information
davidlange6 committed Jun 8, 2021
1 parent 2203a47 commit bb57d2c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CondCore/CondDB/plugins/BuildFile.xml
Expand Up @@ -5,7 +5,7 @@

<library file="CondDBPyBind11Wrappers.cc" name="CondDBPyBind11Interface">
<use name="CondCore/CondDB"/>
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
<use name="python"/>
</library>

Expand Down
2 changes: 1 addition & 1 deletion FWCore/ParameterSetReader/BuildFile.xml
Expand Up @@ -2,5 +2,5 @@
<use name="FWCore/PythonParameterSet"/>
<export>
<lib name="1"/>
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
</export>
4 changes: 2 additions & 2 deletions FWCore/PyDevParameterSet/BuildFile.xml
@@ -1,9 +1,9 @@
<use name="DataFormats/Provenance"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Utilities"/>
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
<use name="python3"/>
<export>
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
<lib name="1"/>
</export>
2 changes: 1 addition & 1 deletion FWCore/PyDevParameterSet/test/BuildFile.xml
@@ -1,5 +1,5 @@
<bin name="testPyBind11ParameterSet" file="processbuilder_t.cppunit.cpp,makeprocess_t.cppunit.cc,makepset_t.cppunit.cc,readpsetsfrom_t.cppunit.cc">
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
<use name="cppunit"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PyDevParameterSet"/>
Expand Down
2 changes: 1 addition & 1 deletion FWCore/PythonFramework/BuildFile.xml
Expand Up @@ -7,7 +7,7 @@
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="boost"/>
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
<export>
<lib name="1"/>
</export>
4 changes: 2 additions & 2 deletions FWCore/PythonParameterSet/BuildFile.xml
@@ -1,9 +1,9 @@
<use name="DataFormats/Provenance"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Utilities"/>
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
<use name="python"/>
<export>
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
<lib name="1"/>
</export>
2 changes: 1 addition & 1 deletion FWCore/PythonParameterSet/test/BuildFile.xml
@@ -1,5 +1,5 @@
<bin name="testPyDevParameterSet" file="processbuilder_t.cppunit.cpp,makeprocess_t.cppunit.cc,makepset_t.cppunit.cc,readpsetsfrom_t.cppunit.cc">
<use name="py2-pybind11"/>
<use name="py3-pybind11"/>
<use name="cppunit"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PythonParameterSet"/>
Expand Down

0 comments on commit bb57d2c

Please sign in to comment.