Skip to content

Commit ec80976

Browse files
committed
Dependency to CSB_jll
1 parent 6a0bde9 commit ec80976

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["Dimitris Floros <[email protected]>", "Nikos Pitsianis <pitsiani@
44
version = "0.1.0"
55

66
[deps]
7+
CSB_jll = "a883dece-cb75-578c-a4af-c9463aa1e20e"
78
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
89
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
910
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

src/CompressedSparseBlocks.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@ module CompressedSparseBlocks
22

33
export SparseMatrixCSB
44

5-
using Libdl, LinearAlgebra, SparseArrays, DocStringExtensions
6-
7-
# FIXME: When JLL is ready, uncomment the following line
8-
# using CSB_jll
9-
#
10-
# and remove the following 2 lines
11-
const PROJECT_ROOT = pkgdir(@__MODULE__)
12-
libcsb = joinpath(PROJECT_ROOT, "../CSB/devel", "libcsb.$(Libdl.dlext)")
5+
using Libdl, LinearAlgebra, SparseArrays, DocStringExtensions, CSB_jll
136

147
import LinearAlgebra:
158
mul!

0 commit comments

Comments
 (0)