Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- tested in clean chroot
- update to 2.1.0
- use Github repo
- update depends
- update license to SPDX
- add check()
- use dune
Note that upstream split ocamlgraph and ocamlgraph_gtk into two different
packages. This is the package for ocamlgraph which does not depend on lablgtk2.
See: https://github.com/backtracking/ocamlgraph/issues/87
|
|
|
|
As told by namcap, ocaml is not needed after the compilation any more.
|
|
Since lablgtk2 does not provide gnoCanvas.cma, we can not build the
viewer and the editor, but only the library.
This is not the best solution, but at least this package builds again.
|
|
|
|
The -destdir of `ocamlfind install` means the immediate install
directory, whereas DESTDIR in (gnu) Makefiles[1] are just a prefix for
the root directory.
Since the ocamlgraph Makefile sets '-destdir $DESTDIR' directly, resolve
this by explicitly setting the `ocamlfind install` command line argument
via OCAMLFINDDEST.
[1] https://www.gnu.org/prep/standards/html_node/DESTDIR.html
|
|
|
|
|