Skip to content

Commit

Permalink
Update easybuild/easyconfigs/f/freeglut/freeglut-3.6.0-GCCcore-13.3.0.eb
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Moors <[email protected]>
  • Loading branch information
stefan-wolfsheimer and smoors authored Jan 10, 2025
1 parent 4fd5997 commit fa3348c
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ dependencies = [
('libGLU', '9.0.3'),
]

configopts = ' -DX11_X11_LIB="$EBROOTX11/lib/libX11.so" -DX11_X11_INCLUDE_PATH="$EBROOTX11/include/X11" -DX11_Xext_LIB="$EBROOTX11/lib/libXext.so" -DX11_Xrandr_LIB="$EBROOTX11/lib/libXrandr.so" -DX11_Xrandr_INCLUDE_PATH="$EBROOTX11/include/X11/extensions/" -DX11_Xi_LIB="$EBROOTX11/lib/libXrandr.so" -DX11_Xi_INCLUDE_PATH="$EBROOTX11/include/X11/extensions/" '
configopts = ' '.join([
'-DX11_X11_LIB="$EBROOTX11/lib/libX11.so"',
'-DX11_X11_INCLUDE_PATH="$EBROOTX11/include/X11"',
'-DX11_Xext_LIB="$EBROOTX11/lib/libXext.so"',
'-DX11_Xrandr_LIB="$EBROOTX11/lib/libXrandr.so"',
'-DX11_Xrandr_INCLUDE_PATH="$EBROOTX11/include/X11/extensions/"',
'-DX11_Xi_LIB="$EBROOTX11/lib/libXrandr.so"',
'-DX11_Xi_INCLUDE_PATH="$EBROOTX11/include/X11/extensions/"',
])


sanity_check_paths = {
Expand Down

0 comments on commit fa3348c

Please sign in to comment.