Skip to content
Snippets Groups Projects
Verified Commit 39c8a321 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Replace llvm with llvm18 in all recipes

parent 7a87b797
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ upstream = "https://github.com/rust-windowing/glutin.git" ...@@ -6,7 +6,7 @@ upstream = "https://github.com/rust-windowing/glutin.git"
[build] [build]
template = "custom" template = "custom"
dependencies = [ dependencies = [
"llvm", "llvm18",
"mesa", "mesa",
"zlib" "zlib"
] ]
......
...@@ -7,7 +7,7 @@ dependencies = [ ...@@ -7,7 +7,7 @@ dependencies = [
"curl", "curl",
"libiconv", "libiconv",
"liborbital", "liborbital",
"llvm", "llvm18",
"mesa", "mesa",
"nghttp2", "nghttp2",
"openssl1", "openssl1",
......
...@@ -11,7 +11,7 @@ dependencies = [ ...@@ -11,7 +11,7 @@ dependencies = [
#TODO: libflac #TODO: libflac
"libiconv", "libiconv",
"liborbital", "liborbital",
"llvm", "llvm18",
"mesa", "mesa",
"sdl2", "sdl2",
"zlib", "zlib",
......
...@@ -6,7 +6,7 @@ template = "custom" ...@@ -6,7 +6,7 @@ template = "custom"
dependencies = [ dependencies = [
"liborbital", "liborbital",
"libretro-super", "libretro-super",
"llvm", "llvm18",
"mesa", "mesa",
"openssl1", "openssl1",
"sdl2", "sdl2",
......
...@@ -6,7 +6,7 @@ upstream = "https://github.com/servo/pathfinder.git" ...@@ -6,7 +6,7 @@ upstream = "https://github.com/servo/pathfinder.git"
[build] [build]
template = "custom" template = "custom"
dependencies = [ dependencies = [
"llvm", "llvm18",
"mesa", "mesa",
"zlib", "zlib",
] ]
......
...@@ -10,7 +10,7 @@ dependencies = [ ...@@ -10,7 +10,7 @@ dependencies = [
"dbus", "dbus",
"dspy", "dspy",
"enchant", "enchant",
"llvm", "llvm18",
"gdk-pixbuf", "gdk-pixbuf",
"glib", "glib",
"gobject-introspection", "gobject-introspection",
......
...@@ -6,7 +6,7 @@ template = "custom" ...@@ -6,7 +6,7 @@ template = "custom"
dependencies = [ dependencies = [
"curl", "curl",
"liborbital", "liborbital",
"llvm", "llvm18",
"mesa", "mesa",
"mesa-glu", "mesa-glu",
"nghttp2", "nghttp2",
......
...@@ -5,7 +5,7 @@ git = "https://github.com/jackpot51/ppsspp" ...@@ -5,7 +5,7 @@ git = "https://github.com/jackpot51/ppsspp"
template = "custom" template = "custom"
dependencies = [ dependencies = [
"liborbital", "liborbital",
"llvm", "llvm18",
"mesa", "mesa",
"mesa-glu", "mesa-glu",
"sdl2", "sdl2",
......
...@@ -42,5 +42,5 @@ cp -rv "${COOKBOOK_SOURCE}/shaders" "${COOKBOOK_STAGE}/home/user/systemshock/sha ...@@ -42,5 +42,5 @@ cp -rv "${COOKBOOK_SOURCE}/shaders" "${COOKBOOK_STAGE}/home/user/systemshock/sha
""" """
[package] [package]
dependencies = [ dependencies = [
"llvm", "llvm18",
] ]
...@@ -13,7 +13,7 @@ dependencies = [ ...@@ -13,7 +13,7 @@ dependencies = [
"freetype2", "freetype2",
"glew", "glew",
"imath", "imath",
"llvm", "llvm18",
"lz4", "lz4",
"libffi", "libffi",
"libjpeg-turbo", "libjpeg-turbo",
......
...@@ -6,7 +6,7 @@ branch = "master" ...@@ -6,7 +6,7 @@ branch = "master"
dependencies = [ dependencies = [
"ffmpeg6", "ffmpeg6",
"liborbital", "liborbital",
"llvm", "llvm18",
"mesa", "mesa",
"sdl2", "sdl2",
"zlib", "zlib",
......
...@@ -6,7 +6,7 @@ rev = "f32d5d3df7e3c6a873d1b113ef3b707b016b3a69" ...@@ -6,7 +6,7 @@ rev = "f32d5d3df7e3c6a873d1b113ef3b707b016b3a69"
template = "cargo" template = "cargo"
dependencies = [ dependencies = [
"ffmpeg6", "ffmpeg6",
"llvm", "llvm18",
"openssl1", "openssl1",
"opencv4", "opencv4",
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment