Package dspml.1.0.2 - #30295
Open
phstrauss wants to merge 1 commit into
Open
Conversation
jmid
reviewed
Jul 25, 2026
| depends: [ | ||
| "ocaml" | ||
| "dune" {>= "2.0.0"} | ||
| "dune-configurator" |
Member
There was a problem hiding this comment.
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... 🙂
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dspml.1.0.2One-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