Skip to content

Commit

Permalink
Let the package solver fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jan 5, 2024
1 parent 65d3fcf commit c94aea9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
3 changes: 3 additions & 0 deletions deps/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
LLVM_full_jll = "a3ccf953-465e-511d-b87f-60a6490c289d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[compat]
LLVM_full_jll = "14,15"
3 changes: 2 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include("llvm_installer.jl")
using LLVM_full_jll

println("Environment")
println("- LLVM_full_jll v$(pkgversion(LLVM_full_jll))")
println("- llvm-config = $(LLVM_full_jll.get_llvm_config_path())")
println("- clang = $(LLVM_full_jll.get_clang_path())")

Expand Down
17 changes: 0 additions & 17 deletions deps/llvm_installer.jl

This file was deleted.

0 comments on commit c94aea9

Please sign in to comment.