Skip to content

Commit

Permalink
add workaround dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Apr 14, 2021
1 parent b1e12b6 commit 6fbd386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ let package = Package(
name: "LAPACKE-iOS",
targets: ["LAPACKE", "_LapackeLink"]),
],
dependencies: [.package(url: "https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround.git", .branch("main"))],
targets: [
.binaryTarget(name: "LAPACKE", url: "https://github.com/kewlbear/LAPACKE-iOS/releases/download/0.0.20210414/LAPACKE.xcframework.zip", checksum: "22911ba53822023c27eaa6925a197f0ef67da504c9915d39973752fe1f0a5b79"),
.target(
name: "_LapackeLink",
dependencies: ["BLAS-LAPACK-AppStore-Workaround"],
linkerSettings: [.linkedFramework("Accelerate")]),
]
)

0 comments on commit 6fbd386

Please sign in to comment.