Cares_jll.adigMethod
adig(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of adig.

Example

adig() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Cares_jll.adigMethod
adig(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of adig. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(adig()) $arguments`)
Julia 1.6
Cares_jll.ahostMethod
ahost(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ahost.

Example

ahost() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Cares_jll.ahostMethod
ahost(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ahost. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ahost()) $arguments`)
Julia 1.6
Cares_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.