Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.17 KB

File metadata and controls

40 lines (27 loc) · 2.17 KB

Documentation

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.

Build and Install Usage

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:

Tip

On Windows, Intel Fortran Compiler (ifx) emits libraries compatible to Microsoft Visual C/C++ (MSVC) build tools, what we call here MSVC-like.

Configuration Options

Take a look at Configuration Options.

CMake Package

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.

Project-specific targets

We also have a few specific targets for some operations. For further information, take a look at Project-specific targets.