Skip to content

Commit

Permalink
switch JLL
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Jun 2, 2021
1 parent 53f2763 commit e3870ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 76 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ deps/build\.log
test/Project.toml
test/Manifest.toml
test/test_csv.csv
.vscode
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ uuid = "2a6221f6-aa48-11e9-3542-2d9e0ef01880"
version = "0.1.0"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
KaHyPar_jll = "87a0c12d-51e1-52a8-b1ed-2b00825fe6a4"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
KaHyPar_jll = "1"
julia = "1"
BinaryProvider = "~0.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
64 changes: 0 additions & 64 deletions deps/build.jl

This file was deleted.

11 changes: 1 addition & 10 deletions src/KaHyPar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@ module KaHyPar
using SparseArrays
using LinearAlgebra
using Libdl

#Load libkahypar with BinaryProvider
__init__() = check_deps()
let depsfile = joinpath(@__DIR__, "..", "deps", "deps.jl")
if isfile(depsfile)
include(depsfile)
else
error("$(depsfile) does not exist, Please re-run Pkg.build(\"KaHyPar\"), and restart Julia.")
end
end
using KaHyPar_jll: libkahypar

const default_configuration = joinpath(@__DIR__,"config/cut_kKaHyPar_sea20.ini")

Expand Down

0 comments on commit e3870ba

Please sign in to comment.