-
Notifications
You must be signed in to change notification settings - Fork 1
Runtime library for Fort compiler
License
llvm-fortran/libfortrt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Libfortrt ================================ Libfortrt is a new implementation of the Fortran runtime library. All of the code in libfortrt is dual licensed under the MIT license and the UIUC License (a BSD-like license). Libfortrt is the runtime library for fort (the Fortran frontend for LLVM, https://github.com/llvm-fortran/fort). It can be used by any other Fortran compiler. Building Libfortrt ================================ > git clone git://github.com/llvm-fortran/libfortrt.git > cd libfortrt > mkdir build > cd build & cmake ../ -DCMAKE_INSTALL_PREFIX=/usr > cd build & make > cd build & make check > cd build & make install
About
Runtime library for Fort compiler
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published