Skip to content

Commit

Permalink
add GLEW_jll dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grasph committed Feb 18, 2025
1 parent 8ae7955 commit 71580c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/ROOT/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ sources = [

# Bash recipe for building across all platforms
script = raw"""
echo USE_CCACHE: $USE_CCACHE
cd $WORKSPACE
if echo "$target" | grep -q musl; then #build wih musl library
# Disabling what is not working with musl:
Expand Down Expand Up @@ -208,6 +211,7 @@ dependencies = [
Dependency("Xorg_libxkbfile_jll")
Dependency("Libglvnd_jll")
Dependency(PackageSpec(name="GLU_jll", uuid="bd17208b-e95e-5925-bf81-e2f59b3e5c61"))
Dependency(PackageSpec(name="GLEW_jll", uuid="bde7f898-03f7-559e-8810-194d950ce600"))
Dependency("oneTBB_jll", compat="2021.9.0")
]

Expand Down

0 comments on commit 71580c8

Please sign in to comment.