Skip to content

Commit

Permalink
Merge pull request #14 from chkwon/jll-reg
Browse files Browse the repository at this point in the history
dependency: HGSCVRP_jll
  • Loading branch information
chkwon authored May 10, 2022
2 parents 968aecd + f866b26 commit 90b0afa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 71 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ version = "0.1.0"
[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
CVRPLIB = "6232a4dd-6c48-4603-a2a7-0046d401e3d1"
HGSCVRP_jll = "5e659521-bdfb-59ef-a6ee-f402fe753050"
TSPLIB = "b1c258e7-59ae-4b06-a547-f10871db1548"

[compat]
BinDeps = "1"
TSPLIB = "0.1"
CVRPLIB = "0.3"
TSPLIB = "0.1"
HGSCVRP_jll = "2"
julia = "1"

[extras]
Expand Down
68 changes: 0 additions & 68 deletions deps/build.jl

This file was deleted.

5 changes: 3 additions & 2 deletions src/main.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using CVRPLIB, TSPLIB
using HGSCVRP_jll

const LIBHGSCVRP = HGSCVRP_jll.get_libhgscvrp_path()

# Write your package code here.
include("../deps/deps.jl") # const LIBHGSCVRP
include("c_api.jl")
include("cvrp.jl")
include("tsp.jl")
Expand Down

2 comments on commit 90b0afa

@chkwon
Copy link
Owner Author

@chkwon chkwon commented on 90b0afa May 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/59985

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 90b0afab722ca2b5c06add485f56fb84010711f6
git push origin v0.1.0

Please sign in to comment.