Welcome to the minpack-builder documentation! Here, you can find all the possible configuration options supported by minpack-builder, and detailed build-and-install instructions for minpack on different combinations of platform / Fortran compiler toolchain. Moreover, we provide documentation to use minpack as a CMake package after you installed it through minpack-builder.
Note
At the moment, the documentation is not in a complete state.
For now, we have guides to build and install minpack on Windows and Linux, using different Fortran compilers: GFortran, Intel Fortran Compiler (ifx) and LLVM flang.
The following build-and-install guides were split by platform and Fortran compiler:
- Windows
- Linux
- macOS
Tip
On Windows, Intel Fortran Compiler (ifx) emits libraries compatible to Microsoft Visual C/C++ (MSVC) build tools, what we call here MSVC-like.
Take a look at Configuration Options.
After you have built and installed minpack through minpack-builder, you can use minpack as a CMake Package. For detailed instructions, have a read at CMake Package.
We also have a few specific targets for some operations. For further information, take a look at Project-specific targets.