Skip to content

Commit

Permalink
1.12 has ptl and tasking
Browse files Browse the repository at this point in the history
  • Loading branch information
maureeungaro committed May 24, 2023
1 parent 62a7709 commit 3fadead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions loadgeant4.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def loadgeant4(env, OSENV) :
env.Append(CXXFLAGS='-I/usr/include/GL')
validg4libs.append('GL')
validg4libs.append('pthread')
validg4libs.append('G4ptl')
validg4libs.append('G4tasking')

if env['PLATFORM'] == 'darwin':
env.Append(CXXFLAGS='-I/System/Library/Frameworks/OpenGL.framework/Headers')
Expand All @@ -76,6 +78,8 @@ def loadgeant4(env, OSENV) :
validg4libs.append('GL')
# not in geant4-config --libs ?
validg4libs.append('pthread')
validg4libs.append('G4ptl')
validg4libs.append('G4tasking')

if env['PLATFORM'] == 'win32':
validg4libs.append('glu32')
Expand Down

0 comments on commit 3fadead

Please sign in to comment.