/mpfun2020-var1

FPM Package for MPFUN2020 (var1) https://www.davidhbailey.com/dhbsoftware/

Primary LanguageFortran

mpfun2020-var1

FPM Package for MPFUN2020: A thread-safe arbitrary precision package for Fortran.

Description

A Fortran Package Manager package for the MPFUN2020 library (the var1 version) by David H. Bailey.

To build the library:

fpm build --profile release

To use mpfun2020-var1 within your fpm project, add the following to your fpm.toml file:

[dependencies]
mpfun2020-var1 = { git="https://github.com/jacobwilliams/mpfun2020-var1.git" }

See also