GAP_pkg_ace_jll.aceMethod
ace(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ace.

Example

ace() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GAP_pkg_ace_jll.aceMethod
ace(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(ace()) $arguments`)
Julia 1.6