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