Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 779 Bytes

README.rst

File metadata and controls

38 lines (26 loc) · 779 Bytes

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 ..