You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* try using FastTransforms_jll
* preserve option to build from source, but default is false
remove the option to grab binaries from releases because they're built with -march=native, which is technically unsafe
* Create .cirrus.yml
* Update README.md
* add Cirrus badge
* Update hermitetests.jl
* maintain the right to build from source
but this is not tested
* minor release 0.8
`FastTransforms.jl` allows the user to conveniently work with orthogonal polynomials with degrees well into the millions.
6
6
7
7
This package provides a Julia wrapper for the [C library](https://github.com/MikaelSlevinsky/FastTransforms) of the same name. Additionally, all three types of nonuniform fast Fourier transforms are available, as well as the Padua transform.
8
8
9
9
## Installation
10
10
11
-
The build script, which works on macOS, Linux, and Windows systems, downloads precompiled binaries of the latest version of [FastTransforms](https://github.com/MikaelSlevinsky/FastTransforms) or builds them from source, as governed by the environment variable `FT_BUILD_FROM_SOURCE=true/false`. This library depends on `FFTW`, `MPFR`, and `OpenBLAS` (on Linux and Windows), which must be present for a successful build. With dependencies, installation may be as straightforward as:
11
+
Installation, which uses [BinaryBuilder](https://github.com/JuliaPackaging/BinaryBuilder.jl) for Intel processors (Sandybridge and beyond), may be as straightforward as:
0 commit comments