Skip to content

Commit afb5c73

Browse files
committed
Use CUTEst_jll.jl v2.4.0
1 parent 87b0d0a commit afb5c73

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SIFDecode_jll = "54dcf436-342f-53ea-8005-3708a1ae6c8c"
1717
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1818

1919
[compat]
20-
CUTEst_jll = "=2.3.0"
20+
CUTEst_jll = "=2.4.0"
2121
Combinatorics = "1.0"
2222
DataStructures = "0.18"
2323
JSON = "0.21"

gen/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[deps]
2-
Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
32
CUTEst_jll = "bb5f6f25-f23d-57fd-8f90-3ef7bad1d825"
3+
Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
44
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
55

66
[compat]
7+
CUTEst_jll = "2.4.0"
78
julia = "1.6"
8-
CUTEst_jll = "2.2.5"

src/libcutest.jl

+9-9
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@ function cutest_cint_chprod_(libsif, status, n, m, goth, x, y, p, q)
456456
q::Ptr{Float64})::Cvoid
457457
end
458458

459-
function cutest_cint_chsprod_(libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
460-
ptr_cutest_cint_chsprod_ = Libdl.dlsym(libsif, :cutest_cint_chsprod_)
461-
@ccall $ptr_cutest_cint_chsprod_(status::Ptr{Cint}, n::Ptr{Cint}, m::Ptr{Cint}, goth::Ptr{Bool},
459+
function cutest_cint_cshprod_(libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
460+
ptr_cutest_cint_cshprod_ = Libdl.dlsym(libsif, :cutest_cint_cshprod_)
461+
@ccall $ptr_cutest_cint_cshprod_(status::Ptr{Cint}, n::Ptr{Cint}, m::Ptr{Cint}, goth::Ptr{Bool},
462462
x::Ptr{Float64}, y::Ptr{Float64}, nnzp::Ptr{Cint},
463463
indp::Ptr{Cint}, p::Ptr{Float64}, nnzr::Ptr{Cint},
464464
indr::Ptr{Cint}, r::Ptr{Float64})::Cvoid
@@ -1012,9 +1012,9 @@ function cutest_cint_chprod_s_(libsif, status, n, m, goth, x, y, p, q)
10121012
q::Ptr{Float32})::Cvoid
10131013
end
10141014

1015-
function cutest_cint_chsprod_s_(libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
1016-
ptr_cutest_cint_chsprod_s_ = Libdl.dlsym(libsif, :cutest_cint_chsprod_s_)
1017-
@ccall $ptr_cutest_cint_chsprod_s_(status::Ptr{Cint}, n::Ptr{Cint}, m::Ptr{Cint}, goth::Ptr{Bool},
1015+
function cutest_cint_cshprod_s_(libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
1016+
ptr_cutest_cint_cshprod_s_ = Libdl.dlsym(libsif, :cutest_cint_cshprod_s_)
1017+
@ccall $ptr_cutest_cint_cshprod_s_(status::Ptr{Cint}, n::Ptr{Cint}, m::Ptr{Cint}, goth::Ptr{Bool},
10181018
x::Ptr{Float32}, y::Ptr{Float32}, nnzp::Ptr{Cint},
10191019
indp::Ptr{Cint}, p::Ptr{Float32}, nnzr::Ptr{Cint},
10201020
indr::Ptr{Cint}, r::Ptr{Float32})::Cvoid
@@ -1572,9 +1572,9 @@ function cutest_cint_chprod_q_(libsif, status, n, m, goth, x, y, p, q)
15721572
q::Ptr{Float128})::Cvoid
15731573
end
15741574

1575-
function cutest_cint_chsprod_q_(libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
1576-
ptr_cutest_cint_chsprod_q_ = Libdl.dlsym(libsif, :cutest_cint_chsprod_q_)
1577-
@ccall $ptr_cutest_cint_chsprod_q_(status::Ptr{Cint}, n::Ptr{Cint}, m::Ptr{Cint}, goth::Ptr{Bool},
1575+
function cutest_cint_cshprod_q_(libsif, status, n, m, goth, x, y, nnzp, indp, p, nnzr, indr, r)
1576+
ptr_cutest_cint_cshprod_q_ = Libdl.dlsym(libsif, :cutest_cint_cshprod_q_)
1577+
@ccall $ptr_cutest_cint_cshprod_q_(status::Ptr{Cint}, n::Ptr{Cint}, m::Ptr{Cint}, goth::Ptr{Bool},
15781578
x::Ptr{Float128}, y::Ptr{Float128}, nnzp::Ptr{Cint},
15791579
indp::Ptr{Cint}, p::Ptr{Float128}, nnzr::Ptr{Cint},
15801580
indr::Ptr{Cint}, r::Ptr{Float128})::Cvoid

0 commit comments

Comments
 (0)