GAP_pkg_fplsa_jll.fplsa4
— Methodfplsa4(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of fplsa4.
Example
fplsa4() do exe
run(`$exe $arguments`)
end
GAP_pkg_fplsa_jll.fplsa4
— Methodfplsa4(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of fplsa4. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(fplsa4()) $arguments`)
GAP_pkg_fplsa_jll.is_available
— Functionis_available()
Return whether the artifact is available for the current platform.