D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-gsl-1.19.1-20.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DsccBL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf gsl-ocaml-1.19.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/v1.19.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gsl-ocaml-1.19.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1Jr1fK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gsl-ocaml-1.19.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export GSL_CBLAS_LIB=-lopenblas + GSL_CBLAS_LIB=-lopenblas + ./configure --prefix /usr --libdir /usr/lib64 --libexecdir /usr/libexec --exec-prefix /usr --bindir /usr/bin --mandir /usr/share/man --datadir /usr/share --localstatedir /var --docdir /usr/share/doc/ocaml-gsl-devel --destdir /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 File "./setup.ml", line 318, characters 20-36: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 318, characters 42-58: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 14-30: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 38-54: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 330, characters 25-41: 330 | Hashtbl.hash (String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 1381, characters 23-41: 1381 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "./setup.ml", line 1825, characters 16-33: 1825 | concat dir (String.capitalize base) ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "./setup.ml", line 1831, characters 16-35: 1831 | concat dir (String.uncapitalize base) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 3229, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 5847, characters 11-28: Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. ocaml do_const.ml --mli > lib/gsl_const.mli File "./do_const.ml", line 12, characters 24-40: 12 | let get_name line = String.lowercase (Str.matched_group 1 line) in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./do_const.ml", line 13, characters 24-40: 13 | let get_data line = String.lowercase (Str.matched_group 2 line) in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./do_const.ml", line 34, characters 22-38: 34 | let upper_const = String.uppercase const in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "./do_const.ml", line 35, characters 49-65: 35 | if is_mli then printf "\nmodule %s : sig\n" (String.uppercase const) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. ocaml do_const.ml > lib/gsl_const.ml File "./do_const.ml", line 12, characters 24-40: 12 | let get_name line = String.lowercase (Str.matched_group 1 line) in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./do_const.ml", line 13, characters 24-40: 13 | let get_data line = String.lowercase (Str.matched_group 2 line) in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./do_const.ml", line 34, characters 22-38: 34 | let upper_const = String.uppercase const in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "./do_const.ml", line 35, characters 49-65: 35 | if is_mli then printf "\nmodule %s : sig\n" (String.uppercase const) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. ocaml do_sf.ml < lib/gsl_sf.mli.q > lib/gsl_sf.mli cp lib/gsl_sf.mli lib/gsl_sf.ml ocaml do_cdf.ml < /usr/include/gsl/gsl_cdf.h > lib/gsl_cdf.mli File "./do_cdf.ml", line 53, characters 12-28: 53 | let l = String.lowercase a in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. cp lib/gsl_cdf.mli lib/gsl_cdf.ml ocaml do_cdf.ml --c < /usr/include/gsl/gsl_cdf.h > lib/mlgsl_cdf.c File "./do_cdf.ml", line 53, characters 12-28: 53 | let l = String.lowercase a in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. Configuration: ocamlfind: ........................................... /usr/bin/ocamlfind ocamlc: .............................................. /usr/bin/ocamlc.opt ocamlopt: ............................................ /usr/bin/ocamlopt.opt ocamlbuild: .......................................... /usr/bin/ocamlbuild Package name: ........................................ gsl Package version: ..................................... 1.19.1 os_type: ............................................. Unix system: .............................................. linux architecture: ........................................ arm64 ccomp_type: .......................................... cc ocaml_version: ....................................... 4.13.1 standard_library_default: ............................ /usr/lib64/ocaml standard_library: .................................... /usr/lib64/ocaml bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 model: ............................................... default ext_obj: ............................................. .o ext_asm: ............................................. .s ext_lib: ............................................. .a ext_dll: ............................................. .so default_executable_name: ............................. a.out systhread_supported: ................................. true Install architecture-independent files dir: .......... /usr Install architecture-dependent files in dir: ......... /usr User executables: .................................... /usr/bin System admin executables: ............................ $exec_prefix/sbin Program executables: ................................. /usr/libexec Read-only single-machine data: ....................... $prefix/etc Modifiable architecture-independent data: ............ $prefix/com Modifiable single-machine data: ...................... /var Object code libraries: ............................... /usr/lib64 Read-only arch-independent data root: ................ $prefix/share Read-only architecture-independent data: ............. /usr/share Info documentation: .................................. $datarootdir/info Locale-dependent data: ............................... $datarootdir/locale Man documentation: ................................... /usr/share/man Documentation root: .................................. /usr/share/doc/ocaml-gsl-devel HTML documentation: .................................. $docdir DVI documentation: ................................... $docdir PDF documentation: ................................... $docdir PS documentation: .................................... $docdir Prepend a path when installing package: .............. /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 findlib_version: ..................................... 1.9.1 is_native: ........................................... true suffix_program: ...................................... Remove a file.: ...................................... rm -f Remove a directory.: ................................. rm -rf Turn ocaml debug flag on: ............................ true Turn ocaml profile flag on: .......................... false Compiler support generation of .cmxs.: ............... true OCamlbuild additional flags: ......................... Strict compile-time checks: .......................... true Build examples: ...................................... true Allow building of examples using camlp4: ............. false Create documentations: ............................... true Compile tests executable and library and run them: ... false ocamldoc: ............................................ /usr/bin/ocamldoc pkg_bigarray: ........................................ /usr/lib64/ocaml + make ocaml setup.ml -build File "./setup.ml", line 318, characters 20-36: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 318, characters 42-58: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 14-30: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 38-54: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 330, characters 25-41: 330 | Hashtbl.hash (String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 1381, characters 23-41: 1381 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "./setup.ml", line 1825, characters 16-33: 1825 | concat dir (String.capitalize base) ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "./setup.ml", line 1831, characters 16-35: 1831 | concat dir (String.uncapitalize base) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 3229, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 5847, characters 11-28: Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. Warning: Won't be able to compile a native plugin /usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild File "_tags", line 176, characters 38-48: Warning: the tag "pkg_camlp4" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 178, characters 23-33: Warning: the tag "pkg_camlp4" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_blas.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_blas.c In file included from lib/mlgsl_blas.c:11: lib/mlgsl_blas.h: In function 'CBLAS_ORDER_val': lib/mlgsl_blas.h:5:29: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 5 | static inline CBLAS_ORDER_t CBLAS_ORDER_val(v) | ^~~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_TRANS_val': lib/mlgsl_blas.h:11:33: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 11 | static inline CBLAS_TRANSPOSE_t CBLAS_TRANS_val(v) | ^~~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_UPLO_val': lib/mlgsl_blas.h:17:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 17 | static inline CBLAS_UPLO_t CBLAS_UPLO_val(v) | ^~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_DIAG_val': lib/mlgsl_blas.h:23:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 23 | static inline CBLAS_DIAG_t CBLAS_DIAG_val(v) | ^~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_SIDE_val': lib/mlgsl_blas.h:29:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 29 | static inline CBLAS_SIDE_t CBLAS_SIDE_val(v) | ^~~~~~~~~~~~~~ mv mlgsl_blas.o lib/mlgsl_blas.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_blas_complex.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_blas_complex.c In file included from lib/mlgsl_blas_complex.c:11: lib/mlgsl_blas.h: In function 'CBLAS_ORDER_val': lib/mlgsl_blas.h:5:29: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 5 | static inline CBLAS_ORDER_t CBLAS_ORDER_val(v) | ^~~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_TRANS_val': lib/mlgsl_blas.h:11:33: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 11 | static inline CBLAS_TRANSPOSE_t CBLAS_TRANS_val(v) | ^~~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_UPLO_val': lib/mlgsl_blas.h:17:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 17 | static inline CBLAS_UPLO_t CBLAS_UPLO_val(v) | ^~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_DIAG_val': lib/mlgsl_blas.h:23:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 23 | static inline CBLAS_DIAG_t CBLAS_DIAG_val(v) | ^~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_SIDE_val': lib/mlgsl_blas.h:29:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 29 | static inline CBLAS_SIDE_t CBLAS_SIDE_val(v) | ^~~~~~~~~~~~~~ mv mlgsl_blas_complex.o lib/mlgsl_blas_complex.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_blas_complex_float.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_blas_complex_float.c In file included from lib/mlgsl_blas_complex_float.c:13: lib/mlgsl_blas.h: In function 'CBLAS_ORDER_val': lib/mlgsl_blas.h:5:29: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 5 | static inline CBLAS_ORDER_t CBLAS_ORDER_val(v) | ^~~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_TRANS_val': lib/mlgsl_blas.h:11:33: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 11 | static inline CBLAS_TRANSPOSE_t CBLAS_TRANS_val(v) | ^~~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_UPLO_val': lib/mlgsl_blas.h:17:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 17 | static inline CBLAS_UPLO_t CBLAS_UPLO_val(v) | ^~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_DIAG_val': lib/mlgsl_blas.h:23:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 23 | static inline CBLAS_DIAG_t CBLAS_DIAG_val(v) | ^~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_SIDE_val': lib/mlgsl_blas.h:29:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 29 | static inline CBLAS_SIDE_t CBLAS_SIDE_val(v) | ^~~~~~~~~~~~~~ mv mlgsl_blas_complex_float.o lib/mlgsl_blas_complex_float.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_blas_float.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_blas_float.c In file included from lib/mlgsl_blas_float.c:11: lib/mlgsl_blas.h: In function 'CBLAS_ORDER_val': lib/mlgsl_blas.h:5:29: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 5 | static inline CBLAS_ORDER_t CBLAS_ORDER_val(v) | ^~~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_TRANS_val': lib/mlgsl_blas.h:11:33: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 11 | static inline CBLAS_TRANSPOSE_t CBLAS_TRANS_val(v) | ^~~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_UPLO_val': lib/mlgsl_blas.h:17:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 17 | static inline CBLAS_UPLO_t CBLAS_UPLO_val(v) | ^~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_DIAG_val': lib/mlgsl_blas.h:23:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 23 | static inline CBLAS_DIAG_t CBLAS_DIAG_val(v) | ^~~~~~~~~~~~~~ lib/mlgsl_blas.h: In function 'CBLAS_SIDE_val': lib/mlgsl_blas.h:29:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int] 29 | static inline CBLAS_SIDE_t CBLAS_SIDE_val(v) | ^~~~~~~~~~~~~~ mv mlgsl_blas_float.o lib/mlgsl_blas_float.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_bspline.c mv mlgsl_bspline.o lib/mlgsl_bspline.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_cdf.c mv mlgsl_cdf.o lib/mlgsl_cdf.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_cheb.c mv mlgsl_cheb.o lib/mlgsl_cheb.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_combi.c mv mlgsl_combi.o lib/mlgsl_combi.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_complex.c mv mlgsl_complex.o lib/mlgsl_complex.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_deriv.c mv mlgsl_deriv.o lib/mlgsl_deriv.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_eigen.c mv mlgsl_eigen.o lib/mlgsl_eigen.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_error.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_error.c lib/mlgsl_error.c: In function 'ml_gsl_error_init': lib/mlgsl_error.c:48:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 48 | ml_gsl_err_handler = caml_named_value("mlgsl_err_handler"); | ^ mv mlgsl_error.o lib/mlgsl_error.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_fft.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_fft.c lib/mlgsl_fft.c: In function 'check_layout': lib/mlgsl_fft.c:29:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 29 | layout_exn = caml_named_value("mlgsl_layout_exn"); | ^ mv mlgsl_fft.o lib/mlgsl_fft.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_fit.c mv mlgsl_fit.o lib/mlgsl_fit.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_fun.c mv mlgsl_fun.o lib/mlgsl_fun.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_histo.c mv mlgsl_histo.o lib/mlgsl_histo.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_ieee.c mv mlgsl_ieee.o lib/mlgsl_ieee.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_integration.c mv mlgsl_integration.o lib/mlgsl_integration.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_interp.c mv mlgsl_interp.o lib/mlgsl_interp.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_linalg.c mv mlgsl_linalg.o lib/mlgsl_linalg.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_linalg_complex.c mv mlgsl_linalg_complex.o lib/mlgsl_linalg_complex.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_math.c mv mlgsl_math.o lib/mlgsl_math.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_matrix_complex.c mv mlgsl_matrix_complex.o lib/mlgsl_matrix_complex.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_matrix_complex_float.c mv mlgsl_matrix_complex_float.o lib/mlgsl_matrix_complex_float.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_matrix_double.c mv mlgsl_matrix_double.o lib/mlgsl_matrix_double.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_matrix_float.c mv mlgsl_matrix_float.o lib/mlgsl_matrix_float.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_min.c mv mlgsl_min.o lib/mlgsl_min.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_monte.c mv mlgsl_monte.o lib/mlgsl_monte.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_multifit.c mv mlgsl_multifit.o lib/mlgsl_multifit.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_multimin.c mv mlgsl_multimin.o lib/mlgsl_multimin.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_multiroots.c mv mlgsl_multiroots.o lib/mlgsl_multiroots.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_odeiv.c mv mlgsl_odeiv.o lib/mlgsl_odeiv.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_permut.c mv mlgsl_permut.o lib/mlgsl_permut.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_poly.c mv mlgsl_poly.o lib/mlgsl_poly.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_qrng.c mv mlgsl_qrng.o lib/mlgsl_qrng.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_randist.c mv mlgsl_randist.o lib/mlgsl_randist.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_rng.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_rng.c In file included from lib/mlgsl_rng.c:7: lib/mlgsl_rng.c: In function 'ml_gsl_rng_set_state': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ lib/mlgsl_rng.c:198:16: note: in expansion of macro 'String_val' 198 | char *name = String_val(Field(v, 0)); | ^~~~~~~~~~ mv mlgsl_rng.o lib/mlgsl_rng.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_roots.c mv mlgsl_roots.o lib/mlgsl_roots.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_sf.c mv mlgsl_sf.o lib/mlgsl_sf.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_sort.c mv mlgsl_sort.o lib/mlgsl_sort.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_stats.c mv mlgsl_stats.o lib/mlgsl_stats.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_sum.c mv mlgsl_sum.o lib/mlgsl_sum.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_vector_double.c mv mlgsl_vector_double.o lib/mlgsl_vector_double.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_vector_float.c mv mlgsl_vector_float.o lib/mlgsl_vector_float.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -ccopt -I/usr/include -c lib/mlgsl_wavelet.c mv mlgsl_wavelet.o lib/mlgsl_wavelet.o /usr/bin/ocamlfind ocamlmklib -o lib/gsl_stubs -g -L/usr/lib64 -lgsl -lopenblas -lm lib/mlgsl_blas.o lib/mlgsl_blas_complex.o lib/mlgsl_blas_complex_float.o lib/mlgsl_blas_float.o lib/mlgsl_bspline.o lib/mlgsl_cdf.o lib/mlgsl_cheb.o lib/mlgsl_combi.o lib/mlgsl_complex.o lib/mlgsl_deriv.o lib/mlgsl_eigen.o lib/mlgsl_error.o lib/mlgsl_fft.o lib/mlgsl_fit.o lib/mlgsl_fun.o lib/mlgsl_histo.o lib/mlgsl_ieee.o lib/mlgsl_integration.o lib/mlgsl_interp.o lib/mlgsl_linalg.o lib/mlgsl_linalg_complex.o lib/mlgsl_math.o lib/mlgsl_matrix_complex.o lib/mlgsl_matrix_complex_float.o lib/mlgsl_matrix_double.o lib/mlgsl_matrix_float.o lib/mlgsl_min.o lib/mlgsl_monte.o lib/mlgsl_multifit.o lib/mlgsl_multimin.o lib/mlgsl_multiroots.o lib/mlgsl_odeiv.o lib/mlgsl_permut.o lib/mlgsl_poly.o lib/mlgsl_qrng.o lib/mlgsl_randist.o lib/mlgsl_rng.o lib/mlgsl_roots.o lib/mlgsl_sf.o lib/mlgsl_sort.o lib/mlgsl_stats.o lib/mlgsl_sum.o lib/mlgsl_vector_double.o lib/mlgsl_vector_float.o lib/mlgsl_wavelet.o /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl.ml > lib/gsl.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_blas.mli > lib/gsl_blas.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_complex.mli > lib/gsl_complex.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_matrix.mli > lib/gsl_matrix.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vector.mli > lib/gsl_vector.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector.cmi lib/gsl_vector.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector.cmi lib/gsl_vector.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_matrix_complex.mli > lib/gsl_matrix_complex.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_complex.cmi lib/gsl_complex.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_complex.cmi lib/gsl_complex.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vector_complex.mli > lib/gsl_vector_complex.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex.cmi lib/gsl_vector_complex.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex.cmi lib/gsl_vector_complex.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix.cmi lib/gsl_matrix.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix.cmi lib/gsl_matrix.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex.cmi lib/gsl_matrix_complex.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex.cmi lib/gsl_matrix_complex.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_blas_flat.mli > lib/gsl_blas_flat.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas.cmi lib/gsl_blas.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas.cmi lib/gsl_blas.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_matrix_complex_flat.mli > lib/gsl_matrix_complex_flat.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vector_complex_flat.mli > lib/gsl_vector_complex_flat.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vector_flat.mli > lib/gsl_vector_flat.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_flat.cmi lib/gsl_vector_flat.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_flat.cmi lib/gsl_vector_flat.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex_flat.cmi lib/gsl_vector_complex_flat.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex_flat.cmi lib/gsl_vector_complex_flat.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_matrix_flat.mli > lib/gsl_matrix_flat.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex_flat.cmi lib/gsl_matrix_complex_flat.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex_flat.cmi lib/gsl_matrix_complex_flat.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_flat.cmi lib/gsl_matrix_flat.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_flat.cmi lib/gsl_matrix_flat.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_blas_gen.mli > lib/gsl_blas_gen.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vectmat.mli > lib/gsl_vectmat.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vectmat.cmi lib/gsl_vectmat.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vectmat.cmi lib/gsl_vectmat.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_bspline.mli > lib/gsl_bspline.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_cdf.mli > lib/gsl_cdf.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_cheb.mli > lib/gsl_cheb.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_fun.mli > lib/gsl_fun.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fun.cmi lib/gsl_fun.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fun.cmi lib/gsl_fun.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_combi.mli > lib/gsl_combi.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_const.mli > lib/gsl_const.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_deriv.mli > lib/gsl_deriv.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_eigen.mli > lib/gsl_eigen.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_error.mli > lib/gsl_error.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_fft.mli > lib/gsl_fft.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_fit.mli > lib/gsl_fit.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_histo.mli > lib/gsl_histo.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_ieee.mli > lib/gsl_ieee.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_integration.mli > lib/gsl_integration.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_interp.mli > lib/gsl_interp.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_linalg.mli > lib/gsl_linalg.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_permut.mli > lib/gsl_permut.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_permut.cmi lib/gsl_permut.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_permut.cmi lib/gsl_permut.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_math.mli > lib/gsl_math.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_min.mli > lib/gsl_min.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_misc.ml > lib/gsl_misc.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_monte.mli > lib/gsl_monte.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_rng.mli > lib/gsl_rng.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_rng.cmi lib/gsl_rng.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_rng.cmi lib/gsl_rng.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_rng.mli", line 115, characters 0-75: 115 | external uniform_int : t -> int -> int = "ml_gsl_rng_uniform_int" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/gsl_rng.mli", lines 119-120, characters 0-40: 119 | external uniform_arr : t -> float array -> unit 120 | = "ml_gsl_rng_uniform_arr" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/gsl_rng.mli", lines 121-122, characters 0-44: 121 | external uniform_pos_arr : t -> float array -> unit 122 | = "ml_gsl_rng_uniform_pos_arr" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_multifit.mli > lib/gsl_multifit.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_multifit_nlin.mli > lib/gsl_multifit_nlin.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_multimin.mli > lib/gsl_multimin.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_multiroot.mli > lib/gsl_multiroot.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_odeiv.mli > lib/gsl_odeiv.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_poly.mli > lib/gsl_poly.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_qrng.mli > lib/gsl_qrng.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_randist.mli > lib/gsl_randist.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_root.mli > lib/gsl_root.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_sf.mli > lib/gsl_sf.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_siman.mli > lib/gsl_siman.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_sort.mli > lib/gsl_sort.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_stats.mli > lib/gsl_stats.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_sum.mli > lib/gsl_sum.mli.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_version.ml > lib/gsl_version.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_wavelet.mli > lib/gsl_wavelet.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_flat.cmi lib/gsl_blas_flat.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_flat.cmi lib/gsl_blas_flat.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_gen.cmi lib/gsl_blas_gen.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_gen.cmi lib/gsl_blas_gen.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_bspline.cmi lib/gsl_bspline.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_bspline.cmi lib/gsl_bspline.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_bspline.mli", line 10, characters 0-65: 10 | external ncoeffs : ws -> int = "ml_gsl_bspline_ncoeffs" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cdf.cmi lib/gsl_cdf.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cdf.cmi lib/gsl_cdf.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_cdf.mli", line 3, characters 0-96: 3 | external ugaussian_P : x:float -> float = "ml_gsl_cdf_ugaussian_P" "gsl_cdf_ugaussian_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 4, characters 0-96: 4 | external ugaussian_Q : x:float -> float = "ml_gsl_cdf_ugaussian_Q" "gsl_cdf_ugaussian_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 5, characters 0-105: 5 | external ugaussian_Pinv : p:float -> float = "ml_gsl_cdf_ugaussian_Pinv" "gsl_cdf_ugaussian_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 6, characters 0-105: 6 | external ugaussian_Qinv : q:float -> float = "ml_gsl_cdf_ugaussian_Qinv" "gsl_cdf_ugaussian_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 7, characters 0-108: 7 | external gaussian_P : x:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_P" "gsl_cdf_gaussian_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 8, characters 0-108: 8 | external gaussian_Q : x:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Q" "gsl_cdf_gaussian_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 9, characters 0-117: 9 | external gaussian_Pinv : p:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Pinv" "gsl_cdf_gaussian_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 10, characters 0-117: 10 | external gaussian_Qinv : q:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Qinv" "gsl_cdf_gaussian_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 11, characters 0-106: 11 | external gamma_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_P" "gsl_cdf_gamma_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 12, characters 0-106: 12 | external gamma_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Q" "gsl_cdf_gamma_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 13, characters 0-115: 13 | external gamma_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Pinv" "gsl_cdf_gamma_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 14, characters 0-115: 14 | external gamma_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Qinv" "gsl_cdf_gamma_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 15, characters 0-98: 15 | external cauchy_P : x:float -> a:float -> float = "ml_gsl_cdf_cauchy_P" "gsl_cdf_cauchy_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 16, characters 0-98: 16 | external cauchy_Q : x:float -> a:float -> float = "ml_gsl_cdf_cauchy_Q" "gsl_cdf_cauchy_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 17, characters 0-107: 17 | external cauchy_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_cauchy_Pinv" "gsl_cdf_cauchy_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 18, characters 0-107: 18 | external cauchy_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_cauchy_Qinv" "gsl_cdf_cauchy_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 19, characters 0-101: 19 | external laplace_P : x:float -> a:float -> float = "ml_gsl_cdf_laplace_P" "gsl_cdf_laplace_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 20, characters 0-101: 20 | external laplace_Q : x:float -> a:float -> float = "ml_gsl_cdf_laplace_Q" "gsl_cdf_laplace_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 21, characters 0-110: 21 | external laplace_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_laplace_Pinv" "gsl_cdf_laplace_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 22, characters 0-110: 22 | external laplace_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_laplace_Qinv" "gsl_cdf_laplace_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 23, characters 0-108: 23 | external rayleigh_P : x:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_P" "gsl_cdf_rayleigh_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 24, characters 0-108: 24 | external rayleigh_Q : x:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Q" "gsl_cdf_rayleigh_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 25, characters 0-117: 25 | external rayleigh_Pinv : p:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Pinv" "gsl_cdf_rayleigh_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 26, characters 0-117: 26 | external rayleigh_Qinv : q:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Qinv" "gsl_cdf_rayleigh_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 27, characters 0-96: 27 | external chisq_P : x:float -> nu:float -> float = "ml_gsl_cdf_chisq_P" "gsl_cdf_chisq_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 28, characters 0-96: 28 | external chisq_Q : x:float -> nu:float -> float = "ml_gsl_cdf_chisq_Q" "gsl_cdf_chisq_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 29, characters 0-105: 29 | external chisq_Pinv : p:float -> nu:float -> float = "ml_gsl_cdf_chisq_Pinv" "gsl_cdf_chisq_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 30, characters 0-105: 30 | external chisq_Qinv : q:float -> nu:float -> float = "ml_gsl_cdf_chisq_Qinv" "gsl_cdf_chisq_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 31, characters 0-114: 31 | external exponential_P : x:float -> mu:float -> float = "ml_gsl_cdf_exponential_P" "gsl_cdf_exponential_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 32, characters 0-114: 32 | external exponential_Q : x:float -> mu:float -> float = "ml_gsl_cdf_exponential_Q" "gsl_cdf_exponential_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 33, characters 0-123: 33 | external exponential_Pinv : p:float -> mu:float -> float = "ml_gsl_cdf_exponential_Pinv" "gsl_cdf_exponential_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 34, characters 0-123: 34 | external exponential_Qinv : q:float -> mu:float -> float = "ml_gsl_cdf_exponential_Qinv" "gsl_cdf_exponential_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 35, characters 0-109: 35 | external exppow_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_exppow_P" "gsl_cdf_exppow_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 36, characters 0-109: 36 | external exppow_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_exppow_Q" "gsl_cdf_exppow_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 37, characters 0-96: 37 | external tdist_P : x:float -> nu:float -> float = "ml_gsl_cdf_tdist_P" "gsl_cdf_tdist_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 38, characters 0-96: 38 | external tdist_Q : x:float -> nu:float -> float = "ml_gsl_cdf_tdist_Q" "gsl_cdf_tdist_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 39, characters 0-105: 39 | external tdist_Pinv : p:float -> nu:float -> float = "ml_gsl_cdf_tdist_Pinv" "gsl_cdf_tdist_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 40, characters 0-105: 40 | external tdist_Qinv : q:float -> nu:float -> float = "ml_gsl_cdf_tdist_Qinv" "gsl_cdf_tdist_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 41, characters 0-110: 41 | external fdist_P : x:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_P" "gsl_cdf_fdist_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 42, characters 0-110: 42 | external fdist_Q : x:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Q" "gsl_cdf_fdist_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 43, characters 0-119: 43 | external fdist_Pinv : p:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Pinv" "gsl_cdf_fdist_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 44, characters 0-119: 44 | external fdist_Qinv : q:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Qinv" "gsl_cdf_fdist_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 45, characters 0-103: 45 | external beta_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_P" "gsl_cdf_beta_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 46, characters 0-103: 46 | external beta_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Q" "gsl_cdf_beta_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 47, characters 0-112: 47 | external beta_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Pinv" "gsl_cdf_beta_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 48, characters 0-112: 48 | external beta_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Qinv" "gsl_cdf_beta_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 49, characters 0-103: 49 | external flat_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_P" "gsl_cdf_flat_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 50, characters 0-103: 50 | external flat_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Q" "gsl_cdf_flat_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 51, characters 0-112: 51 | external flat_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Pinv" "gsl_cdf_flat_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 52, characters 0-112: 52 | external flat_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Qinv" "gsl_cdf_flat_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 53, characters 0-125: 53 | external lognormal_P : x:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_P" "gsl_cdf_lognormal_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 54, characters 0-125: 54 | external lognormal_Q : x:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Q" "gsl_cdf_lognormal_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 55, characters 0-134: 55 | external lognormal_Pinv : p:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Pinv" "gsl_cdf_lognormal_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 56, characters 0-134: 56 | external lognormal_Qinv : q:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Qinv" "gsl_cdf_lognormal_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 57, characters 0-112: 57 | external gumbel1_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_P" "gsl_cdf_gumbel1_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 58, characters 0-112: 58 | external gumbel1_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Q" "gsl_cdf_gumbel1_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 59, characters 0-121: 59 | external gumbel1_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Pinv" "gsl_cdf_gumbel1_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 60, characters 0-121: 60 | external gumbel1_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Qinv" "gsl_cdf_gumbel1_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 61, characters 0-112: 61 | external gumbel2_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_P" "gsl_cdf_gumbel2_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 62, characters 0-112: 62 | external gumbel2_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Q" "gsl_cdf_gumbel2_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 63, characters 0-121: 63 | external gumbel2_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Pinv" "gsl_cdf_gumbel2_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 64, characters 0-121: 64 | external gumbel2_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Qinv" "gsl_cdf_gumbel2_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 65, characters 0-112: 65 | external weibull_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_P" "gsl_cdf_weibull_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 66, characters 0-112: 66 | external weibull_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Q" "gsl_cdf_weibull_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 67, characters 0-121: 67 | external weibull_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Pinv" "gsl_cdf_weibull_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 68, characters 0-121: 68 | external weibull_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Qinv" "gsl_cdf_weibull_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 69, characters 0-109: 69 | external pareto_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_P" "gsl_cdf_pareto_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 70, characters 0-109: 70 | external pareto_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Q" "gsl_cdf_pareto_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 71, characters 0-118: 71 | external pareto_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Pinv" "gsl_cdf_pareto_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 72, characters 0-118: 72 | external pareto_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Qinv" "gsl_cdf_pareto_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 73, characters 0-104: 73 | external logistic_P : x:float -> a:float -> float = "ml_gsl_cdf_logistic_P" "gsl_cdf_logistic_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 74, characters 0-104: 74 | external logistic_Q : x:float -> a:float -> float = "ml_gsl_cdf_logistic_Q" "gsl_cdf_logistic_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 75, characters 0-113: 75 | external logistic_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_logistic_Pinv" "gsl_cdf_logistic_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 76, characters 0-113: 76 | external logistic_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_logistic_Qinv" "gsl_cdf_logistic_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cheb.cmi lib/gsl_cheb.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cheb.cmi lib/gsl_cheb.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_combi.cmi lib/gsl_combi.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_combi.cmi lib/gsl_combi.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_const.cmi lib/gsl_const.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_const.cmi lib/gsl_const.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_deriv.cmi lib/gsl_deriv.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_deriv.cmi lib/gsl_deriv.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_eigen.cmi lib/gsl_eigen.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_eigen.cmi lib/gsl_eigen.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_error.cmi lib/gsl_error.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_error.cmi lib/gsl_error.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fft.cmi lib/gsl_fft.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fft.cmi lib/gsl_fft.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fit.cmi lib/gsl_fit.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fit.cmi lib/gsl_fit.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_histo.cmi lib/gsl_histo.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_histo.cmi lib/gsl_histo.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_ieee.cmi lib/gsl_ieee.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_ieee.cmi lib/gsl_ieee.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_integration.cmi lib/gsl_integration.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_integration.cmi lib/gsl_integration.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_interp.cmi lib/gsl_interp.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_interp.cmi lib/gsl_interp.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_linalg.cmi lib/gsl_linalg.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_linalg.cmi lib/gsl_linalg.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_math.cmi lib/gsl_math.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_math.cmi lib/gsl_math.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_math.mli", lines 48-49, characters 0-40: 48 | external log1p : float -> float 49 | = "ml_gsl_log1p" "gsl_log1p" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 51-52, characters 0-40: 51 | external expm1 : float -> float 52 | = "ml_gsl_expm1" "gsl_expm1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 54-55, characters 0-40: 54 | external hypot : float -> float -> float 55 | = "ml_gsl_hypot" "gsl_hypot" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 57-58, characters 0-40: 57 | external acosh : float -> float 58 | = "ml_gsl_acosh" "gsl_acosh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 60-61, characters 0-40: 60 | external asinh : float -> float 61 | = "ml_gsl_asinh" "gsl_asinh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 63-64, characters 0-40: 63 | external atanh : float -> float 64 | = "ml_gsl_atanh" "gsl_atanh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_min.cmi lib/gsl_min.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_min.cmi lib/gsl_min.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_misc.cmo lib/gsl_misc.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_misc.cmo lib/gsl_misc.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_misc.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_monte.cmi lib/gsl_monte.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_monte.cmi lib/gsl_monte.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit.cmi lib/gsl_multifit.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit.cmi lib/gsl_multifit.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit_nlin.cmi lib/gsl_multifit_nlin.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit_nlin.cmi lib/gsl_multifit_nlin.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multimin.cmi lib/gsl_multimin.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multimin.cmi lib/gsl_multimin.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multiroot.cmi lib/gsl_multiroot.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multiroot.cmi lib/gsl_multiroot.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_odeiv.cmi lib/gsl_odeiv.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_odeiv.cmi lib/gsl_odeiv.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_poly.cmi lib/gsl_poly.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_poly.cmi lib/gsl_poly.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_qrng.cmi lib/gsl_qrng.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_qrng.cmi lib/gsl_qrng.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_randist.cmi lib/gsl_randist.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_randist.cmi lib/gsl_randist.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_randist.mli", lines 191-192, characters 0-37: 191 | external discrete : Gsl_rng.t -> discrete -> int 192 | = "ml_gsl_ran_discrete" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_root.cmi lib/gsl_root.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_root.cmi lib/gsl_root.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sf.cmi lib/gsl_sf.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sf.cmi lib/gsl_sf.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_sf.mli", line 335, characters 0-68: 335 | external erf : float -> float = "ml_gsl_sf_erf" "gsl_sf_erf" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 338, characters 0-71: 338 | external erfc : float -> float = "ml_gsl_sf_erfc" "gsl_sf_erfc" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", lines 341-342, characters 0-50: 341 | external log_erfc : float -> float 342 | = "ml_gsl_sf_log_erfc" "gsl_sf_log_erfc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 345, characters 0-74: 345 | external erf_Z : float -> float = "ml_gsl_sf_erf_Z" "gsl_sf_erf_Z" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 348, characters 0-74: 348 | external erf_Q : float -> float = "ml_gsl_sf_erf_Q" "gsl_sf_erf_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 353, characters 0-68: 353 | external exp : float -> float = "ml_gsl_sf_exp" "gsl_sf_exp" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 694, characters 0-68: 694 | external sin : float -> float = "ml_gsl_sf_sin" "gsl_sf_sin" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 697, characters 0-68: 697 | external cos : float -> float = "ml_gsl_sf_cos" "gsl_sf_cos" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 703, characters 0-71: 703 | external sinc : float -> float = "ml_gsl_sf_sinc" "gsl_sf_sinc" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_siman.cmi lib/gsl_siman.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_siman.cmi lib/gsl_siman.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sort.cmi lib/gsl_sort.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sort.cmi lib/gsl_sort.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_stats.cmi lib/gsl_stats.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_stats.cmi lib/gsl_stats.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sum.cmi lib/gsl_sum.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sum.cmi lib/gsl_sum.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_version.cmo lib/gsl_version.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_version.cmo lib/gsl_version.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_version.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_wavelet.cmi lib/gsl_wavelet.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_wavelet.cmi lib/gsl_wavelet.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_blas.ml > lib/gsl_blas.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_blas_flat.ml > lib/gsl_blas_flat.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_blas_gen.ml > lib/gsl_blas_gen.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_bspline.ml > lib/gsl_bspline.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_cdf.ml > lib/gsl_cdf.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_cheb.ml > lib/gsl_cheb.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_combi.ml > lib/gsl_combi.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_const.ml > lib/gsl_const.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_deriv.ml > lib/gsl_deriv.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_eigen.ml > lib/gsl_eigen.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_error.ml > lib/gsl_error.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_fft.ml > lib/gsl_fft.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_fit.ml > lib/gsl_fit.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_fun.ml > lib/gsl_fun.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_complex.ml > lib/gsl_complex.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_sort.ml > lib/gsl_sort.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_histo.ml > lib/gsl_histo.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_ieee.ml > lib/gsl_ieee.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_integration.ml > lib/gsl_integration.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_interp.ml > lib/gsl_interp.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_linalg.ml > lib/gsl_linalg.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_math.ml > lib/gsl_math.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_matrix.ml > lib/gsl_matrix.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_matrix_complex.ml > lib/gsl_matrix_complex.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_matrix_complex_flat.ml > lib/gsl_matrix_complex_flat.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_matrix_flat.ml > lib/gsl_matrix_flat.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_min.ml > lib/gsl_min.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_monte.ml > lib/gsl_monte.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_multifit.ml > lib/gsl_multifit.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_multifit_nlin.ml > lib/gsl_multifit_nlin.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_multimin.ml > lib/gsl_multimin.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_multiroot.ml > lib/gsl_multiroot.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_odeiv.ml > lib/gsl_odeiv.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_permut.ml > lib/gsl_permut.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_poly.ml > lib/gsl_poly.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_qrng.ml > lib/gsl_qrng.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_randist.ml > lib/gsl_randist.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_rng.ml > lib/gsl_rng.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_root.ml > lib/gsl_root.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_sf.ml > lib/gsl_sf.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_siman.ml > lib/gsl_siman.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_stats.ml > lib/gsl_stats.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_sum.ml > lib/gsl_sum.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vectmat.ml > lib/gsl_vectmat.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vector.ml > lib/gsl_vector.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vector_complex.ml > lib/gsl_vector_complex.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vector_complex_flat.ml > lib/gsl_vector_complex_flat.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_vector_flat.ml > lib/gsl_vector_flat.ml.depends /usr/bin/ocamlfind ocamldep -package bigarray -modules lib/gsl_wavelet.ml > lib/gsl_wavelet.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl.cmo lib/gsl.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl.cmo lib/gsl.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas.cmo lib/gsl_blas.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas.cmo lib/gsl_blas.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_flat.cmo lib/gsl_blas_flat.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_flat.cmo lib/gsl_blas_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_gen.cmo lib/gsl_blas_gen.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_gen.cmo lib/gsl_blas_gen.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_bspline.cmo lib/gsl_bspline.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_bspline.cmo lib/gsl_bspline.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_bspline.ml", line 15, characters 0-65: 15 | external ncoeffs : ws -> int = "ml_gsl_bspline_ncoeffs" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cdf.cmo lib/gsl_cdf.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cdf.cmo lib/gsl_cdf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_cdf.ml", line 3, characters 0-96: 3 | external ugaussian_P : x:float -> float = "ml_gsl_cdf_ugaussian_P" "gsl_cdf_ugaussian_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 4, characters 0-96: 4 | external ugaussian_Q : x:float -> float = "ml_gsl_cdf_ugaussian_Q" "gsl_cdf_ugaussian_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 5, characters 0-105: 5 | external ugaussian_Pinv : p:float -> float = "ml_gsl_cdf_ugaussian_Pinv" "gsl_cdf_ugaussian_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 6, characters 0-105: 6 | external ugaussian_Qinv : q:float -> float = "ml_gsl_cdf_ugaussian_Qinv" "gsl_cdf_ugaussian_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 7, characters 0-108: 7 | external gaussian_P : x:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_P" "gsl_cdf_gaussian_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 8, characters 0-108: 8 | external gaussian_Q : x:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Q" "gsl_cdf_gaussian_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 9, characters 0-117: 9 | external gaussian_Pinv : p:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Pinv" "gsl_cdf_gaussian_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 10, characters 0-117: 10 | external gaussian_Qinv : q:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Qinv" "gsl_cdf_gaussian_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 11, characters 0-106: 11 | external gamma_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_P" "gsl_cdf_gamma_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 12, characters 0-106: 12 | external gamma_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Q" "gsl_cdf_gamma_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 13, characters 0-115: 13 | external gamma_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Pinv" "gsl_cdf_gamma_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 14, characters 0-115: 14 | external gamma_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Qinv" "gsl_cdf_gamma_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 15, characters 0-98: 15 | external cauchy_P : x:float -> a:float -> float = "ml_gsl_cdf_cauchy_P" "gsl_cdf_cauchy_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 16, characters 0-98: 16 | external cauchy_Q : x:float -> a:float -> float = "ml_gsl_cdf_cauchy_Q" "gsl_cdf_cauchy_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 17, characters 0-107: 17 | external cauchy_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_cauchy_Pinv" "gsl_cdf_cauchy_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 18, characters 0-107: 18 | external cauchy_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_cauchy_Qinv" "gsl_cdf_cauchy_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 19, characters 0-101: 19 | external laplace_P : x:float -> a:float -> float = "ml_gsl_cdf_laplace_P" "gsl_cdf_laplace_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 20, characters 0-101: 20 | external laplace_Q : x:float -> a:float -> float = "ml_gsl_cdf_laplace_Q" "gsl_cdf_laplace_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 21, characters 0-110: 21 | external laplace_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_laplace_Pinv" "gsl_cdf_laplace_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 22, characters 0-110: 22 | external laplace_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_laplace_Qinv" "gsl_cdf_laplace_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 23, characters 0-108: 23 | external rayleigh_P : x:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_P" "gsl_cdf_rayleigh_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 24, characters 0-108: 24 | external rayleigh_Q : x:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Q" "gsl_cdf_rayleigh_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 25, characters 0-117: 25 | external rayleigh_Pinv : p:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Pinv" "gsl_cdf_rayleigh_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 26, characters 0-117: 26 | external rayleigh_Qinv : q:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Qinv" "gsl_cdf_rayleigh_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 27, characters 0-96: 27 | external chisq_P : x:float -> nu:float -> float = "ml_gsl_cdf_chisq_P" "gsl_cdf_chisq_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 28, characters 0-96: 28 | external chisq_Q : x:float -> nu:float -> float = "ml_gsl_cdf_chisq_Q" "gsl_cdf_chisq_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 29, characters 0-105: 29 | external chisq_Pinv : p:float -> nu:float -> float = "ml_gsl_cdf_chisq_Pinv" "gsl_cdf_chisq_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 30, characters 0-105: 30 | external chisq_Qinv : q:float -> nu:float -> float = "ml_gsl_cdf_chisq_Qinv" "gsl_cdf_chisq_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 31, characters 0-114: 31 | external exponential_P : x:float -> mu:float -> float = "ml_gsl_cdf_exponential_P" "gsl_cdf_exponential_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 32, characters 0-114: 32 | external exponential_Q : x:float -> mu:float -> float = "ml_gsl_cdf_exponential_Q" "gsl_cdf_exponential_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 33, characters 0-123: 33 | external exponential_Pinv : p:float -> mu:float -> float = "ml_gsl_cdf_exponential_Pinv" "gsl_cdf_exponential_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 34, characters 0-123: 34 | external exponential_Qinv : q:float -> mu:float -> float = "ml_gsl_cdf_exponential_Qinv" "gsl_cdf_exponential_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 35, characters 0-109: 35 | external exppow_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_exppow_P" "gsl_cdf_exppow_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 36, characters 0-109: 36 | external exppow_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_exppow_Q" "gsl_cdf_exppow_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 37, characters 0-96: 37 | external tdist_P : x:float -> nu:float -> float = "ml_gsl_cdf_tdist_P" "gsl_cdf_tdist_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 38, characters 0-96: 38 | external tdist_Q : x:float -> nu:float -> float = "ml_gsl_cdf_tdist_Q" "gsl_cdf_tdist_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 39, characters 0-105: 39 | external tdist_Pinv : p:float -> nu:float -> float = "ml_gsl_cdf_tdist_Pinv" "gsl_cdf_tdist_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 40, characters 0-105: 40 | external tdist_Qinv : q:float -> nu:float -> float = "ml_gsl_cdf_tdist_Qinv" "gsl_cdf_tdist_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 41, characters 0-110: 41 | external fdist_P : x:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_P" "gsl_cdf_fdist_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 42, characters 0-110: 42 | external fdist_Q : x:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Q" "gsl_cdf_fdist_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 43, characters 0-119: 43 | external fdist_Pinv : p:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Pinv" "gsl_cdf_fdist_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 44, characters 0-119: 44 | external fdist_Qinv : q:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Qinv" "gsl_cdf_fdist_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 45, characters 0-103: 45 | external beta_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_P" "gsl_cdf_beta_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 46, characters 0-103: 46 | external beta_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Q" "gsl_cdf_beta_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 47, characters 0-112: 47 | external beta_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Pinv" "gsl_cdf_beta_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 48, characters 0-112: 48 | external beta_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Qinv" "gsl_cdf_beta_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 49, characters 0-103: 49 | external flat_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_P" "gsl_cdf_flat_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 50, characters 0-103: 50 | external flat_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Q" "gsl_cdf_flat_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 51, characters 0-112: 51 | external flat_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Pinv" "gsl_cdf_flat_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 52, characters 0-112: 52 | external flat_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Qinv" "gsl_cdf_flat_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 53, characters 0-125: 53 | external lognormal_P : x:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_P" "gsl_cdf_lognormal_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 54, characters 0-125: 54 | external lognormal_Q : x:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Q" "gsl_cdf_lognormal_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 55, characters 0-134: 55 | external lognormal_Pinv : p:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Pinv" "gsl_cdf_lognormal_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 56, characters 0-134: 56 | external lognormal_Qinv : q:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Qinv" "gsl_cdf_lognormal_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 57, characters 0-112: 57 | external gumbel1_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_P" "gsl_cdf_gumbel1_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 58, characters 0-112: 58 | external gumbel1_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Q" "gsl_cdf_gumbel1_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 59, characters 0-121: 59 | external gumbel1_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Pinv" "gsl_cdf_gumbel1_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 60, characters 0-121: 60 | external gumbel1_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Qinv" "gsl_cdf_gumbel1_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 61, characters 0-112: 61 | external gumbel2_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_P" "gsl_cdf_gumbel2_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 62, characters 0-112: 62 | external gumbel2_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Q" "gsl_cdf_gumbel2_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 63, characters 0-121: 63 | external gumbel2_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Pinv" "gsl_cdf_gumbel2_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 64, characters 0-121: 64 | external gumbel2_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Qinv" "gsl_cdf_gumbel2_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 65, characters 0-112: 65 | external weibull_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_P" "gsl_cdf_weibull_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 66, characters 0-112: 66 | external weibull_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Q" "gsl_cdf_weibull_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 67, characters 0-121: 67 | external weibull_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Pinv" "gsl_cdf_weibull_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 68, characters 0-121: 68 | external weibull_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Qinv" "gsl_cdf_weibull_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 69, characters 0-109: 69 | external pareto_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_P" "gsl_cdf_pareto_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 70, characters 0-109: 70 | external pareto_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Q" "gsl_cdf_pareto_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 71, characters 0-118: 71 | external pareto_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Pinv" "gsl_cdf_pareto_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 72, characters 0-118: 72 | external pareto_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Qinv" "gsl_cdf_pareto_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 73, characters 0-104: 73 | external logistic_P : x:float -> a:float -> float = "ml_gsl_cdf_logistic_P" "gsl_cdf_logistic_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 74, characters 0-104: 74 | external logistic_Q : x:float -> a:float -> float = "ml_gsl_cdf_logistic_Q" "gsl_cdf_logistic_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 75, characters 0-113: 75 | external logistic_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_logistic_Pinv" "gsl_cdf_logistic_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 76, characters 0-113: 76 | external logistic_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_logistic_Qinv" "gsl_cdf_logistic_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cheb.cmo lib/gsl_cheb.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cheb.cmo lib/gsl_cheb.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_combi.cmo lib/gsl_combi.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_combi.cmo lib/gsl_combi.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_const.cmo lib/gsl_const.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_const.cmo lib/gsl_const.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_deriv.cmo lib/gsl_deriv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_deriv.cmo lib/gsl_deriv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_eigen.cmo lib/gsl_eigen.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_eigen.cmo lib/gsl_eigen.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_error.cmo lib/gsl_error.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_error.cmo lib/gsl_error.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fft.cmo lib/gsl_fft.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fft.cmo lib/gsl_fft.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fit.cmo lib/gsl_fit.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fit.cmo lib/gsl_fit.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fun.cmo lib/gsl_fun.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fun.cmo lib/gsl_fun.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_complex.cmo lib/gsl_complex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_complex.cmo lib/gsl_complex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sort.cmo lib/gsl_sort.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sort.cmo lib/gsl_sort.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_histo.cmo lib/gsl_histo.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_histo.cmo lib/gsl_histo.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_ieee.cmo lib/gsl_ieee.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_ieee.cmo lib/gsl_ieee.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_integration.cmo lib/gsl_integration.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_integration.cmo lib/gsl_integration.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_interp.cmo lib/gsl_interp.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_interp.cmo lib/gsl_interp.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_linalg.cmo lib/gsl_linalg.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_linalg.cmo lib/gsl_linalg.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_math.cmo lib/gsl_math.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_math.cmo lib/gsl_math.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_math.ml", lines 52-53, characters 0-40: 52 | external log1p : float -> float 53 | = "ml_gsl_log1p" "gsl_log1p" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 55-56, characters 0-40: 55 | external expm1 : float -> float 56 | = "ml_gsl_expm1" "gsl_expm1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 58-59, characters 0-40: 58 | external hypot : float -> float -> float 59 | = "ml_gsl_hypot" "gsl_hypot" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 61-62, characters 0-40: 61 | external acosh : float -> float 62 | = "ml_gsl_acosh" "gsl_acosh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 64-65, characters 0-40: 64 | external asinh : float -> float 65 | = "ml_gsl_asinh" "gsl_asinh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 67-68, characters 0-40: 67 | external atanh : float -> float 68 | = "ml_gsl_atanh" "gsl_atanh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix.cmo lib/gsl_matrix.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix.cmo lib/gsl_matrix.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex.cmo lib/gsl_matrix_complex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex.cmo lib/gsl_matrix_complex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex_flat.cmo lib/gsl_matrix_complex_flat.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex_flat.cmo lib/gsl_matrix_complex_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_flat.cmo lib/gsl_matrix_flat.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_flat.cmo lib/gsl_matrix_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_min.cmo lib/gsl_min.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_min.cmo lib/gsl_min.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_monte.cmo lib/gsl_monte.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_monte.cmo lib/gsl_monte.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit.cmo lib/gsl_multifit.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit.cmo lib/gsl_multifit.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit_nlin.cmo lib/gsl_multifit_nlin.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit_nlin.cmo lib/gsl_multifit_nlin.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multimin.cmo lib/gsl_multimin.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multimin.cmo lib/gsl_multimin.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multiroot.cmo lib/gsl_multiroot.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multiroot.cmo lib/gsl_multiroot.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_odeiv.cmo lib/gsl_odeiv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_odeiv.cmo lib/gsl_odeiv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_permut.cmo lib/gsl_permut.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_permut.cmo lib/gsl_permut.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_poly.cmo lib/gsl_poly.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_poly.cmo lib/gsl_poly.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_qrng.cmo lib/gsl_qrng.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_qrng.cmo lib/gsl_qrng.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_randist.cmo lib/gsl_randist.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_randist.cmo lib/gsl_randist.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_randist.ml", lines 234-235, characters 0-37: 234 | external discrete : Gsl_rng.t -> discrete -> int 235 | = "ml_gsl_ran_discrete" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_rng.cmo lib/gsl_rng.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_rng.cmo lib/gsl_rng.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_rng.ml", line 107, characters 0-75: 107 | external uniform_int : t -> int -> int = "ml_gsl_rng_uniform_int" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/gsl_rng.ml", lines 109-110, characters 0-40: 109 | external uniform_arr : t -> float array -> unit 110 | = "ml_gsl_rng_uniform_arr" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/gsl_rng.ml", lines 111-112, characters 0-44: 111 | external uniform_pos_arr : t -> float array -> unit 112 | = "ml_gsl_rng_uniform_pos_arr" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_root.cmo lib/gsl_root.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_root.cmo lib/gsl_root.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sf.cmo lib/gsl_sf.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sf.cmo lib/gsl_sf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_sf.ml", line 335, characters 0-68: 335 | external erf : float -> float = "ml_gsl_sf_erf" "gsl_sf_erf" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 338, characters 0-71: 338 | external erfc : float -> float = "ml_gsl_sf_erfc" "gsl_sf_erfc" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", lines 341-342, characters 0-50: 341 | external log_erfc : float -> float 342 | = "ml_gsl_sf_log_erfc" "gsl_sf_log_erfc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 345, characters 0-74: 345 | external erf_Z : float -> float = "ml_gsl_sf_erf_Z" "gsl_sf_erf_Z" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 348, characters 0-74: 348 | external erf_Q : float -> float = "ml_gsl_sf_erf_Q" "gsl_sf_erf_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 353, characters 0-68: 353 | external exp : float -> float = "ml_gsl_sf_exp" "gsl_sf_exp" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 694, characters 0-68: 694 | external sin : float -> float = "ml_gsl_sf_sin" "gsl_sf_sin" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 697, characters 0-68: 697 | external cos : float -> float = "ml_gsl_sf_cos" "gsl_sf_cos" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 703, characters 0-71: 703 | external sinc : float -> float = "ml_gsl_sf_sinc" "gsl_sf_sinc" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_siman.cmo lib/gsl_siman.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_siman.cmo lib/gsl_siman.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_stats.cmo lib/gsl_stats.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_stats.cmo lib/gsl_stats.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sum.cmo lib/gsl_sum.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sum.cmo lib/gsl_sum.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vectmat.cmo lib/gsl_vectmat.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vectmat.cmo lib/gsl_vectmat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector.cmo lib/gsl_vector.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector.cmo lib/gsl_vector.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex.cmo lib/gsl_vector_complex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex.cmo lib/gsl_vector_complex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex_flat.cmo lib/gsl_vector_complex_flat.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex_flat.cmo lib/gsl_vector_complex_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_flat.cmo lib/gsl_vector_flat.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_flat.cmo lib/gsl_vector_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_wavelet.cmo lib/gsl_wavelet.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_wavelet.cmo lib/gsl_wavelet.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -a -dllib -lgsl_stubs -cclib -lgsl_stubs -cclib -L/usr/lib64 -cclib -lgsl -cclib -lopenblas -cclib -lm -cclib -L/usr/lib64 -cclib -lgsl -cclib -lopenblas -cclib -lm -I lib lib/gsl_complex.cmo lib/gsl_vector.cmo lib/gsl_matrix.cmo lib/gsl_vector_complex.cmo lib/gsl_matrix_complex.cmo lib/gsl_blas.cmo lib/gsl_vector_flat.cmo lib/gsl_vector_complex_flat.cmo lib/gsl_matrix_complex_flat.cmo lib/gsl_matrix_flat.cmo lib/gsl_blas_flat.cmo lib/gsl_vectmat.cmo lib/gsl_blas_gen.cmo lib/gsl_bspline.cmo lib/gsl_cdf.cmo lib/gsl_fun.cmo lib/gsl_cheb.cmo lib/gsl_error.cmo lib/gsl_combi.cmo lib/gsl_const.cmo lib/gsl_deriv.cmo lib/gsl_eigen.cmo lib/gsl_fft.cmo lib/gsl_fit.cmo lib/gsl_histo.cmo lib/gsl_ieee.cmo lib/gsl_integration.cmo lib/gsl_interp.cmo lib/gsl_permut.cmo lib/gsl_linalg.cmo lib/gsl_math.cmo lib/gsl_min.cmo lib/gsl_misc.cmo lib/gsl_rng.cmo lib/gsl_monte.cmo lib/gsl_multifit.cmo lib/gsl_multifit_nlin.cmo lib/gsl_multimin.cmo lib/gsl_multiroot.cmo lib/gsl_odeiv.cmo lib/gsl_poly.cmo lib/gsl_qrng.cmo lib/gsl_randist.cmo lib/gsl_root.cmo lib/gsl_sf.cmo lib/gsl_siman.cmo lib/gsl_sort.cmo lib/gsl_stats.cmo lib/gsl_sum.cmo lib/gsl_version.cmo lib/gsl_wavelet.cmo lib/gsl.cmo -o lib/gsl.cma /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector.cmx lib/gsl_vector.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector.cmx lib/gsl_vector.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_complex.cmx lib/gsl_complex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_complex.cmx lib/gsl_complex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex.cmx lib/gsl_vector_complex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex.cmx lib/gsl_vector_complex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix.cmx lib/gsl_matrix.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix.cmx lib/gsl_matrix.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex.cmx lib/gsl_matrix_complex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex.cmx lib/gsl_matrix_complex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas.cmx lib/gsl_blas.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas.cmx lib/gsl_blas.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_flat.cmx lib/gsl_vector_flat.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_flat.cmx lib/gsl_vector_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex_flat.cmx lib/gsl_vector_complex_flat.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vector_complex_flat.cmx lib/gsl_vector_complex_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex_flat.cmx lib/gsl_matrix_complex_flat.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_complex_flat.cmx lib/gsl_matrix_complex_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_flat.cmx lib/gsl_matrix_flat.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_matrix_flat.cmx lib/gsl_matrix_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vectmat.cmx lib/gsl_vectmat.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_vectmat.cmx lib/gsl_vectmat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fun.cmx lib/gsl_fun.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fun.cmx lib/gsl_fun.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_error.cmx lib/gsl_error.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_error.cmx lib/gsl_error.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_permut.cmx lib/gsl_permut.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_permut.cmx lib/gsl_permut.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_rng.cmx lib/gsl_rng.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_rng.cmx lib/gsl_rng.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_rng.ml", line 107, characters 0-75: 107 | external uniform_int : t -> int -> int = "ml_gsl_rng_uniform_int" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/gsl_rng.ml", lines 109-110, characters 0-40: 109 | external uniform_arr : t -> float array -> unit 110 | = "ml_gsl_rng_uniform_arr" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/gsl_rng.ml", lines 111-112, characters 0-44: 111 | external uniform_pos_arr : t -> float array -> unit 112 | = "ml_gsl_rng_uniform_pos_arr" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_math.cmx lib/gsl_math.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_math.cmx lib/gsl_math.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_math.ml", lines 52-53, characters 0-40: 52 | external log1p : float -> float 53 | = "ml_gsl_log1p" "gsl_log1p" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 55-56, characters 0-40: 55 | external expm1 : float -> float 56 | = "ml_gsl_expm1" "gsl_expm1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 58-59, characters 0-40: 58 | external hypot : float -> float -> float 59 | = "ml_gsl_hypot" "gsl_hypot" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 61-62, characters 0-40: 61 | external acosh : float -> float 62 | = "ml_gsl_acosh" "gsl_acosh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 64-65, characters 0-40: 64 | external asinh : float -> float 65 | = "ml_gsl_asinh" "gsl_asinh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.ml", lines 67-68, characters 0-40: 67 | external atanh : float -> float 68 | = "ml_gsl_atanh" "gsl_atanh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_misc.cmx lib/gsl_misc.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_misc.cmx lib/gsl_misc.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_misc.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_flat.cmx lib/gsl_blas_flat.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_flat.cmx lib/gsl_blas_flat.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_gen.cmx lib/gsl_blas_gen.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_blas_gen.cmx lib/gsl_blas_gen.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_bspline.cmx lib/gsl_bspline.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_bspline.cmx lib/gsl_bspline.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_bspline.ml", line 15, characters 0-65: 15 | external ncoeffs : ws -> int = "ml_gsl_bspline_ncoeffs" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cdf.cmx lib/gsl_cdf.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cdf.cmx lib/gsl_cdf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_cdf.ml", line 3, characters 0-96: 3 | external ugaussian_P : x:float -> float = "ml_gsl_cdf_ugaussian_P" "gsl_cdf_ugaussian_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 4, characters 0-96: 4 | external ugaussian_Q : x:float -> float = "ml_gsl_cdf_ugaussian_Q" "gsl_cdf_ugaussian_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 5, characters 0-105: 5 | external ugaussian_Pinv : p:float -> float = "ml_gsl_cdf_ugaussian_Pinv" "gsl_cdf_ugaussian_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 6, characters 0-105: 6 | external ugaussian_Qinv : q:float -> float = "ml_gsl_cdf_ugaussian_Qinv" "gsl_cdf_ugaussian_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 7, characters 0-108: 7 | external gaussian_P : x:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_P" "gsl_cdf_gaussian_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 8, characters 0-108: 8 | external gaussian_Q : x:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Q" "gsl_cdf_gaussian_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 9, characters 0-117: 9 | external gaussian_Pinv : p:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Pinv" "gsl_cdf_gaussian_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 10, characters 0-117: 10 | external gaussian_Qinv : q:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Qinv" "gsl_cdf_gaussian_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 11, characters 0-106: 11 | external gamma_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_P" "gsl_cdf_gamma_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 12, characters 0-106: 12 | external gamma_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Q" "gsl_cdf_gamma_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 13, characters 0-115: 13 | external gamma_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Pinv" "gsl_cdf_gamma_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 14, characters 0-115: 14 | external gamma_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Qinv" "gsl_cdf_gamma_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 15, characters 0-98: 15 | external cauchy_P : x:float -> a:float -> float = "ml_gsl_cdf_cauchy_P" "gsl_cdf_cauchy_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 16, characters 0-98: 16 | external cauchy_Q : x:float -> a:float -> float = "ml_gsl_cdf_cauchy_Q" "gsl_cdf_cauchy_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 17, characters 0-107: 17 | external cauchy_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_cauchy_Pinv" "gsl_cdf_cauchy_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 18, characters 0-107: 18 | external cauchy_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_cauchy_Qinv" "gsl_cdf_cauchy_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 19, characters 0-101: 19 | external laplace_P : x:float -> a:float -> float = "ml_gsl_cdf_laplace_P" "gsl_cdf_laplace_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 20, characters 0-101: 20 | external laplace_Q : x:float -> a:float -> float = "ml_gsl_cdf_laplace_Q" "gsl_cdf_laplace_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 21, characters 0-110: 21 | external laplace_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_laplace_Pinv" "gsl_cdf_laplace_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 22, characters 0-110: 22 | external laplace_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_laplace_Qinv" "gsl_cdf_laplace_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 23, characters 0-108: 23 | external rayleigh_P : x:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_P" "gsl_cdf_rayleigh_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 24, characters 0-108: 24 | external rayleigh_Q : x:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Q" "gsl_cdf_rayleigh_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 25, characters 0-117: 25 | external rayleigh_Pinv : p:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Pinv" "gsl_cdf_rayleigh_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 26, characters 0-117: 26 | external rayleigh_Qinv : q:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Qinv" "gsl_cdf_rayleigh_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 27, characters 0-96: 27 | external chisq_P : x:float -> nu:float -> float = "ml_gsl_cdf_chisq_P" "gsl_cdf_chisq_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 28, characters 0-96: 28 | external chisq_Q : x:float -> nu:float -> float = "ml_gsl_cdf_chisq_Q" "gsl_cdf_chisq_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 29, characters 0-105: 29 | external chisq_Pinv : p:float -> nu:float -> float = "ml_gsl_cdf_chisq_Pinv" "gsl_cdf_chisq_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 30, characters 0-105: 30 | external chisq_Qinv : q:float -> nu:float -> float = "ml_gsl_cdf_chisq_Qinv" "gsl_cdf_chisq_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 31, characters 0-114: 31 | external exponential_P : x:float -> mu:float -> float = "ml_gsl_cdf_exponential_P" "gsl_cdf_exponential_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 32, characters 0-114: 32 | external exponential_Q : x:float -> mu:float -> float = "ml_gsl_cdf_exponential_Q" "gsl_cdf_exponential_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 33, characters 0-123: 33 | external exponential_Pinv : p:float -> mu:float -> float = "ml_gsl_cdf_exponential_Pinv" "gsl_cdf_exponential_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 34, characters 0-123: 34 | external exponential_Qinv : q:float -> mu:float -> float = "ml_gsl_cdf_exponential_Qinv" "gsl_cdf_exponential_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 35, characters 0-109: 35 | external exppow_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_exppow_P" "gsl_cdf_exppow_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 36, characters 0-109: 36 | external exppow_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_exppow_Q" "gsl_cdf_exppow_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 37, characters 0-96: 37 | external tdist_P : x:float -> nu:float -> float = "ml_gsl_cdf_tdist_P" "gsl_cdf_tdist_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 38, characters 0-96: 38 | external tdist_Q : x:float -> nu:float -> float = "ml_gsl_cdf_tdist_Q" "gsl_cdf_tdist_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 39, characters 0-105: 39 | external tdist_Pinv : p:float -> nu:float -> float = "ml_gsl_cdf_tdist_Pinv" "gsl_cdf_tdist_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 40, characters 0-105: 40 | external tdist_Qinv : q:float -> nu:float -> float = "ml_gsl_cdf_tdist_Qinv" "gsl_cdf_tdist_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 41, characters 0-110: 41 | external fdist_P : x:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_P" "gsl_cdf_fdist_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 42, characters 0-110: 42 | external fdist_Q : x:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Q" "gsl_cdf_fdist_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 43, characters 0-119: 43 | external fdist_Pinv : p:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Pinv" "gsl_cdf_fdist_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 44, characters 0-119: 44 | external fdist_Qinv : q:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Qinv" "gsl_cdf_fdist_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 45, characters 0-103: 45 | external beta_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_P" "gsl_cdf_beta_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 46, characters 0-103: 46 | external beta_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Q" "gsl_cdf_beta_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 47, characters 0-112: 47 | external beta_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Pinv" "gsl_cdf_beta_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 48, characters 0-112: 48 | external beta_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Qinv" "gsl_cdf_beta_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 49, characters 0-103: 49 | external flat_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_P" "gsl_cdf_flat_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 50, characters 0-103: 50 | external flat_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Q" "gsl_cdf_flat_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 51, characters 0-112: 51 | external flat_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Pinv" "gsl_cdf_flat_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 52, characters 0-112: 52 | external flat_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Qinv" "gsl_cdf_flat_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 53, characters 0-125: 53 | external lognormal_P : x:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_P" "gsl_cdf_lognormal_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 54, characters 0-125: 54 | external lognormal_Q : x:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Q" "gsl_cdf_lognormal_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 55, characters 0-134: 55 | external lognormal_Pinv : p:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Pinv" "gsl_cdf_lognormal_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 56, characters 0-134: 56 | external lognormal_Qinv : q:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Qinv" "gsl_cdf_lognormal_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 57, characters 0-112: 57 | external gumbel1_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_P" "gsl_cdf_gumbel1_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 58, characters 0-112: 58 | external gumbel1_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Q" "gsl_cdf_gumbel1_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 59, characters 0-121: 59 | external gumbel1_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Pinv" "gsl_cdf_gumbel1_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 60, characters 0-121: 60 | external gumbel1_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Qinv" "gsl_cdf_gumbel1_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 61, characters 0-112: 61 | external gumbel2_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_P" "gsl_cdf_gumbel2_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 62, characters 0-112: 62 | external gumbel2_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Q" "gsl_cdf_gumbel2_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 63, characters 0-121: 63 | external gumbel2_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Pinv" "gsl_cdf_gumbel2_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 64, characters 0-121: 64 | external gumbel2_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Qinv" "gsl_cdf_gumbel2_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 65, characters 0-112: 65 | external weibull_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_P" "gsl_cdf_weibull_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 66, characters 0-112: 66 | external weibull_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Q" "gsl_cdf_weibull_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 67, characters 0-121: 67 | external weibull_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Pinv" "gsl_cdf_weibull_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 68, characters 0-121: 68 | external weibull_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Qinv" "gsl_cdf_weibull_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 69, characters 0-109: 69 | external pareto_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_P" "gsl_cdf_pareto_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 70, characters 0-109: 70 | external pareto_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Q" "gsl_cdf_pareto_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 71, characters 0-118: 71 | external pareto_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Pinv" "gsl_cdf_pareto_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 72, characters 0-118: 72 | external pareto_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Qinv" "gsl_cdf_pareto_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 73, characters 0-104: 73 | external logistic_P : x:float -> a:float -> float = "ml_gsl_cdf_logistic_P" "gsl_cdf_logistic_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 74, characters 0-104: 74 | external logistic_Q : x:float -> a:float -> float = "ml_gsl_cdf_logistic_Q" "gsl_cdf_logistic_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 75, characters 0-113: 75 | external logistic_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_logistic_Pinv" "gsl_cdf_logistic_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.ml", line 76, characters 0-113: 76 | external logistic_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_logistic_Qinv" "gsl_cdf_logistic_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cheb.cmx lib/gsl_cheb.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_cheb.cmx lib/gsl_cheb.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_combi.cmx lib/gsl_combi.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_combi.cmx lib/gsl_combi.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_const.cmx lib/gsl_const.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_const.cmx lib/gsl_const.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_deriv.cmx lib/gsl_deriv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_deriv.cmx lib/gsl_deriv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_eigen.cmx lib/gsl_eigen.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_eigen.cmx lib/gsl_eigen.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fft.cmx lib/gsl_fft.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fft.cmx lib/gsl_fft.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fit.cmx lib/gsl_fit.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_fit.cmx lib/gsl_fit.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_histo.cmx lib/gsl_histo.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_histo.cmx lib/gsl_histo.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_ieee.cmx lib/gsl_ieee.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_ieee.cmx lib/gsl_ieee.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_integration.cmx lib/gsl_integration.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_integration.cmx lib/gsl_integration.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_interp.cmx lib/gsl_interp.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_interp.cmx lib/gsl_interp.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_linalg.cmx lib/gsl_linalg.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_linalg.cmx lib/gsl_linalg.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_min.cmx lib/gsl_min.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_min.cmx lib/gsl_min.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_monte.cmx lib/gsl_monte.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_monte.cmx lib/gsl_monte.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit.cmx lib/gsl_multifit.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit.cmx lib/gsl_multifit.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit_nlin.cmx lib/gsl_multifit_nlin.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multifit_nlin.cmx lib/gsl_multifit_nlin.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multimin.cmx lib/gsl_multimin.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multimin.cmx lib/gsl_multimin.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multiroot.cmx lib/gsl_multiroot.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_multiroot.cmx lib/gsl_multiroot.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_odeiv.cmx lib/gsl_odeiv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_odeiv.cmx lib/gsl_odeiv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_poly.cmx lib/gsl_poly.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_poly.cmx lib/gsl_poly.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_qrng.cmx lib/gsl_qrng.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_qrng.cmx lib/gsl_qrng.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_randist.cmx lib/gsl_randist.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_randist.cmx lib/gsl_randist.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_randist.ml", lines 234-235, characters 0-37: 234 | external discrete : Gsl_rng.t -> discrete -> int 235 | = "ml_gsl_ran_discrete" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_root.cmx lib/gsl_root.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_root.cmx lib/gsl_root.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sf.cmx lib/gsl_sf.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sf.cmx lib/gsl_sf.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_sf.ml", line 335, characters 0-68: 335 | external erf : float -> float = "ml_gsl_sf_erf" "gsl_sf_erf" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 338, characters 0-71: 338 | external erfc : float -> float = "ml_gsl_sf_erfc" "gsl_sf_erfc" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", lines 341-342, characters 0-50: 341 | external log_erfc : float -> float 342 | = "ml_gsl_sf_log_erfc" "gsl_sf_log_erfc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 345, characters 0-74: 345 | external erf_Z : float -> float = "ml_gsl_sf_erf_Z" "gsl_sf_erf_Z" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 348, characters 0-74: 348 | external erf_Q : float -> float = "ml_gsl_sf_erf_Q" "gsl_sf_erf_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 353, characters 0-68: 353 | external exp : float -> float = "ml_gsl_sf_exp" "gsl_sf_exp" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 694, characters 0-68: 694 | external sin : float -> float = "ml_gsl_sf_sin" "gsl_sf_sin" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 697, characters 0-68: 697 | external cos : float -> float = "ml_gsl_sf_cos" "gsl_sf_cos" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.ml", line 703, characters 0-71: 703 | external sinc : float -> float = "ml_gsl_sf_sinc" "gsl_sf_sinc" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_siman.cmx lib/gsl_siman.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_siman.cmx lib/gsl_siman.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sort.cmx lib/gsl_sort.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sort.cmx lib/gsl_sort.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_stats.cmx lib/gsl_stats.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_stats.cmx lib/gsl_stats.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sum.cmx lib/gsl_sum.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_sum.cmx lib/gsl_sum.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_version.cmx lib/gsl_version.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_version.cmx lib/gsl_version.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl_version.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_wavelet.cmx lib/gsl_wavelet.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl_wavelet.cmx lib/gsl_wavelet.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl.cmx lib/gsl.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -w Aer-44 -I lib -o lib/gsl.cmx lib/gsl.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "lib/gsl.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -a -cclib -lgsl_stubs -cclib -L/usr/lib64 -cclib -lgsl -cclib -lopenblas -cclib -lm -cclib -L/usr/lib64 -cclib -lgsl -cclib -lopenblas -cclib -lm -I lib lib/gsl_complex.cmx lib/gsl_vector.cmx lib/gsl_matrix.cmx lib/gsl_vector_complex.cmx lib/gsl_matrix_complex.cmx lib/gsl_blas.cmx lib/gsl_vector_flat.cmx lib/gsl_vector_complex_flat.cmx lib/gsl_matrix_complex_flat.cmx lib/gsl_matrix_flat.cmx lib/gsl_blas_flat.cmx lib/gsl_vectmat.cmx lib/gsl_blas_gen.cmx lib/gsl_bspline.cmx lib/gsl_cdf.cmx lib/gsl_fun.cmx lib/gsl_cheb.cmx lib/gsl_error.cmx lib/gsl_combi.cmx lib/gsl_const.cmx lib/gsl_deriv.cmx lib/gsl_eigen.cmx lib/gsl_fft.cmx lib/gsl_fit.cmx lib/gsl_histo.cmx lib/gsl_ieee.cmx lib/gsl_integration.cmx lib/gsl_interp.cmx lib/gsl_permut.cmx lib/gsl_linalg.cmx lib/gsl_math.cmx lib/gsl_min.cmx lib/gsl_misc.cmx lib/gsl_rng.cmx lib/gsl_monte.cmx lib/gsl_multifit.cmx lib/gsl_multifit_nlin.cmx lib/gsl_multimin.cmx lib/gsl_multiroot.cmx lib/gsl_odeiv.cmx lib/gsl_poly.cmx lib/gsl_qrng.cmx lib/gsl_randist.cmx lib/gsl_root.cmx lib/gsl_sf.cmx lib/gsl_siman.cmx lib/gsl_sort.cmx lib/gsl_stats.cmx lib/gsl_sum.cmx lib/gsl_version.cmx lib/gsl_wavelet.cmx lib/gsl.cmx -o lib/gsl.cmxa /usr/bin/ocamlfind ocamlopt -shared -cclib -lgsl_stubs -I lib -cclib -L/usr/lib64 -cclib -lgsl -cclib -lopenblas -cclib -lm -I lib lib/gsl.cmxa lib/gsl_complex.cmx lib/gsl_vector.cmx lib/gsl_matrix.cmx lib/gsl_vector_complex.cmx lib/gsl_matrix_complex.cmx lib/gsl_blas.cmx lib/gsl_vector_flat.cmx lib/gsl_vector_complex_flat.cmx lib/gsl_matrix_complex_flat.cmx lib/gsl_matrix_flat.cmx lib/gsl_blas_flat.cmx lib/gsl_vectmat.cmx lib/gsl_blas_gen.cmx lib/gsl_bspline.cmx lib/gsl_cdf.cmx lib/gsl_fun.cmx lib/gsl_cheb.cmx lib/gsl_error.cmx lib/gsl_combi.cmx lib/gsl_const.cmx lib/gsl_deriv.cmx lib/gsl_eigen.cmx lib/gsl_fft.cmx lib/gsl_fit.cmx lib/gsl_histo.cmx lib/gsl_ieee.cmx lib/gsl_integration.cmx lib/gsl_interp.cmx lib/gsl_permut.cmx lib/gsl_linalg.cmx lib/gsl_math.cmx lib/gsl_min.cmx lib/gsl_misc.cmx lib/gsl_rng.cmx lib/gsl_monte.cmx lib/gsl_multifit.cmx lib/gsl_multifit_nlin.cmx lib/gsl_multimin.cmx lib/gsl_multiroot.cmx lib/gsl_odeiv.cmx lib/gsl_poly.cmx lib/gsl_qrng.cmx lib/gsl_randist.cmx lib/gsl_root.cmx lib/gsl_sf.cmx lib/gsl_siman.cmx lib/gsl_sort.cmx lib/gsl_stats.cmx lib/gsl_sum.cmx lib/gsl_version.cmx lib/gsl_wavelet.cmx lib/gsl.cmx -o lib/gsl.cmxs /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/blas_ex.ml > examples/blas_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/blas_ex.cmo examples/blas_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/blas_ex.cmo examples/blas_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/blas_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/blas_ex.cmx examples/blas_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/blas_ex.cmx examples/blas_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/blas_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/blas_ex.cmx -o examples/blas_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/blas_speed_test.ml > examples/blas_speed_test.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/blas_speed_test.cmo examples/blas_speed_test.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/blas_speed_test.cmo examples/blas_speed_test.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/blas_speed_test.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/blas_speed_test.cmx examples/blas_speed_test.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/blas_speed_test.cmx examples/blas_speed_test.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/blas_speed_test.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/blas_speed_test.cmx -o examples/blas_speed_test.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/bspline_ex.ml > examples/bspline_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/bspline_ex.cmo examples/bspline_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/bspline_ex.cmo examples/bspline_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/bspline_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/bspline_ex.cmx examples/bspline_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/bspline_ex.cmx examples/bspline_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/bspline_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/bspline_ex.cmx -o examples/bspline_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/cheb_ex.ml > examples/cheb_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/cheb_ex.cmo examples/cheb_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/cheb_ex.cmo examples/cheb_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/cheb_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/cheb_ex.cmx examples/cheb_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/cheb_ex.cmx examples/cheb_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/cheb_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/cheb_ex.cmx -o examples/cheb_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/combi_ex.ml > examples/combi_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/combi_ex.cmo examples/combi_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/combi_ex.cmo examples/combi_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/combi_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/combi_ex.cmx examples/combi_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/combi_ex.cmx examples/combi_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/combi_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/combi_ex.cmx -o examples/combi_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/const_ex.ml > examples/const_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/const_ex.cmo examples/const_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/const_ex.cmo examples/const_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/const_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/const_ex.cmx examples/const_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/const_ex.cmx examples/const_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/const_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/const_ex.cmx -o examples/const_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/deriv_ex.ml > examples/deriv_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/deriv_ex.cmo examples/deriv_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/deriv_ex.cmo examples/deriv_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/deriv_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/deriv_ex.cmx examples/deriv_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/deriv_ex.cmx examples/deriv_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/deriv_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/deriv_ex.cmx -o examples/deriv_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/eigen_ex.ml > examples/eigen_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/eigen_ex.cmo examples/eigen_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/eigen_ex.cmo examples/eigen_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/eigen_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/eigen_ex.cmx examples/eigen_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/eigen_ex.cmx examples/eigen_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/eigen_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/eigen_ex.cmx -o examples/eigen_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/fft_c.ml > examples/fft_c.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_c.cmo examples/fft_c.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_c.cmo examples/fft_c.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/fft_c.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_c.cmx examples/fft_c.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_c.cmx examples/fft_c.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/fft_c.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/fft_c.cmx -o examples/fft_c.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/fft_c2.ml > examples/fft_c2.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_c2.cmo examples/fft_c2.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_c2.cmo examples/fft_c2.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/fft_c2.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_c2.cmx examples/fft_c2.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_c2.cmx examples/fft_c2.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/fft_c2.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/fft_c2.cmx -o examples/fft_c2.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/fft_hc.ml > examples/fft_hc.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_hc.cmo examples/fft_hc.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_hc.cmo examples/fft_hc.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/fft_hc.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_hc.cmx examples/fft_hc.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fft_hc.cmx examples/fft_hc.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/fft_hc.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/fft_hc.cmx -o examples/fft_hc.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/fit_ex.ml > examples/fit_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fit_ex.cmo examples/fit_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fit_ex.cmo examples/fit_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/fit_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fit_ex.cmx examples/fit_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/fit_ex.cmx examples/fit_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/fit_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/fit_ex.cmx -o examples/fit_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/histo_ex.ml > examples/histo_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/histo_ex.cmo examples/histo_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/histo_ex.cmo examples/histo_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/histo_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/histo_ex.cmx examples/histo_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/histo_ex.cmx examples/histo_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/histo_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/histo_ex.cmx -o examples/histo_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/integration_ex.ml > examples/integration_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/integration_ex.cmo examples/integration_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/integration_ex.cmo examples/integration_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/integration_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/integration_ex.cmx examples/integration_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/integration_ex.cmx examples/integration_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/integration_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/integration_ex.cmx -o examples/integration_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/interp_ex.ml > examples/interp_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/interp_ex.cmo examples/interp_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/interp_ex.cmo examples/interp_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/interp_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/interp_ex.cmx examples/interp_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/interp_ex.cmx examples/interp_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/interp_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/interp_ex.cmx -o examples/interp_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/linalg_ex.ml > examples/linalg_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/linalg_ex.cmo examples/linalg_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/linalg_ex.cmo examples/linalg_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/linalg_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/linalg_ex.cmx examples/linalg_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/linalg_ex.cmx examples/linalg_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/linalg_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/linalg_ex.cmx -o examples/linalg_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/min_ex.ml > examples/min_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/min_ex.cmo examples/min_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/min_ex.cmo examples/min_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/min_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/min_ex.cmx examples/min_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/min_ex.cmx examples/min_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/min_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/min_ex.cmx -o examples/min_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/monte_ex.ml > examples/monte_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/monte_ex.cmo examples/monte_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/monte_ex.cmo examples/monte_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/monte_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/monte_ex.cmx examples/monte_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/monte_ex.cmx examples/monte_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/monte_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/monte_ex.cmx -o examples/monte_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/multifit_data_ex.ml > examples/multifit_data_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multifit_data_ex.cmo examples/multifit_data_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multifit_data_ex.cmo examples/multifit_data_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/multifit_data_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multifit_data_ex.cmx examples/multifit_data_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multifit_data_ex.cmx examples/multifit_data_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/multifit_data_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/multifit_data_ex.cmx -o examples/multifit_data_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/multifit_nlin_ex.ml > examples/multifit_nlin_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multifit_nlin_ex.cmo examples/multifit_nlin_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multifit_nlin_ex.cmo examples/multifit_nlin_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/multifit_nlin_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multifit_nlin_ex.cmx examples/multifit_nlin_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multifit_nlin_ex.cmx examples/multifit_nlin_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/multifit_nlin_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/multifit_nlin_ex.cmx -o examples/multifit_nlin_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/multimin_ex.ml > examples/multimin_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multimin_ex.cmo examples/multimin_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multimin_ex.cmo examples/multimin_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/multimin_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multimin_ex.cmx examples/multimin_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multimin_ex.cmx examples/multimin_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/multimin_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/multimin_ex.cmx -o examples/multimin_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/multiroot_ex.ml > examples/multiroot_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multiroot_ex.cmo examples/multiroot_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multiroot_ex.cmo examples/multiroot_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/multiroot_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multiroot_ex.cmx examples/multiroot_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/multiroot_ex.cmx examples/multiroot_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/multiroot_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/multiroot_ex.cmx -o examples/multiroot_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/odeiv_ex.ml > examples/odeiv_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/odeiv_ex.cmo examples/odeiv_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/odeiv_ex.cmo examples/odeiv_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/odeiv_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/odeiv_ex.cmx examples/odeiv_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/odeiv_ex.cmx examples/odeiv_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/odeiv_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/odeiv_ex.cmx -o examples/odeiv_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/permut_ex.ml > examples/permut_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/permut_ex.cmo examples/permut_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/permut_ex.cmo examples/permut_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/permut_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/permut_ex.cmx examples/permut_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/permut_ex.cmx examples/permut_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/permut_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/permut_ex.cmx -o examples/permut_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/qrng_ex.ml > examples/qrng_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/qrng_ex.cmo examples/qrng_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/qrng_ex.cmo examples/qrng_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/qrng_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/qrng_ex.cmx examples/qrng_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/qrng_ex.cmx examples/qrng_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/qrng_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/qrng_ex.cmx -o examples/qrng_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/rng_ex.ml > examples/rng_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/rng_ex.cmo examples/rng_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/rng_ex.cmo examples/rng_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/rng_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/rng_ex.cmx examples/rng_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/rng_ex.cmx examples/rng_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/rng_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/rng_ex.cmx -o examples/rng_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/root_ex.ml > examples/root_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/root_ex.cmo examples/root_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/root_ex.cmo examples/root_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/root_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/root_ex.cmx examples/root_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/root_ex.cmx examples/root_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/root_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/root_ex.cmx -o examples/root_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/siman_ex.ml > examples/siman_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/siman_ex.cmo examples/siman_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/siman_ex.cmo examples/siman_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/siman_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/siman_ex.cmx examples/siman_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/siman_ex.cmx examples/siman_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/siman_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/siman_ex.cmx -o examples/siman_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/siman_tsp_ex.ml > examples/siman_tsp_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/siman_tsp_ex.cmo examples/siman_tsp_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/siman_tsp_ex.cmo examples/siman_tsp_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/siman_tsp_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/siman_tsp_ex.cmx examples/siman_tsp_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/siman_tsp_ex.cmx examples/siman_tsp_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/siman_tsp_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/siman_tsp_ex.cmx -o examples/siman_tsp_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/stats_ex.ml > examples/stats_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/stats_ex.cmo examples/stats_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/stats_ex.cmo examples/stats_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/stats_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/stats_ex.cmx examples/stats_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/stats_ex.cmx examples/stats_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/stats_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/stats_ex.cmx -o examples/stats_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/sum_ex.ml > examples/sum_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/sum_ex.cmo examples/sum_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/sum_ex.cmo examples/sum_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/sum_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/sum_ex.cmx examples/sum_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/sum_ex.cmx examples/sum_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/sum_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/sum_ex.cmx -o examples/sum_ex.native /usr/bin/ocamlfind ocamldep -package bigarray -modules examples/wavelet_ex.ml > examples/wavelet_ex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/wavelet_ex.cmo examples/wavelet_ex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/wavelet_ex.cmo examples/wavelet_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/wavelet_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/wavelet_ex.cmx examples/wavelet_ex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I lib -package bigarray -w Aer-44 -I examples -I lib -o examples/wavelet_ex.cmx examples/wavelet_ex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/wavelet_ex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray -I lib -I examples lib/gsl.cmxa examples/wavelet_ex.cmx -o examples/wavelet_ex.native + /usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild File "myocamlbuild.ml", line 518, characters 43-62: 518 | List.map (fun m -> (String.uncapitalize m) ^ ".cmi") ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Ocamlbuild_plugin.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "myocamlbuild.ml", line 531, characters 51-70: 531 | List.map (fun m -> dir^"/"^(String.uncapitalize m)^".cmi") ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Ocamlbuild_plugin.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. + make doc ocaml setup.ml -build File "./setup.ml", line 318, characters 20-36: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 318, characters 42-58: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 14-30: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 38-54: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 330, characters 25-41: 330 | Hashtbl.hash (String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 1381, characters 23-41: 1381 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "./setup.ml", line 1825, characters 16-33: 1825 | concat dir (String.capitalize base) ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "./setup.ml", line 1831, characters 16-35: 1831 | concat dir (String.uncapitalize base) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 3229, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 5847, characters 11-28: Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "_tags", line 176, characters 38-48: Warning: the tag "pkg_camlp4" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 178, characters 23-33: Warning: the tag "pkg_camlp4" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamlfind ocamlopt -shared -cclib -lgsl_stubs -I lib -cclib -L/usr/lib64 -cclib -lgsl -cclib -lopenblas -cclib -lm -I lib lib/gsl.cmxa lib/gsl_complex.cmx lib/gsl_vector.cmx lib/gsl_matrix.cmx lib/gsl_vector_complex.cmx lib/gsl_matrix_complex.cmx lib/gsl_blas.cmx lib/gsl_vector_flat.cmx lib/gsl_vector_complex_flat.cmx lib/gsl_matrix_complex_flat.cmx lib/gsl_matrix_flat.cmx lib/gsl_blas_flat.cmx lib/gsl_vectmat.cmx lib/gsl_blas_gen.cmx lib/gsl_bspline.cmx lib/gsl_cdf.cmx lib/gsl_fun.cmx lib/gsl_cheb.cmx lib/gsl_error.cmx lib/gsl_combi.cmx lib/gsl_const.cmx lib/gsl_deriv.cmx lib/gsl_eigen.cmx lib/gsl_fft.cmx lib/gsl_fit.cmx lib/gsl_histo.cmx lib/gsl_ieee.cmx lib/gsl_integration.cmx lib/gsl_interp.cmx lib/gsl_permut.cmx lib/gsl_linalg.cmx lib/gsl_math.cmx lib/gsl_min.cmx lib/gsl_misc.cmx lib/gsl_rng.cmx lib/gsl_monte.cmx lib/gsl_multifit.cmx lib/gsl_multifit_nlin.cmx lib/gsl_multimin.cmx lib/gsl_multiroot.cmx lib/gsl_odeiv.cmx lib/gsl_poly.cmx lib/gsl_qrng.cmx lib/gsl_randist.cmx lib/gsl_root.cmx lib/gsl_sf.cmx lib/gsl_siman.cmx lib/gsl_sort.cmx lib/gsl_stats.cmx lib/gsl_sum.cmx lib/gsl_version.cmx lib/gsl_wavelet.cmx lib/gsl.cmx -o lib/gsl.cmxs ocaml setup.ml -doc File "./setup.ml", line 318, characters 20-36: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 318, characters 42-58: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 14-30: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 38-54: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 330, characters 25-41: 330 | Hashtbl.hash (String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 1381, characters 23-41: 1381 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "./setup.ml", line 1825, characters 16-33: 1825 | concat dir (String.capitalize base) ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "./setup.ml", line 1831, characters 16-35: 1831 | concat dir (String.uncapitalize base) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 3229, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 5847, characters 11-28: Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "_tags", line 176, characters 38-48: Warning: the tag "pkg_camlp4" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 178, characters 23-33: Warning: the tag "pkg_camlp4" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamlfind ocamldoc -dump lib/gsl.odoc -package bigarray -I lib lib/gsl.ml + /usr/bin/ocamlfind ocamldoc -dump lib/gsl.odoc -package bigarray -I lib lib/gsl.ml Warning: Module or module type Gsl_wavelet not found Warning: Module or module type Gsl_version not found Warning: Module or module type Gsl_vector_flat not found Warning: Module or module type Gsl_vector_complex_flat not found Warning: Module or module type Gsl_vector_complex not found Warning: Module or module type Gsl_vector not found Warning: Module or module type Gsl_vectmat not found Warning: Module or module type Gsl_sum not found Warning: Module or module type Gsl_stats not found Warning: Module or module type Gsl_sort not found Warning: Module or module type Gsl_siman not found Warning: Module or module type Gsl_sf not found Warning: Module or module type Gsl_root not found Warning: Module or module type Gsl_rng not found Warning: Module or module type Gsl_randist not found Warning: Module or module type Gsl_qrng not found Warning: Module or module type Gsl_poly not found Warning: Module or module type Gsl_permut not found Warning: Module or module type Gsl_odeiv not found Warning: Module or module type Gsl_multiroot not found Warning: Module or module type Gsl_multimin not found Warning: Module or module type Gsl_multifit_nlin not found Warning: Module or module type Gsl_multifit not found Warning: Module or module type Gsl_monte not found Warning: Module or module type Gsl_misc not found Warning: Module or module type Gsl_min not found Warning: Module or module type Gsl_matrix_flat not found Warning: Module or module type Gsl_matrix_complex_flat not found Warning: Module or module type Gsl_matrix_complex not found Warning: Module or module type Gsl_matrix not found Warning: Module or module type Gsl_math not found Warning: Module or module type Gsl_linalg not found Warning: Module or module type Gsl_interp not found Warning: Module or module type Gsl_integration not found Warning: Module or module type Gsl_ieee not found Warning: Module or module type Gsl_histo not found Warning: Module or module type Gsl_fun not found Warning: Module or module type Gsl_fit not found Warning: Module or module type Gsl_fft not found Warning: Module or module type Gsl_error not found Warning: Module or module type Gsl_eigen not found Warning: Module or module type Gsl_deriv not found Warning: Module or module type Gsl_const not found Warning: Module or module type Gsl_complex not found Warning: Module or module type Gsl_combi not found Warning: Module or module type Gsl_cheb not found Warning: Module or module type Gsl_cdf not found Warning: Module or module type Gsl_bspline not found Warning: Module or module type Gsl_blas_gen not found Warning: Module or module type Gsl_blas_flat not found Warning: Module or module type Gsl_blas not found Warning: Module or module type Gsl_wavelet not found Warning: Module or module type Gsl_version not found Warning: Module or module type Gsl_vector_flat not found Warning: Module or module type Gsl_vector_complex_flat not found Warning: Module or module type Gsl_vector_complex not found Warning: Module or module type Gsl_vector not found Warning: Module or module type Gsl_vectmat not found Warning: Module or module type Gsl_sum not found Warning: Module or module type Gsl_stats not found Warning: Module or module type Gsl_sort not found Warning: Module or module type Gsl_siman not found Warning: Module or module type Gsl_sf not found Warning: Module or module type Gsl_root not found Warning: Module or module type Gsl_rng not found Warning: Module or module type Gsl_randist not found Warning: Module or module type Gsl_qrng not found Warning: Module or module type Gsl_poly not found Warning: Module or module type Gsl_permut not found Warning: Module or module type Gsl_odeiv not found Warning: Module or module type Gsl_multiroot not found Warning: Module or module type Gsl_multimin not found Warning: Module or module type Gsl_multifit_nlin not found Warning: Module or module type Gsl_multifit not found Warning: Module or module type Gsl_monte not found Warning: Module or module type Gsl_misc not found Warning: Module or module type Gsl_min not found Warning: Module or module type Gsl_matrix_flat not found Warning: Module or module type Gsl_matrix_complex_flat not found Warning: Module or module type Gsl_matrix_complex not found Warning: Module or module type Gsl_matrix not found Warning: Module or module type Gsl_math not found Warning: Module or module type Gsl_linalg not found Warning: Module or module type Gsl_interp not found Warning: Module or module type Gsl_integration not found Warning: Module or module type Gsl_ieee not found Warning: Module or module type Gsl_histo not found Warning: Module or module type Gsl_fun not found Warning: Module or module type Gsl_fit not found Warning: Module or module type Gsl_fft not found Warning: Module or module type Gsl_error not found Warning: Module or module type Gsl_eigen not found Warning: Module or module type Gsl_deriv not found Warning: Module or module type Gsl_const not found Warning: Module or module type Gsl_complex not found Warning: Module or module type Gsl_combi not found Warning: Module or module type Gsl_cheb not found Warning: Module or module type Gsl_cdf not found Warning: Module or module type Gsl_bspline not found Warning: Module or module type Gsl_blas_gen not found Warning: Module or module type Gsl_blas_flat not found Warning: Module or module type Gsl_blas not found /usr/bin/ocamlfind ocamldoc -dump lib/gsl_blas.odoc -package bigarray -I lib lib/gsl_blas.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_blas_flat.odoc -package bigarray -I lib lib/gsl_blas_flat.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_blas_gen.odoc -package bigarray -I lib lib/gsl_blas_gen.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_bspline.odoc -package bigarray -I lib lib/gsl_bspline.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_bspline.odoc -package bigarray -I lib lib/gsl_bspline.mli File "lib/gsl_bspline.mli", line 10, characters 0-65: 10 | external ncoeffs : ws -> int = "ml_gsl_bspline_ncoeffs" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamldoc -dump lib/gsl_cdf.odoc -package bigarray -I lib lib/gsl_cdf.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_cdf.odoc -package bigarray -I lib lib/gsl_cdf.mli File "lib/gsl_cdf.mli", line 3, characters 0-96: 3 | external ugaussian_P : x:float -> float = "ml_gsl_cdf_ugaussian_P" "gsl_cdf_ugaussian_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 4, characters 0-96: 4 | external ugaussian_Q : x:float -> float = "ml_gsl_cdf_ugaussian_Q" "gsl_cdf_ugaussian_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 5, characters 0-105: 5 | external ugaussian_Pinv : p:float -> float = "ml_gsl_cdf_ugaussian_Pinv" "gsl_cdf_ugaussian_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 6, characters 0-105: 6 | external ugaussian_Qinv : q:float -> float = "ml_gsl_cdf_ugaussian_Qinv" "gsl_cdf_ugaussian_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 7, characters 0-108: 7 | external gaussian_P : x:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_P" "gsl_cdf_gaussian_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 8, characters 0-108: 8 | external gaussian_Q : x:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Q" "gsl_cdf_gaussian_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 9, characters 0-117: 9 | external gaussian_Pinv : p:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Pinv" "gsl_cdf_gaussian_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 10, characters 0-117: 10 | external gaussian_Qinv : q:float -> sigma:float -> float = "ml_gsl_cdf_gaussian_Qinv" "gsl_cdf_gaussian_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 11, characters 0-106: 11 | external gamma_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_P" "gsl_cdf_gamma_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 12, characters 0-106: 12 | external gamma_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Q" "gsl_cdf_gamma_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 13, characters 0-115: 13 | external gamma_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Pinv" "gsl_cdf_gamma_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 14, characters 0-115: 14 | external gamma_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gamma_Qinv" "gsl_cdf_gamma_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 15, characters 0-98: 15 | external cauchy_P : x:float -> a:float -> float = "ml_gsl_cdf_cauchy_P" "gsl_cdf_cauchy_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 16, characters 0-98: 16 | external cauchy_Q : x:float -> a:float -> float = "ml_gsl_cdf_cauchy_Q" "gsl_cdf_cauchy_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 17, characters 0-107: 17 | external cauchy_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_cauchy_Pinv" "gsl_cdf_cauchy_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 18, characters 0-107: 18 | external cauchy_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_cauchy_Qinv" "gsl_cdf_cauchy_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 19, characters 0-101: 19 | external laplace_P : x:float -> a:float -> float = "ml_gsl_cdf_laplace_P" "gsl_cdf_laplace_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 20, characters 0-101: 20 | external laplace_Q : x:float -> a:float -> float = "ml_gsl_cdf_laplace_Q" "gsl_cdf_laplace_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 21, characters 0-110: 21 | external laplace_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_laplace_Pinv" "gsl_cdf_laplace_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 22, characters 0-110: 22 | external laplace_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_laplace_Qinv" "gsl_cdf_laplace_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 23, characters 0-108: 23 | external rayleigh_P : x:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_P" "gsl_cdf_rayleigh_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 24, characters 0-108: 24 | external rayleigh_Q : x:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Q" "gsl_cdf_rayleigh_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 25, characters 0-117: 25 | external rayleigh_Pinv : p:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Pinv" "gsl_cdf_rayleigh_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 26, characters 0-117: 26 | external rayleigh_Qinv : q:float -> sigma:float -> float = "ml_gsl_cdf_rayleigh_Qinv" "gsl_cdf_rayleigh_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 27, characters 0-96: 27 | external chisq_P : x:float -> nu:float -> float = "ml_gsl_cdf_chisq_P" "gsl_cdf_chisq_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 28, characters 0-96: 28 | external chisq_Q : x:float -> nu:float -> float = "ml_gsl_cdf_chisq_Q" "gsl_cdf_chisq_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 29, characters 0-105: 29 | external chisq_Pinv : p:float -> nu:float -> float = "ml_gsl_cdf_chisq_Pinv" "gsl_cdf_chisq_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 30, characters 0-105: 30 | external chisq_Qinv : q:float -> nu:float -> float = "ml_gsl_cdf_chisq_Qinv" "gsl_cdf_chisq_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 31, characters 0-114: 31 | external exponential_P : x:float -> mu:float -> float = "ml_gsl_cdf_exponential_P" "gsl_cdf_exponential_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 32, characters 0-114: 32 | external exponential_Q : x:float -> mu:float -> float = "ml_gsl_cdf_exponential_Q" "gsl_cdf_exponential_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 33, characters 0-123: 33 | external exponential_Pinv : p:float -> mu:float -> float = "ml_gsl_cdf_exponential_Pinv" "gsl_cdf_exponential_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 34, characters 0-123: 34 | external exponential_Qinv : q:float -> mu:float -> float = "ml_gsl_cdf_exponential_Qinv" "gsl_cdf_exponential_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 35, characters 0-109: 35 | external exppow_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_exppow_P" "gsl_cdf_exppow_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 36, characters 0-109: 36 | external exppow_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_exppow_Q" "gsl_cdf_exppow_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 37, characters 0-96: 37 | external tdist_P : x:float -> nu:float -> float = "ml_gsl_cdf_tdist_P" "gsl_cdf_tdist_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 38, characters 0-96: 38 | external tdist_Q : x:float -> nu:float -> float = "ml_gsl_cdf_tdist_Q" "gsl_cdf_tdist_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 39, characters 0-105: 39 | external tdist_Pinv : p:float -> nu:float -> float = "ml_gsl_cdf_tdist_Pinv" "gsl_cdf_tdist_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 40, characters 0-105: 40 | external tdist_Qinv : q:float -> nu:float -> float = "ml_gsl_cdf_tdist_Qinv" "gsl_cdf_tdist_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 41, characters 0-110: 41 | external fdist_P : x:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_P" "gsl_cdf_fdist_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 42, characters 0-110: 42 | external fdist_Q : x:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Q" "gsl_cdf_fdist_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 43, characters 0-119: 43 | external fdist_Pinv : p:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Pinv" "gsl_cdf_fdist_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 44, characters 0-119: 44 | external fdist_Qinv : q:float -> nu1:float -> nu2:float -> float = "ml_gsl_cdf_fdist_Qinv" "gsl_cdf_fdist_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 45, characters 0-103: 45 | external beta_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_P" "gsl_cdf_beta_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 46, characters 0-103: 46 | external beta_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Q" "gsl_cdf_beta_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 47, characters 0-112: 47 | external beta_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Pinv" "gsl_cdf_beta_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 48, characters 0-112: 48 | external beta_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_beta_Qinv" "gsl_cdf_beta_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 49, characters 0-103: 49 | external flat_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_P" "gsl_cdf_flat_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 50, characters 0-103: 50 | external flat_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Q" "gsl_cdf_flat_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 51, characters 0-112: 51 | external flat_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Pinv" "gsl_cdf_flat_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 52, characters 0-112: 52 | external flat_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_flat_Qinv" "gsl_cdf_flat_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 53, characters 0-125: 53 | external lognormal_P : x:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_P" "gsl_cdf_lognormal_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 54, characters 0-125: 54 | external lognormal_Q : x:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Q" "gsl_cdf_lognormal_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 55, characters 0-134: 55 | external lognormal_Pinv : p:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Pinv" "gsl_cdf_lognormal_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 56, characters 0-134: 56 | external lognormal_Qinv : q:float -> zeta:float -> sigma:float -> float = "ml_gsl_cdf_lognormal_Qinv" "gsl_cdf_lognormal_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 57, characters 0-112: 57 | external gumbel1_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_P" "gsl_cdf_gumbel1_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 58, characters 0-112: 58 | external gumbel1_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Q" "gsl_cdf_gumbel1_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 59, characters 0-121: 59 | external gumbel1_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Pinv" "gsl_cdf_gumbel1_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 60, characters 0-121: 60 | external gumbel1_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel1_Qinv" "gsl_cdf_gumbel1_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 61, characters 0-112: 61 | external gumbel2_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_P" "gsl_cdf_gumbel2_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 62, characters 0-112: 62 | external gumbel2_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Q" "gsl_cdf_gumbel2_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 63, characters 0-121: 63 | external gumbel2_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Pinv" "gsl_cdf_gumbel2_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 64, characters 0-121: 64 | external gumbel2_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_gumbel2_Qinv" "gsl_cdf_gumbel2_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 65, characters 0-112: 65 | external weibull_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_P" "gsl_cdf_weibull_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 66, characters 0-112: 66 | external weibull_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Q" "gsl_cdf_weibull_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 67, characters 0-121: 67 | external weibull_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Pinv" "gsl_cdf_weibull_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 68, characters 0-121: 68 | external weibull_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_weibull_Qinv" "gsl_cdf_weibull_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 69, characters 0-109: 69 | external pareto_P : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_P" "gsl_cdf_pareto_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 70, characters 0-109: 70 | external pareto_Q : x:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Q" "gsl_cdf_pareto_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 71, characters 0-118: 71 | external pareto_Pinv : p:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Pinv" "gsl_cdf_pareto_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 72, characters 0-118: 72 | external pareto_Qinv : q:float -> a:float -> b:float -> float = "ml_gsl_cdf_pareto_Qinv" "gsl_cdf_pareto_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 73, characters 0-104: 73 | external logistic_P : x:float -> a:float -> float = "ml_gsl_cdf_logistic_P" "gsl_cdf_logistic_P" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 74, characters 0-104: 74 | external logistic_Q : x:float -> a:float -> float = "ml_gsl_cdf_logistic_Q" "gsl_cdf_logistic_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 75, characters 0-113: 75 | external logistic_Pinv : p:float -> a:float -> float = "ml_gsl_cdf_logistic_Pinv" "gsl_cdf_logistic_Pinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_cdf.mli", line 76, characters 0-113: 76 | external logistic_Qinv : q:float -> a:float -> float = "ml_gsl_cdf_logistic_Qinv" "gsl_cdf_logistic_Qinv" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamldoc -dump lib/gsl_cheb.odoc -package bigarray -I lib lib/gsl_cheb.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_combi.odoc -package bigarray -I lib lib/gsl_combi.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_const.odoc -package bigarray -I lib lib/gsl_const.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_deriv.odoc -package bigarray -I lib lib/gsl_deriv.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_eigen.odoc -package bigarray -I lib lib/gsl_eigen.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_error.odoc -package bigarray -I lib lib/gsl_error.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_error.odoc -package bigarray -I lib lib/gsl_error.mli Warning: Element Error.handler not found Warning: Element Error.default_handler not found Warning: Element Error.Gsl_exn not found Warning: Element Exn not found /usr/bin/ocamlfind ocamldoc -dump lib/gsl_fft.odoc -package bigarray -I lib lib/gsl_fft.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_fit.odoc -package bigarray -I lib lib/gsl_fit.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_fun.odoc -package bigarray -I lib lib/gsl_fun.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_fun.odoc -package bigarray -I lib lib/gsl_fun.mli Warning: Element Sf not found /usr/bin/ocamlfind ocamldoc -dump lib/gsl_complex.odoc -package bigarray -I lib lib/gsl_complex.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_sort.odoc -package bigarray -I lib lib/gsl_sort.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_histo.odoc -package bigarray -I lib lib/gsl_histo.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_ieee.odoc -package bigarray -I lib lib/gsl_ieee.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_integration.odoc -package bigarray -I lib lib/gsl_integration.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_interp.odoc -package bigarray -I lib lib/gsl_interp.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_linalg.odoc -package bigarray -I lib lib/gsl_linalg.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_linalg.odoc -package bigarray -I lib lib/gsl_linalg.mli Warning: Element Gsl.Blas.gemm not found /usr/bin/ocamlfind ocamldoc -dump lib/gsl_math.odoc -package bigarray -I lib lib/gsl_math.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_math.odoc -package bigarray -I lib lib/gsl_math.mli File "lib/gsl_math.mli", lines 48-49, characters 0-40: 48 | external log1p : float -> float 49 | = "ml_gsl_log1p" "gsl_log1p" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 51-52, characters 0-40: 51 | external expm1 : float -> float 52 | = "ml_gsl_expm1" "gsl_expm1" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 54-55, characters 0-40: 54 | external hypot : float -> float -> float 55 | = "ml_gsl_hypot" "gsl_hypot" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 57-58, characters 0-40: 57 | external acosh : float -> float 58 | = "ml_gsl_acosh" "gsl_acosh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 60-61, characters 0-40: 60 | external asinh : float -> float 61 | = "ml_gsl_asinh" "gsl_asinh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_math.mli", lines 63-64, characters 0-40: 63 | external atanh : float -> float 64 | = "ml_gsl_atanh" "gsl_atanh" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamldoc -dump lib/gsl_matrix.odoc -package bigarray -I lib lib/gsl_matrix.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_matrix_complex.odoc -package bigarray -I lib lib/gsl_matrix_complex.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_matrix_complex_flat.odoc -package bigarray -I lib lib/gsl_matrix_complex_flat.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_matrix_flat.odoc -package bigarray -I lib lib/gsl_matrix_flat.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_min.odoc -package bigarray -I lib lib/gsl_min.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_misc.odoc -package bigarray -I lib lib/gsl_misc.ml /usr/bin/ocamlfind ocamldoc -dump lib/gsl_monte.odoc -package bigarray -I lib lib/gsl_monte.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_multifit.odoc -package bigarray -I lib lib/gsl_multifit.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_multifit_nlin.odoc -package bigarray -I lib lib/gsl_multifit_nlin.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_multimin.odoc -package bigarray -I lib lib/gsl_multimin.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_multiroot.odoc -package bigarray -I lib lib/gsl_multiroot.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_odeiv.odoc -package bigarray -I lib lib/gsl_odeiv.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_permut.odoc -package bigarray -I lib lib/gsl_permut.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_poly.odoc -package bigarray -I lib lib/gsl_poly.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_qrng.odoc -package bigarray -I lib lib/gsl_qrng.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_randist.odoc -package bigarray -I lib lib/gsl_randist.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_randist.odoc -package bigarray -I lib lib/gsl_randist.mli File "lib/gsl_randist.mli", lines 191-192, characters 0-37: 191 | external discrete : Gsl_rng.t -> discrete -> int 192 | = "ml_gsl_ran_discrete" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamldoc -dump lib/gsl_rng.odoc -package bigarray -I lib lib/gsl_rng.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_rng.odoc -package bigarray -I lib lib/gsl_rng.mli File "lib/gsl_rng.mli", line 115, characters 0-75: 115 | external uniform_int : t -> int -> int = "ml_gsl_rng_uniform_int" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/gsl_rng.mli", lines 119-120, characters 0-40: 119 | external uniform_arr : t -> float array -> unit 120 | = "ml_gsl_rng_uniform_arr" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/gsl_rng.mli", lines 121-122, characters 0-44: 121 | external uniform_pos_arr : t -> float array -> unit 122 | = "ml_gsl_rng_uniform_pos_arr" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamldoc -dump lib/gsl_root.odoc -package bigarray -I lib lib/gsl_root.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_sf.odoc -package bigarray -I lib lib/gsl_sf.mli + /usr/bin/ocamlfind ocamldoc -dump lib/gsl_sf.odoc -package bigarray -I lib lib/gsl_sf.mli File "lib/gsl_sf.mli", line 335, characters 0-68: 335 | external erf : float -> float = "ml_gsl_sf_erf" "gsl_sf_erf" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 338, characters 0-71: 338 | external erfc : float -> float = "ml_gsl_sf_erfc" "gsl_sf_erfc" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", lines 341-342, characters 0-50: 341 | external log_erfc : float -> float 342 | = "ml_gsl_sf_log_erfc" "gsl_sf_log_erfc" "float" Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 345, characters 0-74: 345 | external erf_Z : float -> float = "ml_gsl_sf_erf_Z" "gsl_sf_erf_Z" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 348, characters 0-74: 348 | external erf_Q : float -> float = "ml_gsl_sf_erf_Q" "gsl_sf_erf_Q" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 353, characters 0-68: 353 | external exp : float -> float = "ml_gsl_sf_exp" "gsl_sf_exp" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 694, characters 0-68: 694 | external sin : float -> float = "ml_gsl_sf_sin" "gsl_sf_sin" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 697, characters 0-68: 697 | external cos : float -> float = "ml_gsl_sf_cos" "gsl_sf_cos" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" File "lib/gsl_sf.mli", line 703, characters 0-71: 703 | external sinc : float -> float = "ml_gsl_sf_sinc" "gsl_sf_sinc" "float" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@unboxed] + [@@noalloc] should be used instead of "float" /usr/bin/ocamlfind ocamldoc -dump lib/gsl_siman.odoc -package bigarray -I lib lib/gsl_siman.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_stats.odoc -package bigarray -I lib lib/gsl_stats.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_sum.odoc -package bigarray -I lib lib/gsl_sum.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_vectmat.odoc -package bigarray -I lib lib/gsl_vectmat.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_vector.odoc -package bigarray -I lib lib/gsl_vector.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_vector_complex.odoc -package bigarray -I lib lib/gsl_vector_complex.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_vector_complex_flat.odoc -package bigarray -I lib lib/gsl_vector_complex_flat.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_vector_flat.odoc -package bigarray -I lib lib/gsl_vector_flat.mli /usr/bin/ocamlfind ocamldoc -dump lib/gsl_version.odoc -package bigarray -I lib lib/gsl_version.ml /usr/bin/ocamlfind ocamldoc -dump lib/gsl_wavelet.odoc -package bigarray -I lib lib/gsl_wavelet.mli rm -rf API.docdir mkdir -p API.docdir /usr/bin/ocamlfind ocamldoc -load lib/gsl.odoc -load lib/gsl_blas.odoc -load lib/gsl_blas_flat.odoc -load lib/gsl_blas_gen.odoc -load lib/gsl_bspline.odoc -load lib/gsl_cdf.odoc -load lib/gsl_cheb.odoc -load lib/gsl_combi.odoc -load lib/gsl_const.odoc -load lib/gsl_deriv.odoc -load lib/gsl_eigen.odoc -load lib/gsl_error.odoc -load lib/gsl_fft.odoc -load lib/gsl_fit.odoc -load lib/gsl_fun.odoc -load lib/gsl_complex.odoc -load lib/gsl_sort.odoc -load lib/gsl_histo.odoc -load lib/gsl_ieee.odoc -load lib/gsl_integration.odoc -load lib/gsl_interp.odoc -load lib/gsl_linalg.odoc -load lib/gsl_math.odoc -load lib/gsl_matrix.odoc -load lib/gsl_matrix_complex.odoc -load lib/gsl_matrix_complex_flat.odoc -load lib/gsl_matrix_flat.odoc -load lib/gsl_min.odoc -load lib/gsl_misc.odoc -load lib/gsl_monte.odoc -load lib/gsl_multifit.odoc -load lib/gsl_multifit_nlin.odoc -load lib/gsl_multimin.odoc -load lib/gsl_multiroot.odoc -load lib/gsl_odeiv.odoc -load lib/gsl_permut.odoc -load lib/gsl_poly.odoc -load lib/gsl_qrng.odoc -load lib/gsl_randist.odoc -load lib/gsl_rng.odoc -load lib/gsl_root.odoc -load lib/gsl_sf.odoc -load lib/gsl_siman.odoc -load lib/gsl_stats.odoc -load lib/gsl_sum.odoc -load lib/gsl_vectmat.odoc -load lib/gsl_vector.odoc -load lib/gsl_vector_complex.odoc -load lib/gsl_vector_complex_flat.odoc -load lib/gsl_vector_flat.odoc -load lib/gsl_version.odoc -load lib/gsl_wavelet.odoc -html -d API.docdir + /usr/bin/ocamlfind ocamldoc -load lib/gsl.odoc -load lib/gsl_blas.odoc -load lib/gsl_blas_flat.odoc -load lib/gsl_blas_gen.odoc -load lib/gsl_bspline.odoc -load lib/gsl_cdf.odoc -load lib/gsl_cheb.odoc -load lib/gsl_combi.odoc -load lib/gsl_const.odoc -load lib/gsl_deriv.odoc -load lib/gsl_eigen.odoc -load lib/gsl_error.odoc -load lib/gsl_fft.odoc -load lib/gsl_fit.odoc -load lib/gsl_fun.odoc -load lib/gsl_complex.odoc -load lib/gsl_sort.odoc -load lib/gsl_histo.odoc -load lib/gsl_ieee.odoc -load lib/gsl_integration.odoc -load lib/gsl_interp.odoc -load lib/gsl_linalg.odoc -load lib/gsl_math.odoc -load lib/gsl_matrix.odoc -load lib/gsl_matrix_complex.odoc -load lib/gsl_matrix_complex_flat.odoc -load lib/gsl_matrix_flat.odoc -load lib/gsl_min.odoc -load lib/gsl_misc.odoc -load lib/gsl_monte.odoc -load lib/gsl_multifit.odoc -load lib/gsl_multifit_nlin.odoc -load lib/gsl_multimin.odoc -load lib/gsl_multiroot.odoc -load lib/gsl_odeiv.odoc -load lib/gsl_permut.odoc -load lib/gsl_poly.odoc -load lib/gsl_qrng.odoc -load lib/gsl_randist.odoc -load lib/gsl_rng.odoc -load lib/gsl_root.odoc -load lib/gsl_sf.odoc -load lib/gsl_siman.odoc -load lib/gsl_stats.odoc -load lib/gsl_sum.odoc -load lib/gsl_vectmat.odoc -load lib/gsl_vector.odoc -load lib/gsl_vector_complex.odoc -load lib/gsl_vector_complex_flat.odoc -load lib/gsl_vector_flat.odoc -load lib/gsl_version.odoc -load lib/gsl_wavelet.odoc -html -d API.docdir Warning: Element Error.handler not found Warning: Element Error.default_handler not found Warning: Element Error.Gsl_exn not found Warning: Element Exn not found Warning: Element Sf not found Warning: Element Gsl.Blas.gemm not found + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.n3d9Tj + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 + cd gsl-ocaml-1.19.1 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl + make install ocaml setup.ml -install File "./setup.ml", line 318, characters 20-36: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 318, characters 42-58: 318 | String.compare (String.lowercase s1) (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 14-30: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 327, characters 38-54: 327 | (String.lowercase s1) = (String.lowercase s2) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 330, characters 25-41: 330 | Hashtbl.hash (String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "./setup.ml", line 1381, characters 23-41: 1381 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "./setup.ml", line 1825, characters 16-33: 1825 | concat dir (String.capitalize base) ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "./setup.ml", line 1831, characters 16-35: 1831 | concat dir (String.uncapitalize base) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 3229, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 5847, characters 11-28: Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "setup.ml", line 6484, characters 33-42: Warning 6 [labels-omitted]: label what was omitted in the application of this function. File "setup.ml", line 6485, characters 36-45: Warning 6 [labels-omitted]: label what was omitted in the application of this function. Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.ml Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_flat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_gen.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_bspline.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cdf.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cheb.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_combi.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_const.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_deriv.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_eigen.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_error.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fft.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fit.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fun.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_complex.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sort.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_histo.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_ieee.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_integration.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_interp.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_linalg.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_math.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_flat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_min.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_misc.ml Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_monte.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit_nlin.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multimin.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multiroot.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_odeiv.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_permut.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_poly.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_qrng.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_randist.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_rng.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_root.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sf.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_siman.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_stats.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sum.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vectmat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_flat.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_version.ml Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_wavelet.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/libgsl_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_wavelet.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_wavelet.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_wavelet.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_wavelet.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_version.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_version.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_version.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_flat.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_flat.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_flat.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_flat.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vectmat.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vectmat.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vectmat.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vectmat.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sum.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sum.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sum.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sum.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_stats.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_stats.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_stats.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_stats.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_siman.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_siman.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_siman.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_siman.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sf.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sf.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sf.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sf.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_root.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_root.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_root.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_root.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_rng.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_rng.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_rng.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_rng.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_randist.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_randist.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_randist.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_randist.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_qrng.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_qrng.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_qrng.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_qrng.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_poly.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_poly.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_poly.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_poly.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_permut.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_permut.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_permut.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_permut.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_odeiv.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_odeiv.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_odeiv.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_odeiv.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multiroot.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multiroot.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multiroot.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multiroot.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multimin.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multimin.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multimin.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multimin.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit_nlin.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit_nlin.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit_nlin.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit_nlin.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_monte.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_monte.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_monte.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_monte.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_misc.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_misc.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_misc.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_min.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_min.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_min.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_min.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_flat.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_flat.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_flat.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_flat.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_math.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_math.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_math.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_math.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_linalg.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_linalg.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_linalg.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_linalg.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_interp.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_interp.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_interp.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_interp.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_integration.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_integration.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_integration.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_integration.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_ieee.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_ieee.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_ieee.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_ieee.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_histo.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_histo.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_histo.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_histo.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sort.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sort.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sort.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sort.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_complex.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_complex.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_complex.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_complex.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fun.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fun.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fun.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fun.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fit.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fit.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fit.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fit.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fft.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fft.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fft.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fft.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_error.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_error.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_error.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_error.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_eigen.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_eigen.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_eigen.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_eigen.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_deriv.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_deriv.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_deriv.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_deriv.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_const.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_const.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_const.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_const.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_combi.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_combi.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_combi.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_combi.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cheb.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cheb.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cheb.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cheb.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cdf.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cdf.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cdf.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cdf.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_bspline.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_bspline.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_bspline.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_bspline.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_gen.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_gen.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_gen.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_gen.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_flat.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_flat.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_flat.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_flat.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.cmt Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.annot Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_wavelet.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_version.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_flat.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector_complex.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vector.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_vectmat.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sum.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_stats.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_siman.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sf.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_root.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_rng.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_randist.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_qrng.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_poly.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_permut.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_odeiv.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multiroot.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multimin.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit_nlin.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_multifit.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_monte.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_misc.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_min.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_flat.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix_complex.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_matrix.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_math.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_linalg.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_interp.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_integration.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_ieee.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_histo.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_sort.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_complex.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fun.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fit.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_fft.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_error.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_eigen.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_deriv.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_const.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_combi.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cheb.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_cdf.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_bspline.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_gen.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas_flat.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl_blas.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/gsl.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/stublibs/dllgsl_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/stublibs/dllgsl_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64//usr/lib64/ocaml/gsl/META + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.19.1-20.mga9 --unique-debug-suffix -1.19.1-20.mga9.aarch64 --unique-debug-src-base ocaml-gsl-1.19.1-20.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/gsl-ocaml-1.19.1 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/lib64/ocaml/gsl/gsl.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/lib64/ocaml/stublibs/dllgsl_stubs.so dwz: ./usr/lib64/ocaml/gsl/gsl.cmxs-1.19.1-20.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllgsl_stubs.so-1.19.1-20.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 2548kB, size after compression: 2548kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. cpio: _build/callback.ml: Cannot stat: No such file or directory cpio: _build/printf.ml: Cannot stat: No such file or directory cpio: _build/stdlib.ml: Cannot stat: No such file or directory 807 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-gsl-1.19.1-20.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wbPQvN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gsl-ocaml-1.19.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl + cp -pr COPYING.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl + cp -pr AUTHORS.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl + cp -pr CHANGES.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl + cp -pr NOTES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl + cp -pr TODO.md /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gsl) = 42265dc7e6acd6d2f3f29e942b8ad7b1 ocaml(Gsl_blas) = e8224122dbbc81e09cb922801ad2100d ocaml(Gsl_blas_flat) = a435f7f6397518d65371cffef352a895 ocaml(Gsl_blas_gen) = 3526bfd86dab6b1c5a1008eb49bc1ce6 ocaml(Gsl_bspline) = 4cef45d9ea70a48d725abb6e150d7c82 ocaml(Gsl_cdf) = 3a7b231543993c67cfbcac1dcf298d8f ocaml(Gsl_cheb) = d3303b3f1b6f5c366cba6e87a1a892a8 ocaml(Gsl_combi) = 45674c19c90b6e4254b2f799ba4ac540 ocaml(Gsl_complex) = e16bbcb5255016d5245f0277ca487bea ocaml(Gsl_const) = 134ccc893ededb8c4825839f8594e940 ocaml(Gsl_deriv) = ee2ffe7669d40be8bc82ca4f09f9da72 ocaml(Gsl_eigen) = 2aeab1b8dc550be800a64b017b960155 ocaml(Gsl_error) = 62ae8f9ec7a884b5c2aa9cc1c851e6fd ocaml(Gsl_fft) = 57547900b92004a5cffe119ae4addd4c ocaml(Gsl_fit) = 0aae165727cc469913b464c25748ac08 ocaml(Gsl_fun) = a080831d5199b65f7406fa9a30b9e180 ocaml(Gsl_histo) = 9a19b9c7bd3c0e2c575952d8a44ee0df ocaml(Gsl_ieee) = e70151a8406cce6916d683cb924732d8 ocaml(Gsl_integration) = c8990ea8df7a82734eb381bcd869b4d1 ocaml(Gsl_interp) = 8c5b83e222a0d518e5735e909d104376 ocaml(Gsl_linalg) = 5499b119bebc6e332129fc9a27c8b273 ocaml(Gsl_math) = e0bde71c30ae6c4aec518cca2fa4fb9c ocaml(Gsl_matrix) = 6c9e294da079f1fd04b77e28d18770e1 ocaml(Gsl_matrix_complex) = 4d6616aaca97cd35e4f38b124d76684e ocaml(Gsl_matrix_complex_flat) = 3300b89685178bb524964a479f9485d7 ocaml(Gsl_matrix_flat) = dae13d5a54f8fc60368e90b734acb5bc ocaml(Gsl_min) = 2bef51376a0d29bf5460825f36b935a2 ocaml(Gsl_misc) = c4d6b2ab17d8143dd8c3ea02626f42f1 ocaml(Gsl_monte) = 0c3d4e94260f3a3aadc7642d6239e715 ocaml(Gsl_multifit) = 660ecff049fe9c7a9ffc47eec559202c ocaml(Gsl_multifit_nlin) = ab3fb7321e0c3a39fa016a7224a61b84 ocaml(Gsl_multimin) = ad5d176c04c9dd93c47e6ec7d7e8852e ocaml(Gsl_multiroot) = a73c3be28e61dd40b4e20b4558a95bc3 ocaml(Gsl_odeiv) = 4bbd489b4dba6446b52e15161211c59d ocaml(Gsl_permut) = 043b85e508d701367454b1c16c8875f0 ocaml(Gsl_poly) = ab26fbbf96782ca37449964c76430785 ocaml(Gsl_qrng) = d63d8cf224263dba46b7cf3cdc00e19b ocaml(Gsl_randist) = f3c381cad77af596150bcf44854e062d ocaml(Gsl_rng) = a9d5c84c9fcd14bccb644778df29f356 ocaml(Gsl_root) = 193880bfb84a77e13529f0f35cef38b2 ocaml(Gsl_sf) = ddf5d358df4e936659a2aaa514db154f ocaml(Gsl_siman) = 24838d8ac87465a8b4de2eca5a3f58ff ocaml(Gsl_sort) = 98b8249cf420dee6cca064ccf141e42e ocaml(Gsl_stats) = 470a9d47f3b94305b26149d19832fe5b ocaml(Gsl_sum) = f385459e93d0f0098e62354ec958159a ocaml(Gsl_vectmat) = bc8f61696e6f30def40e7ff60a90de38 ocaml(Gsl_vector) = cc1ea20dd501e99209c8fec24cede087 ocaml(Gsl_vector_complex) = cb9e4339301c951c8f1742027b787763 ocaml(Gsl_vector_complex_flat) = f8cdd60da934070315507b2069d114cb ocaml(Gsl_vector_flat) = 4e1e30aeaf74a8896269016388ac01dc ocaml(Gsl_version) = c7200851ee97b928f41c520d93a045f8 ocaml(Gsl_wavelet) = a5de213c5108bee35b48e6024dd691b4 ocaml-gsl = 1.19.1-20.mga9 ocaml-gsl(aarch-64) = 1.19.1-20.mga9 ocamlx(Gsl) = 56037d2cc4a23a2006681d22753496df ocamlx(Gsl_blas) = b94c80c5731fe92565fd662807372371 ocamlx(Gsl_blas_flat) = 8dc182469fbba46a207890a7b1109446 ocamlx(Gsl_blas_gen) = 5f68f6441b1dc190c89254c97ed96370 ocamlx(Gsl_bspline) = 74aec673db7afa48864b621d0d28fcd4 ocamlx(Gsl_cdf) = 8e60583aafb86c7916d340b0c6ac74c7 ocamlx(Gsl_cheb) = 116eab1381a736763ebb22fd148e9ece ocamlx(Gsl_combi) = 233589e17231692fd1f36089aecc4d7b ocamlx(Gsl_complex) = 20efb4fd6b5c3908e1fa39267015256c ocamlx(Gsl_const) = 69660589390beea68a740ad0f6ffa35c ocamlx(Gsl_deriv) = 5d9f2a4ed245748d37f9d9fc63cf0fd9 ocamlx(Gsl_eigen) = ce09e7be754397fd498756e62bfa70b4 ocamlx(Gsl_error) = 8240e3d65b09195254fc674b3e92bdb2 ocamlx(Gsl_fft) = 223c97a924165ae557ba9d570675cd39 ocamlx(Gsl_fit) = d06dbd7938dd08bc8297eac5a6a45534 ocamlx(Gsl_fun) = cd1b6a06878810cb9910aad7e1c37d17 ocamlx(Gsl_histo) = 13bf8d75c705f0b245b82f7a5bb5ca8b ocamlx(Gsl_ieee) = 3f77396435f3a96f172fd4cfc33545d9 ocamlx(Gsl_integration) = 3bc708aac7865c0fafacbf2acfa8bcfa ocamlx(Gsl_interp) = d6ddaf0a3820d8d8fdcea36ad54c5015 ocamlx(Gsl_linalg) = b2c72decf433efb486974fb56dd51aee ocamlx(Gsl_math) = 3424e846a31412f2d4f19b6c2645018d ocamlx(Gsl_matrix) = 5e49f403a72592d41152eff9e6136d5a ocamlx(Gsl_matrix_complex) = c718b168c3db5aaee020e182f8d335d2 ocamlx(Gsl_matrix_complex_flat) = 8b10463fd69cdb7284659b8874688298 ocamlx(Gsl_matrix_flat) = 1c79f21e64ec87576d2aeffff386b449 ocamlx(Gsl_min) = 011b4dbefea08cc814aa8c62b551cf64 ocamlx(Gsl_misc) = c05d1573199c8d84564357afd4af76cd ocamlx(Gsl_monte) = c8d5e4a30c617f70b78fa437c3b59dbe ocamlx(Gsl_multifit) = 945ce1a54b639e85520c3ea2ce9ba2cc ocamlx(Gsl_multifit_nlin) = 654437c1c91eb3a07ee83855726c3709 ocamlx(Gsl_multimin) = e780e2d4054da6dd90c616c410a20e89 ocamlx(Gsl_multiroot) = 893a782e0d35fc21924ff985d5066bae ocamlx(Gsl_odeiv) = e99e3cdf40105001d6dce3f7d8d3d464 ocamlx(Gsl_permut) = 907f516cab7587bf4218cd50c68a9356 ocamlx(Gsl_poly) = 58486a6b1cc40b49f41461d2749a4869 ocamlx(Gsl_qrng) = 27dee3f359987f55be66bf7d7d544df0 ocamlx(Gsl_randist) = 5f42bba4dd82fb74739914935c1880d6 ocamlx(Gsl_rng) = ab411ae888b9ce5c4d4efa2253b4e0b0 ocamlx(Gsl_root) = fc0b667a95d6d695fea270d1b37072b6 ocamlx(Gsl_sf) = 2ba9a552b3d9a3cbd7489f6390c19def ocamlx(Gsl_siman) = 1160bdba00302bbb6926493ddb7a9580 ocamlx(Gsl_sort) = d5f2e83754469ff966fe6292f61aba56 ocamlx(Gsl_stats) = 3f42dd9a2d8a209f89ed34099b5e8adf ocamlx(Gsl_sum) = 26d0b153718078d390e5d0ce0e2bd8f1 ocamlx(Gsl_vectmat) = a2011901050b43e00adfc0cedfebbb7f ocamlx(Gsl_vector) = eda1ff6d71e8db308a5d597506fe9d46 ocamlx(Gsl_vector_complex) = 3225dd920624fd8b19fe2d218acd2e97 ocamlx(Gsl_vector_complex_flat) = 7d1ff0e428676f1b1e58c173a3faea9d ocamlx(Gsl_vector_flat) = b60d1bbb2faa7e123ad125c1e201d029 ocamlx(Gsl_version) = a321385affac3ec3cf11f0b463625bbf ocamlx(Gsl_wavelet) = a6b3ffe36991b919bea5b605e9a63fc7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgsl.so.25()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.29)(64bit) libopenblas.so.0()(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Gsl_blas) = e8224122dbbc81e09cb922801ad2100d ocaml(Gsl_complex) = e16bbcb5255016d5245f0277ca487bea ocaml(Gsl_error) = 62ae8f9ec7a884b5c2aa9cc1c851e6fd ocaml(Gsl_fun) = a080831d5199b65f7406fa9a30b9e180 ocaml(Gsl_math) = e0bde71c30ae6c4aec518cca2fa4fb9c ocaml(Gsl_matrix) = 6c9e294da079f1fd04b77e28d18770e1 ocaml(Gsl_matrix_complex) = 4d6616aaca97cd35e4f38b124d76684e ocaml(Gsl_matrix_complex_flat) = 3300b89685178bb524964a479f9485d7 ocaml(Gsl_matrix_flat) = dae13d5a54f8fc60368e90b734acb5bc ocaml(Gsl_misc) = c4d6b2ab17d8143dd8c3ea02626f42f1 ocaml(Gsl_permut) = 043b85e508d701367454b1c16c8875f0 ocaml(Gsl_rng) = a9d5c84c9fcd14bccb644778df29f356 ocaml(Gsl_vectmat) = bc8f61696e6f30def40e7ff60a90de38 ocaml(Gsl_vector) = cc1ea20dd501e99209c8fec24cede087 ocaml(Gsl_vector_complex) = cb9e4339301c951c8f1742027b787763 ocaml(Gsl_vector_complex_flat) = f8cdd60da934070315507b2069d114cb ocaml(Gsl_vector_flat) = 4e1e30aeaf74a8896269016388ac01dc ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Gc) = cc1c769111c523838b9f0f1ae9229bba ocaml(Stdlib__Printexc) = 265cf863b6cc4d76f93e66b2a3ed4ef1 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocamlx(Gsl_complex) = 20efb4fd6b5c3908e1fa39267015256c ocamlx(Gsl_error) = 8240e3d65b09195254fc674b3e92bdb2 ocamlx(Gsl_math) = 3424e846a31412f2d4f19b6c2645018d ocamlx(Gsl_matrix) = 5e49f403a72592d41152eff9e6136d5a ocamlx(Gsl_matrix_complex) = c718b168c3db5aaee020e182f8d335d2 ocamlx(Gsl_matrix_complex_flat) = 8b10463fd69cdb7284659b8874688298 ocamlx(Gsl_matrix_flat) = 1c79f21e64ec87576d2aeffff386b449 ocamlx(Gsl_misc) = c05d1573199c8d84564357afd4af76cd ocamlx(Gsl_permut) = 907f516cab7587bf4218cd50c68a9356 ocamlx(Gsl_rng) = ab411ae888b9ce5c4d4efa2253b4e0b0 ocamlx(Gsl_vectmat) = a2011901050b43e00adfc0cedfebbb7f ocamlx(Gsl_vector) = eda1ff6d71e8db308a5d597506fe9d46 ocamlx(Gsl_vector_complex) = 3225dd920624fd8b19fe2d218acd2e97 ocamlx(Gsl_vector_complex_flat) = 7d1ff0e428676f1b1e58c173a3faea9d ocamlx(Gsl_vector_flat) = b60d1bbb2faa7e123ad125c1e201d029 ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Array) = aab10518c3f1158148fe7713d20dc740 ocamlx(Stdlib__Bigarray) = e645043cc6ca029f2cd5fd68af62e415 ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d ocamlx(Stdlib__Complex) = bb478683680570c6165cf33d8cb3b9b2 ocamlx(Stdlib__Gc) = a7c20d51ee15027e17dafbf23d0c7ba0 ocamlx(Stdlib__Printexc) = 4957d2c96493f27670dfd2ef88bb93dc ocamlx(Stdlib__Printf) = 54da4609e17a1893e7a0c08168b8726a Processing files: ocaml-gsl-devel-1.19.1-20.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.y5xzDP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gsl-ocaml-1.19.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl-devel + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64/usr/share/doc/ocaml-gsl-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gsl) = 42265dc7e6acd6d2f3f29e942b8ad7b1 ocaml(Gsl_blas) = e8224122dbbc81e09cb922801ad2100d ocaml(Gsl_blas_flat) = a435f7f6397518d65371cffef352a895 ocaml(Gsl_blas_gen) = 3526bfd86dab6b1c5a1008eb49bc1ce6 ocaml(Gsl_bspline) = 4cef45d9ea70a48d725abb6e150d7c82 ocaml(Gsl_cdf) = 3a7b231543993c67cfbcac1dcf298d8f ocaml(Gsl_cheb) = d3303b3f1b6f5c366cba6e87a1a892a8 ocaml(Gsl_combi) = 45674c19c90b6e4254b2f799ba4ac540 ocaml(Gsl_complex) = e16bbcb5255016d5245f0277ca487bea ocaml(Gsl_const) = 134ccc893ededb8c4825839f8594e940 ocaml(Gsl_deriv) = ee2ffe7669d40be8bc82ca4f09f9da72 ocaml(Gsl_eigen) = 2aeab1b8dc550be800a64b017b960155 ocaml(Gsl_error) = 62ae8f9ec7a884b5c2aa9cc1c851e6fd ocaml(Gsl_fft) = 57547900b92004a5cffe119ae4addd4c ocaml(Gsl_fit) = 0aae165727cc469913b464c25748ac08 ocaml(Gsl_fun) = a080831d5199b65f7406fa9a30b9e180 ocaml(Gsl_histo) = 9a19b9c7bd3c0e2c575952d8a44ee0df ocaml(Gsl_ieee) = e70151a8406cce6916d683cb924732d8 ocaml(Gsl_integration) = c8990ea8df7a82734eb381bcd869b4d1 ocaml(Gsl_interp) = 8c5b83e222a0d518e5735e909d104376 ocaml(Gsl_linalg) = 5499b119bebc6e332129fc9a27c8b273 ocaml(Gsl_math) = e0bde71c30ae6c4aec518cca2fa4fb9c ocaml(Gsl_matrix) = 6c9e294da079f1fd04b77e28d18770e1 ocaml(Gsl_matrix_complex) = 4d6616aaca97cd35e4f38b124d76684e ocaml(Gsl_matrix_complex_flat) = 3300b89685178bb524964a479f9485d7 ocaml(Gsl_matrix_flat) = dae13d5a54f8fc60368e90b734acb5bc ocaml(Gsl_min) = 2bef51376a0d29bf5460825f36b935a2 ocaml(Gsl_misc) = c4d6b2ab17d8143dd8c3ea02626f42f1 ocaml(Gsl_monte) = 0c3d4e94260f3a3aadc7642d6239e715 ocaml(Gsl_multifit) = 660ecff049fe9c7a9ffc47eec559202c ocaml(Gsl_multifit_nlin) = ab3fb7321e0c3a39fa016a7224a61b84 ocaml(Gsl_multimin) = ad5d176c04c9dd93c47e6ec7d7e8852e ocaml(Gsl_multiroot) = a73c3be28e61dd40b4e20b4558a95bc3 ocaml(Gsl_odeiv) = 4bbd489b4dba6446b52e15161211c59d ocaml(Gsl_permut) = 043b85e508d701367454b1c16c8875f0 ocaml(Gsl_poly) = ab26fbbf96782ca37449964c76430785 ocaml(Gsl_qrng) = d63d8cf224263dba46b7cf3cdc00e19b ocaml(Gsl_randist) = f3c381cad77af596150bcf44854e062d ocaml(Gsl_rng) = a9d5c84c9fcd14bccb644778df29f356 ocaml(Gsl_root) = 193880bfb84a77e13529f0f35cef38b2 ocaml(Gsl_sf) = ddf5d358df4e936659a2aaa514db154f ocaml(Gsl_siman) = 24838d8ac87465a8b4de2eca5a3f58ff ocaml(Gsl_sort) = 98b8249cf420dee6cca064ccf141e42e ocaml(Gsl_stats) = 470a9d47f3b94305b26149d19832fe5b ocaml(Gsl_sum) = f385459e93d0f0098e62354ec958159a ocaml(Gsl_vectmat) = bc8f61696e6f30def40e7ff60a90de38 ocaml(Gsl_vector) = cc1ea20dd501e99209c8fec24cede087 ocaml(Gsl_vector_complex) = cb9e4339301c951c8f1742027b787763 ocaml(Gsl_vector_complex_flat) = f8cdd60da934070315507b2069d114cb ocaml(Gsl_vector_flat) = 4e1e30aeaf74a8896269016388ac01dc ocaml(Gsl_version) = c7200851ee97b928f41c520d93a045f8 ocaml(Gsl_wavelet) = a5de213c5108bee35b48e6024dd691b4 ocaml-gsl-devel = 1.19.1-20.mga9 ocaml-gsl-devel(aarch-64) = 1.19.1-20.mga9 ocamlx(Gsl) = 56037d2cc4a23a2006681d22753496df ocamlx(Gsl_blas) = b94c80c5731fe92565fd662807372371 ocamlx(Gsl_blas_flat) = 8dc182469fbba46a207890a7b1109446 ocamlx(Gsl_blas_gen) = 5f68f6441b1dc190c89254c97ed96370 ocamlx(Gsl_bspline) = 74aec673db7afa48864b621d0d28fcd4 ocamlx(Gsl_cdf) = 8e60583aafb86c7916d340b0c6ac74c7 ocamlx(Gsl_cheb) = 116eab1381a736763ebb22fd148e9ece ocamlx(Gsl_combi) = 233589e17231692fd1f36089aecc4d7b ocamlx(Gsl_complex) = 20efb4fd6b5c3908e1fa39267015256c ocamlx(Gsl_const) = 69660589390beea68a740ad0f6ffa35c ocamlx(Gsl_deriv) = 5d9f2a4ed245748d37f9d9fc63cf0fd9 ocamlx(Gsl_eigen) = ce09e7be754397fd498756e62bfa70b4 ocamlx(Gsl_error) = 8240e3d65b09195254fc674b3e92bdb2 ocamlx(Gsl_fft) = 223c97a924165ae557ba9d570675cd39 ocamlx(Gsl_fit) = d06dbd7938dd08bc8297eac5a6a45534 ocamlx(Gsl_fun) = cd1b6a06878810cb9910aad7e1c37d17 ocamlx(Gsl_histo) = 13bf8d75c705f0b245b82f7a5bb5ca8b ocamlx(Gsl_ieee) = 3f77396435f3a96f172fd4cfc33545d9 ocamlx(Gsl_integration) = 3bc708aac7865c0fafacbf2acfa8bcfa ocamlx(Gsl_interp) = d6ddaf0a3820d8d8fdcea36ad54c5015 ocamlx(Gsl_linalg) = b2c72decf433efb486974fb56dd51aee ocamlx(Gsl_math) = 3424e846a31412f2d4f19b6c2645018d ocamlx(Gsl_matrix) = 5e49f403a72592d41152eff9e6136d5a ocamlx(Gsl_matrix_complex) = c718b168c3db5aaee020e182f8d335d2 ocamlx(Gsl_matrix_complex_flat) = 8b10463fd69cdb7284659b8874688298 ocamlx(Gsl_matrix_flat) = 1c79f21e64ec87576d2aeffff386b449 ocamlx(Gsl_min) = 011b4dbefea08cc814aa8c62b551cf64 ocamlx(Gsl_misc) = c05d1573199c8d84564357afd4af76cd ocamlx(Gsl_monte) = c8d5e4a30c617f70b78fa437c3b59dbe ocamlx(Gsl_multifit) = 945ce1a54b639e85520c3ea2ce9ba2cc ocamlx(Gsl_multifit_nlin) = 654437c1c91eb3a07ee83855726c3709 ocamlx(Gsl_multimin) = e780e2d4054da6dd90c616c410a20e89 ocamlx(Gsl_multiroot) = 893a782e0d35fc21924ff985d5066bae ocamlx(Gsl_odeiv) = e99e3cdf40105001d6dce3f7d8d3d464 ocamlx(Gsl_permut) = 907f516cab7587bf4218cd50c68a9356 ocamlx(Gsl_poly) = 58486a6b1cc40b49f41461d2749a4869 ocamlx(Gsl_qrng) = 27dee3f359987f55be66bf7d7d544df0 ocamlx(Gsl_randist) = 5f42bba4dd82fb74739914935c1880d6 ocamlx(Gsl_rng) = ab411ae888b9ce5c4d4efa2253b4e0b0 ocamlx(Gsl_root) = fc0b667a95d6d695fea270d1b37072b6 ocamlx(Gsl_sf) = 2ba9a552b3d9a3cbd7489f6390c19def ocamlx(Gsl_siman) = 1160bdba00302bbb6926493ddb7a9580 ocamlx(Gsl_sort) = d5f2e83754469ff966fe6292f61aba56 ocamlx(Gsl_stats) = 3f42dd9a2d8a209f89ed34099b5e8adf ocamlx(Gsl_sum) = 26d0b153718078d390e5d0ce0e2bd8f1 ocamlx(Gsl_vectmat) = a2011901050b43e00adfc0cedfebbb7f ocamlx(Gsl_vector) = eda1ff6d71e8db308a5d597506fe9d46 ocamlx(Gsl_vector_complex) = 3225dd920624fd8b19fe2d218acd2e97 ocamlx(Gsl_vector_complex_flat) = 7d1ff0e428676f1b1e58c173a3faea9d ocamlx(Gsl_vector_flat) = b60d1bbb2faa7e123ad125c1e201d029 ocamlx(Gsl_version) = a321385affac3ec3cf11f0b463625bbf ocamlx(Gsl_wavelet) = a6b3ffe36991b919bea5b605e9a63fc7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Gsl_blas) = e8224122dbbc81e09cb922801ad2100d ocaml(Gsl_complex) = e16bbcb5255016d5245f0277ca487bea ocaml(Gsl_error) = 62ae8f9ec7a884b5c2aa9cc1c851e6fd ocaml(Gsl_fun) = a080831d5199b65f7406fa9a30b9e180 ocaml(Gsl_math) = e0bde71c30ae6c4aec518cca2fa4fb9c ocaml(Gsl_matrix) = 6c9e294da079f1fd04b77e28d18770e1 ocaml(Gsl_matrix_complex) = 4d6616aaca97cd35e4f38b124d76684e ocaml(Gsl_matrix_complex_flat) = 3300b89685178bb524964a479f9485d7 ocaml(Gsl_matrix_flat) = dae13d5a54f8fc60368e90b734acb5bc ocaml(Gsl_misc) = c4d6b2ab17d8143dd8c3ea02626f42f1 ocaml(Gsl_permut) = 043b85e508d701367454b1c16c8875f0 ocaml(Gsl_rng) = a9d5c84c9fcd14bccb644778df29f356 ocaml(Gsl_vectmat) = bc8f61696e6f30def40e7ff60a90de38 ocaml(Gsl_vector) = cc1ea20dd501e99209c8fec24cede087 ocaml(Gsl_vector_complex) = cb9e4339301c951c8f1742027b787763 ocaml(Gsl_vector_complex_flat) = f8cdd60da934070315507b2069d114cb ocaml(Gsl_vector_flat) = 4e1e30aeaf74a8896269016388ac01dc ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Gc) = cc1c769111c523838b9f0f1ae9229bba ocaml(Stdlib__Printexc) = 265cf863b6cc4d76f93e66b2a3ed4ef1 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocamlx(Gsl_complex) = 20efb4fd6b5c3908e1fa39267015256c ocamlx(Gsl_error) = 8240e3d65b09195254fc674b3e92bdb2 ocamlx(Gsl_math) = 3424e846a31412f2d4f19b6c2645018d ocamlx(Gsl_matrix) = 5e49f403a72592d41152eff9e6136d5a ocamlx(Gsl_matrix_complex) = c718b168c3db5aaee020e182f8d335d2 ocamlx(Gsl_matrix_complex_flat) = 8b10463fd69cdb7284659b8874688298 ocamlx(Gsl_matrix_flat) = 1c79f21e64ec87576d2aeffff386b449 ocamlx(Gsl_misc) = c05d1573199c8d84564357afd4af76cd ocamlx(Gsl_permut) = 907f516cab7587bf4218cd50c68a9356 ocamlx(Gsl_rng) = ab411ae888b9ce5c4d4efa2253b4e0b0 ocamlx(Gsl_vectmat) = a2011901050b43e00adfc0cedfebbb7f ocamlx(Gsl_vector) = eda1ff6d71e8db308a5d597506fe9d46 ocamlx(Gsl_vector_complex) = 3225dd920624fd8b19fe2d218acd2e97 ocamlx(Gsl_vector_complex_flat) = 7d1ff0e428676f1b1e58c173a3faea9d ocamlx(Gsl_vector_flat) = b60d1bbb2faa7e123ad125c1e201d029 ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Array) = aab10518c3f1158148fe7713d20dc740 ocamlx(Stdlib__Bigarray) = e645043cc6ca029f2cd5fd68af62e415 ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d ocamlx(Stdlib__Complex) = bb478683680570c6165cf33d8cb3b9b2 ocamlx(Stdlib__Gc) = a7c20d51ee15027e17dafbf23d0c7ba0 ocamlx(Stdlib__Printexc) = 4957d2c96493f27670dfd2ef88bb93dc ocamlx(Stdlib__Printf) = 54da4609e17a1893e7a0c08168b8726a Processing files: ocaml-gsl-debugsource-1.19.1-20.mga9.aarch64 Provides: ocaml-gsl-debugsource = 1.19.1-20.mga9 ocaml-gsl-debugsource(aarch-64) = 1.19.1-20.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-gsl-debuginfo-1.19.1-20.mga9.aarch64 Provides: debuginfo(build-id) = 45cfa1dc2f01bc178bb94fd21ce084273801cee9 debuginfo(build-id) = fe6c719a992690f0cbee8ee816a36a24bef19234 ocaml-gsl-debuginfo = 1.19.1-20.mga9 ocaml-gsl-debuginfo(aarch-64) = 1.19.1-20.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-gsl-debugsource(aarch-64) = 1.19.1-20.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-gsl-debugsource-1.19.1-20.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-gsl-debuginfo-1.19.1-20.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-gsl-1.19.1-20.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-gsl-devel-1.19.1-20.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.s8lig4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd gsl-ocaml-1.19.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-gsl-1.19.1-20.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fyVUBY + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf gsl-ocaml-1.19.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!