FastTree_jll.fasttreeMethod
fasttree(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fasttree.

Example

fasttree() do exe
    run(`$exe $arguments`)
end
Julia 1.3
FastTree_jll.fasttreeMethod
fasttree(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(fasttree()) $arguments`)
Julia 1.6
FastTree_jll.fasttreeMPMethod
fasttreeMP(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fasttreeMP.

Example

fasttreeMP() do exe
    run(`$exe $arguments`)
end
Julia 1.3
FastTree_jll.fasttreeMPMethod
fasttreeMP(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(fasttreeMP()) $arguments`)
Julia 1.6
FastTree_jll.fasttreeMP_doubleMethod
fasttreeMP_double(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fasttreeMP_double.

Example

fasttreeMP_double() do exe
    run(`$exe $arguments`)
end
Julia 1.3
FastTree_jll.fasttreeMP_doubleMethod
fasttreeMP_double(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(fasttreeMP_double()) $arguments`)
Julia 1.6
FastTree_jll.fasttreeMP_double_noSSEMethod
fasttreeMP_double_noSSE(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fasttreeMPdoublenoSSE.

Example

fasttreeMP_double_noSSE() do exe
    run(`$exe $arguments`)
end
Julia 1.3
FastTree_jll.fasttreeMP_double_noSSEMethod
fasttreeMP_double_noSSE(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(fasttreeMP_double_noSSE()) $arguments`)
Julia 1.6
FastTree_jll.fasttreeMP_noSSEMethod
fasttreeMP_noSSE(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fasttreeMP_noSSE.

Example

fasttreeMP_noSSE() do exe
    run(`$exe $arguments`)
end
Julia 1.3
FastTree_jll.fasttreeMP_noSSEMethod
fasttreeMP_noSSE(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(fasttreeMP_noSSE()) $arguments`)
Julia 1.6
FastTree_jll.fasttree_doubleMethod
fasttree_double(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fasttree_double.

Example

fasttree_double() do exe
    run(`$exe $arguments`)
end
Julia 1.3
FastTree_jll.fasttree_doubleMethod
fasttree_double(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(fasttree_double()) $arguments`)
Julia 1.6
FastTree_jll.fasttree_double_noSSEMethod
fasttree_double_noSSE(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fasttreedoublenoSSE.

Example

fasttree_double_noSSE() do exe
    run(`$exe $arguments`)
end
Julia 1.3
FastTree_jll.fasttree_double_noSSEMethod
fasttree_double_noSSE(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(fasttree_double_noSSE()) $arguments`)
Julia 1.6
FastTree_jll.fasttree_noSSEMethod
fasttree_noSSE(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fasttree_noSSE.

Example

fasttree_noSSE() do exe
    run(`$exe $arguments`)
end
Julia 1.3
FastTree_jll.fasttree_noSSEMethod
fasttree_noSSE(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

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