slap icon indicating copy to clipboard operation
slap copied to clipboard

Support Lacaml v10

Open akabe opened this issue 7 years ago • 5 comments

Processing  4/4: [slap: rm]
#=== ERROR while installing slap.4.1.0 ========================================#
# opam-version 1.2.2
# os           linux
# command      ocaml setup.ml -build
# path         /home/aabe/.opam/4.04.2/build/slap.4.1.0
# compiler     4.04.2
# exit-code    1
# env-file     /home/aabe/.opam/4.04.2/build/slap.4.1.0/slap-14161-d6abbe.env
# stdout-file  /home/aabe/.opam/4.04.2/build/slap.4.1.0/slap-14161-d6abbe.out
# stderr-file  /home/aabe/.opam/4.04.2/build/slap.4.1.0/slap-14161-d6abbe.err
### stdout ###
# Error: This expression has type
# [...]
#            ?br:int ->
#            ?bc:int ->
#            ?b:Lacaml__S.mat ->
#            ?ar:int -> ?ac:int -> Lacaml__S.mat -> Lacaml__S.mat
#        but an expression was expected of type
#          ?m:int ->
#          ?n:int ->
#          ?br:int -> ?bc:int -> ?b:I.mat -> ?ar:int -> ?ac:int -> I.mat -> 'a
# Command exited with code 2.
### stderr ###
# E: Failure("Command ''/home/aabe/.opam/4.04.2/bin/ocamlbuild' lib/libslap_stubs.a lib/dllslap_stubs.so lib/slap.cma lib/slap.cmxa lib/slap.a lib/slap.cmxs lib/slap_top.cma lib/slap_top.cmxa lib/slap_top.a lib/slap_top.cmxs ppx/slap_ppx.cma ppx/slap_ppx.cmxa ppx/slap_ppx.a ppx/slap_ppx.cmxs ppx/ppx_slap.native -tag debug' terminated with error code 10")

akabe avatar Nov 16 '17 15:11 akabe

Diff: https://github.com/mmottl/lacaml/compare/v9.3.2...master

akabe avatar Nov 29 '17 14:11 akabe

The latest version of lacaml in opam is even 11.0.8 nowadays. I wanted to give a try at slap, but it cannot install without downgrading lacaml.

UnixJunkie avatar Feb 07 '22 08:02 UnixJunkie

slap cannot install with ocaml 4.12 also (opam package constraint).

UnixJunkie avatar Feb 07 '22 08:02 UnixJunkie

@UnixJunkie Sorry for late reply. slap is no longer maintained because I think it has low demand.

akabe avatar Mar 03 '22 02:03 akabe

Yeah, I fully understand the cost of maintaining software, so I can understand this decision.

UnixJunkie avatar Mar 03 '22 03:03 UnixJunkie