Skip to content

Commit 3a4d569

Browse files
authored
[README] Add optional dependency FunG
1 parent 7456d1c commit 3a4d569

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ Push to gerrithub via (with my-branch=master,...)
2121
The core of Spacy does not require external dependencies.
2222
Depending on your use-case the following dependencies may be required:
2323
- [googletest](https://github.com/google/googletest) for compiling the tests (enable with cmake .. -DBuildTest=ON),
24-
- [Eigen](//http://eigen.tuxfamily.org/) for enabling finite-dimensional problem descriptions using namespace 'Spacy::Rn' (automatically enabled if cmake finds Eigen),
24+
- [Eigen](http://eigen.tuxfamily.org/) for enabling finite-dimensional problem descriptions using namespace 'Spacy::Rn' (automatically enabled if cmake finds Eigen),
25+
- [FunG](https://lubkoll.github.io/FunG) an automatic-differentiation library that can be used for the definition of integrands for [Kaskade 7](https://www.zib.de/projects/kaskade-7-finite-element-toolbox) and for the generation of finite-dimensional problems with [Eigen](http://eigen.tuxfamily.org/),
2526
- [Kaskade 7](https://www.zib.de/projects/kaskade-7-finite-element-toolbox) for developing algorithms with Kaskade 7 (enable with cmake .. -DKaskade=ON),
2627
- [FEniCS](https://fenicsproject.org) for developing algorithms with FEniCS (enable with cmake .. -DDolfin=ON).
2728

28-
Currently there are integration tests for [Eigen](//http://eigen.tuxfamily.org/) and [FEniCS](https://fenicsproject.org), running in a separate CI:
29+
Currently there are integration tests for [Eigen](http://eigen.tuxfamily.org/), [FEniCS](https://fenicsproject.org) and
30+
[FunG](https://lubkoll.github.io/FunG), running in a separate CI:
31+
2932
[![Build Status](https://travis-ci.org/spacy-dev/Spacy-Integration-Tests.svg?branch=master)]
3033
(https://travis-ci.org/spacy-dev/Spacy-Integration-Tests/builds)
3134

0 commit comments

Comments
 (0)