Skip to content

Commit

Permalink
[GALAHAD.jl] Update the path of libraries in quadruple precision
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 13, 2025
1 parent 46acdd0 commit 52d60d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GALAHAD.jl/src/GALAHAD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ else
const GALAHAD_INSTALLATION = "YGGDRASIL"
const libgalahad_single = GALAHAD_jll.libgalahad_single
const libgalahad_double = GALAHAD_jll.libgalahad_double
const libgalahad_quadruple = ""
const libgalahad_quadruple = replace(libgalahad_double, "double" => "quadruple")
const libgalahad_single_64 = GALAHAD_jll.libgalahad_single_64
const libgalahad_double_64 = GALAHAD_jll.libgalahad_double_64
const libgalahad_quadruple_64 = ""
const libgalahad_quadruple_64 = replace(libgalahad_double_64, "double" => "quadruple")
end

function __init__()
Expand Down

0 comments on commit 52d60d3

Please # to comment.