Skip to content

Commit

Permalink
llvm19
Browse files Browse the repository at this point in the history
  • Loading branch information
blissd committed Jan 1, 2025
1 parent c1fb8a4 commit 2a79c88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "0.1.0"
authors = ["David Bliss <[email protected]>"]
edition = "2021"
publish = false
rust-version = "1.83.0"

[workspace]
members = ["core"]
Expand Down
12 changes: 6 additions & 6 deletions build-aux/app.fotema.Fotema.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm18"
"org.freedesktop.Sdk.Extension.llvm19"
],
"command": "fotema",
"finish-args": [
Expand All @@ -20,8 +20,8 @@
"--env=RUST_LOG=fotema=debug,relm4=warn,glycin=warn"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm18/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm19/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm19/lib",
"build-args": [
"--share=network"
],
Expand Down Expand Up @@ -70,11 +70,11 @@
"run-tests": true,

"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm18/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm19/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm19/lib",
"env": {
"OPENCV_INCLUDE_PATHS": "/app/include/opencv4",
"LIBCLANG_PATH": "/usr/lib/sdk/llvm18/lib",
"LIBCLANG_PATH": "/usr/lib/sdk/llvm19/lib",
"ORT_STRATEGY": "system"
}
},
Expand Down

0 comments on commit 2a79c88

Please sign in to comment.