Skip to content

jacobwilliams/mpfun2020-var1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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