All Projects → pyccel → splf2003

pyccel / splf2003

Licence: MIT license
Fortran 2003 library for B-Splines/NURBS and Computer Aided Design Algorithms

Programming Languages

fortran
972 projects
CMake
9771 projects
python
139335 projects - #7 most used programming language

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 ..
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].