Skip to content

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Aug 28, 2018
1 parent 1b190b7 commit ef5c3a9
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,27 +108,16 @@ For a debug build:
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
```

A [FoBiS](https://github.com/szaghi/FoBiS) configuration file (`bspline-fortran.fobis`) is also provided that can build the library and examples. Use the `mode` flag to indicate what to build. For example:

* To build all the examples using gfortran: `FoBiS.py build -f bspline-fortran.fobis -mode tests-gnu`
* To build all the examples using ifort: `FoBiS.py build -f bspline-fortran.fobis -mode tests-intel`
* To build a static library using gfortran: `FoBiS.py build -f bspline-fortran.fobis -mode static-gnu`
* To build a static library using ifort: `FoBiS.py build -f bspline-fortran.fobis -mode static-intel`

The full set of modes are:

* `static-gnu`
* `static-gnu-debug`
* `static-intel`
* `static-intel-debug`
* `shared-gnu`
* `shared-gnu-debug`
* `shared-intel`
* `shared-intel-debug`
* `tests-gnu`
* `tests-gnu-debug`
* `tests-intel`
* `tests-intel-debug`
A [FoBiS](https://github.com/szaghi/FoBiS) configuration file (`bspline-fortran.fobis`) is also provided that can also build the library and examples. Use the `mode` flag to indicate what to build. For example:

* To build all the examples using gfortran: `FoBiS.py build -f bspline-fortran.fobis -mode tests-gnu`
* To build all the examples using ifort: `FoBiS.py build -f bspline-fortran.fobis -mode tests-intel`
* To build a static library using gfortran: `FoBiS.py build -f bspline-fortran.fobis -mode static-gnu`
* To build a static library using ifort: `FoBiS.py build -f bspline-fortran.fobis -mode static-intel`

The full set of modes are: `static-gnu`, `static-gnu-debug`, `static-intel`, `static-intel-debug`, `shared-gnu`, `shared-gnu-debug`, `shared-intel`, `shared-intel-debug`, `tests-gnu`, `tests-gnu-debug`, `tests-intel`, `tests-intel-debug`

To generate the documentation using [ford](https://github.com/cmacmackin/ford), run: ```FoBis.py rule --execute makedoc -f bspline-fortran.fobis```

# Documentation

Expand Down

0 comments on commit ef5c3a9

Please sign in to comment.