sourceryinstitute / ISO_Fortran_binding

C/Fortran interoperability library
BSD 3-Clause "New" or "Revised" License
17 stars 0 forks source link

[![Sourcery Institute][sourcery-institute logo]][Sourcery Institute] ISO_Fortran_binding =================== [About](#about-this-library) | [Installing](#build-test-and-install) | [Contributing](#contributing) | [Known Issues](#known-issues)

About this library

ISO_Fortran_binding supports C/Fortran interoperability by providing the Fortran 2018 ISO_Fortran_binding.h C header file, corresponding function definitions, and CMake scripts for building, testing, and installing static and dynamic libraries. C programs may use the provided function to manipulate interoperable Fortran data objects by exploiting metadata describing the type, rank, extents, contiguity, and other information about the object.

Build, test, and install


cd ISO_Fortran_binding 
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=<insert-install-path-here>
make
ctest
make install

Contributing

Known issues

This repository uses GNU C language extensions that are not supported by the clang compiler.