Skip to content

Package dspml.1.0.2 - #30295

Open
phstrauss wants to merge 1 commit into
ocaml:masterfrom
phstrauss:opam-publish-dspml.1.0.2
Open

Package dspml.1.0.2#30295
phstrauss wants to merge 1 commit into
ocaml:masterfrom
phstrauss:opam-publish-dspml.1.0.2

Conversation

@phstrauss

Copy link
Copy Markdown

dspml.1.0.2

One-dimension DSP in OCaml
DSPML is a small library for unidimensional (one dimension, 1D, vector) based discrete-time signal processing



🐫 Pull-request generated by opam-publish v3.0.0

depends: [
"ocaml"
"dune" {>= "2.0.0"}
"dune-configurator"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing dependencies, causing CI to fail across the board:
4.11
dspml.1.0.2 (failed: Library "gnuplot" not found.)

#=== ERROR while compiling dspml.1.0.2 ========================================#
# context              2.5.2 | linux/x86_64 | ocaml-base-compiler.4.11.2 | pinned(https://codeberg.org/catseyechandra/dspml/archive/v1.0.2.tar.gz)
# path                 ~/.opam/4.11/.opam-switch/build/dspml.1.0.2
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p dspml -j 71
# exit-code            1
# env-file             ~/.opam/log/dspml-7-0394ae.env
# output-file          ~/.opam/log/dspml-7-0394ae.out
### output ###
# File "src/dune", line 3, characters 58-65:
# 3 |   (libraries batteries logs sndfile bigarray lacaml fftw3 gnuplot)
#                                                               ^^^^^^^
# Error: Library "gnuplot" not found.
# -> required by library "dspml" in _build/default/src
# -> required by _build/default/META.dspml
# -> required by _build/install/default/lib/dspml/META
# -> required by _build/default/dspml.install
# -> required by alias install
# File "src/dune", line 4, characters 19-27:
# 4 |   (preprocess (pps logs-ppx))
#                        ^^^^^^^^
# Error: Library "logs-ppx" not found.
# -> required by _build/default/src/.merlin-conf/lib-dspml
# -> required by _build/default/src/dspml.a
# -> required by _build/install/default/lib/dspml/dspml.a
# -> required by _build/default/dspml.install
# -> required by alias install

You'll need to list the opam-packages providing the above libraries:
batteries logs sndfile bigarray lacaml fftw3 gnuplot
potentially with (lower) bounds, as library APIs tend to evolve... 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants