You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,14 @@ Push to gerrithub via (with my-branch=master,...)
21
21
The core of Spacy does not require external dependencies.
22
22
Depending on your use-case the following dependencies may be required:
23
23
-[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/),
25
26
-[Kaskade 7](https://www.zib.de/projects/kaskade-7-finite-element-toolbox) for developing algorithms with Kaskade 7 (enable with cmake .. -DKaskade=ON),
26
27
-[FEniCS](https://fenicsproject.org) for developing algorithms with FEniCS (enable with cmake .. -DDolfin=ON).
27
28
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:
0 commit comments