Skip to content

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

License

Notifications You must be signed in to change notification settings

pyccel/splf2003

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published