pyccel / splf2003

Fortran 2003 library for B-Splines/NURBS and Computer Aided Design Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to SPLF 2003

|build-devel| |docs|

SPLF2003 is a Fortran 2003 library for B-Splines/NURBS and Computer Aided Design Algorithms.

Requirements

  • cmake (version 2.8 or higher)
  • Fortran 2003 Compiler (gfortran version 4.7 or higher, or appropriate ifort)

Install

We first install the Fortran library/headers using cmake (by default the installation path is $PWD/../usr):

mkdir build && cd build
cmake -DCMAKE_Fortran_FLAGS="-fPIC" ..
make && make install && cd ..

About

Fortran 2003 library for B-Splines/NURBS and Computer Aided Design Algorithms

License:MIT License


Languages

Language:Fortran 79.0%Language:CMake 20.4%Language:Python 0.5%