Search Criteria
Package Details: ocaml-ocamlgraph 1.8.8-1
Git Clone URL: | https://aur.archlinux.org/ocaml-ocamlgraph.git (read-only, click to copy) |
---|---|
Package Base: | ocaml-ocamlgraph |
Description: | Graph library for OCaml |
Upstream URL: | http://ocamlgraph.lri.fr/index.en.html |
Licenses: | |
Submitter: | thorsten |
Maintainer: | None |
Last Packager: | thorsten |
Votes: | 5 |
Popularity: | 0.000218 |
First Submitted: | 2016-01-28 16:42 |
Last Updated: | 2018-01-25 14:58 |
Dependencies (3)
- lablgtk2 (make)
- ocaml (make)
- ocaml-findlib (make)
Required by (5)
- frama-c (make)
- frama-c-git
- opa-git (make)
- spark2014-git (make)
- why3
Latest Comments
thorsten commented on 2018-01-25 15:01
Thanks! I've updated it to 1.8.8
meanjollies commented on 2018-01-24 15:55
This build is currently failing:
This problem goes away in 1.8.8.
thorsten commented on 2017-04-07 10:18
Thanks, now I don't build the viewer anymore, because GnoCanvas is not provided by extra/lablgtk2. Please try again to build this package.
In case you need the viewer, we would still need to find another solution.
dkasak commented on 2017-04-07 09:11
The build fails for me with:
ocamlc.opt -c -I src -I lib -g -dtypes -I +lablgtk2 -I view_graph -I . -I +lablgtk2 -I view_graph -I . view_graph/viewGraph_core.mli
File "view_graph/viewGraph_core.mli", line 36, characters 17-48:
Error: Unbound module GnoCanvas
make: *** [Makefile:550: view_graph/viewGraph_core.cmi] Error 2
zorun commented on 2017-01-07 17:20
namcap complains about a missing dependency:
ocaml-ocamlgraph E: Dependency libgnomecanvas detected and not included (libraries ['usr/lib/libgnomecanvas-2.so.0'] needed in files ['usr/bin/graph-editor', 'usr/bin/graph-viewer'])
thorsten commented on 2016-07-04 09:33
I've just fixed that. Thanks for reporting and please try it again!
For more information see the commit message https://aur.archlinux.org/cgit/aur.git/commit/?h=ocaml-ocamlgraph&id=b504bda1fc4d785e334c12671e668b3e771775b3
aeden commented on 2016-07-02 14:43
Yeah, the files get installed in my root directory.
/
|-- bin
|-- boot
|-- dev
|-- etc
|-- home
|-- lib -> usr/lib
|-- mnt
|-- ocamlgraph
| |-- META
| |-- builder.mli
| |-- ...
| |-- graph.a
| |-- graph.cma
| |-- graph.cmi
| |-- graph.cmo
| |-- graph.cmx
| |-- graph.cmxa
| `-- ...
|-- opt
|-- proc
|-- run
|-- sbin
|-- srv
|-- sys
|-- tm
|-- tmp
|-- usr
|-- var
thorsten commented on 2016-06-13 17:44
Why do you think so? DESTDIR specifies the temporary "root" directory, not the directory where the files are installed.
See also the DESTDIR-documentation: https://www.gnu.org/prep/standards/html_node/DESTDIR.html
And at least for me, the files are installed to /usr/lib/ocaml/ocamlgraph on my installation. Are the files installed to the wrong directory on your machine?
aeden commented on 2016-06-13 17:21
I believe that line 32 of PKGBUILD should be changed from
make DESTDIR=$pkgdir install-findlib
to
make DESTDIR=$OCAMLFIND_DESTDIR install-findlib
to have the ocaml files installed to /usr/lib/ocaml/ocamlgraph.