* Package: dev-ml/gsl-ocaml-1.19.1 * Repository: gentoo * Maintainer: sci@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ocamlopt userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox @@@@@ PLEASE PAY ATTENTION HERE!!! @@@@@ This information may help you to understand if this is a duplicate or if this bug exists after you pushed a fix; This ebuild was merged at the following commit: https://github.com/gentoo-mirror/gentoo/commit/50d463b43c5888155f677b383cdf02e0a254ec39 @@@@@ END @@@@@ >>> Unpacking source... >>> Unpacking gsl-ocaml-1.19.1.tar.gz to /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/work >>> Source unpacked in /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/work >>> Preparing source in /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/work/gsl-ocaml-1.19.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/work/gsl-ocaml-1.19.1 ... 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 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 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 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 instead. File "./setup.ml", line 330, characters 25-41: 330 | Hashtbl.hash (String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.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 instead. File "./setup.ml", line 1831, characters 16-35: 1831 | concat dir (String.uncapitalize base) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.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 instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. 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 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 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 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 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 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 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 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 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 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 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: ........................................ amd64 ccomp_type: .......................................... cc ocaml_version: ....................................... 4.09.0 standard_library_default: ............................ /usr/lib64/ocaml standard_library: .................................... /usr/lib64/ocaml bytecomp_c_compiler: ................................. x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT native_c_compiler: ................................... x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT 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: .......... /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr Install architecture-dependent files in dir: ......... $prefix User executables: .................................... $exec_prefix/bin System admin executables: ............................ $exec_prefix/sbin Program executables: ................................. $exec_prefix/libexec Read-only single-machine data: ....................... $prefix/etc Modifiable architecture-independent data: ............ $prefix/com Modifiable single-machine data: ...................... $prefix/var Object code libraries: ............................... /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64 Read-only arch-independent data root: ................ $prefix/share Read-only architecture-independent data: ............. $datarootdir Info documentation: .................................. $datarootdir/info Locale-dependent data: ............................... $datarootdir/locale Man documentation: ................................... $datarootdir/man Documentation root: .................................. /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/share/doc/gsl-ocaml-1.19.1/html HTML documentation: .................................. $docdir DVI documentation: ................................... $docdir PDF documentation: ................................... $docdir PS documentation: .................................... $docdir findlib_version: ..................................... 1.8.1 is_native: ........................................... true suffix_program: ...................................... Remove a file.: ...................................... rm -f Remove a directory.: ................................. rm -rf Turn ocaml debug flag on: ............................ false Turn ocaml profile flag on: .......................... false Compiler support generation of .cmxs.: ............... true OCamlbuild additional flags: ......................... Strict compile-time checks: .......................... true Build examples: ...................................... false 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 >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/work/gsl-ocaml-1.19.1 ... 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 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 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 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 instead. File "./setup.ml", line 330, characters 25-41: 330 | Hashtbl.hash (String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.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 instead. File "./setup.ml", line 1831, characters 16-35: 1831 | concat dir (String.uncapitalize base) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.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 instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. 00:00:00 1 (0 ) myocamlbuild ON-P---L | 00:00:00 1 (0 ) myocamlbuild ON-P---L | 00:00:00 1 (0 ) myocamlbuild ON-P---L / + ocamlopt.opt unix.cmxa -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmx -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 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 instead. Finished, 1 target (0 cached) in 00:00:00. 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. 00:00:00 1 (0 ) lib/mlgsl_blas.c -------- | 00:00:00 1 (0 ) lib/mlgsl_blas.c -------- | 00:00:00 1 (0 ) lib/mlgsl_blas.c -------- | 00:00:00 1 (0 ) lib/mlgsl_blas.c -------- / 00:00:00 1 (0 ) lib/mlgsl_blas.c -------- / 00:00:00 1 (0 ) lib/mlgsl_blas.c -------- - + /usr/bin/ocamlfind ocamlc -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) | ^~~~~~~~~~~~~~ 00:00:00 3 (0 ) lib/mlgsl_blas_complex.c -------- - 00:00:00 3 (0 ) lib/mlgsl_blas_complex.c -------- - 00:00:00 3 (0 ) lib/mlgsl_blas_complex.c -------- \ 00:00:00 3 (0 ) lib/mlgsl_blas_complex.c -------- \ 00:00:01 3 (0 ) lib/mlgsl_blas_complex.c -------- | 00:00:01 3 (0 ) lib/mlgsl_blas_complex.c -------- | + /usr/bin/ocamlfind ocamlc -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) | ^~~~~~~~~~~~~~ 00:00:01 4 (0 ) lib/mlgsl_blas_complex.o -------- | 00:00:01 5 (0 ) lib/mlgsl_blas_complex_float.c -------- / 00:00:01 5 (0 ) lib/mlgsl_blas_complex_float.c -------- / 00:00:01 5 (0 ) lib/mlgsl_blas_complex_float.c -------- / 00:00:01 5 (0 ) lib/mlgsl_blas_complex_float.c -------- - 00:00:01 5 (0 ) lib/mlgsl_blas_complex_float.c -------- - + /usr/bin/ocamlfind ocamlc -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) | ^~~~~~~~~~~~~~ 00:00:01 7 (0 ) lib/mlgsl_blas_float.c -------- - 00:00:01 7 (0 ) lib/mlgsl_blas_float.c -------- \ 00:00:01 7 (0 ) lib/mlgsl_blas_float.c -------- \ 00:00:02 7 (0 ) lib/mlgsl_blas_float.c -------- | + /usr/bin/ocamlfind ocamlc -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) | ^~~~~~~~~~~~~~ 00:00:02 9 (0 ) lib/mlgsl_bspline.c -------- | 00:00:02 11 (0 ) lib/mlgsl_cdf.c -------- / 00:00:02 11 (0 ) lib/mlgsl_cdf.c -------- / 00:00:02 11 (0 ) lib/mlgsl_cdf.c -------- / 00:00:02 11 (0 ) lib/mlgsl_cdf.c -------- - 00:00:02 11 (0 ) lib/mlgsl_cdf.c -------- - 00:00:02 13 (0 ) lib/mlgsl_cheb.c -------- \ 00:00:02 15 (0 ) lib/mlgsl_combi.c -------- \ 00:00:02 17 (0 ) lib/mlgsl_complex.c -------- \ 00:00:03 17 (0 ) lib/mlgsl_complex.c -------- | 00:00:03 19 (0 ) lib/mlgsl_deriv.c -------- | 00:00:03 21 (0 ) lib/mlgsl_eigen.c -------- / 00:00:03 21 (0 ) lib/mlgsl_eigen.c -------- / 00:00:03 21 (0 ) lib/mlgsl_eigen.c -------- - 00:00:03 23 (0 ) lib/mlgsl_error.c -------- - + /usr/bin/ocamlfind ocamlc -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"); | ^ 00:00:03 25 (0 ) lib/mlgsl_fft.c -------- - 00:00:03 25 (0 ) lib/mlgsl_fft.c -------- \ 00:00:03 25 (0 ) lib/mlgsl_fft.c -------- \ + /usr/bin/ocamlfind ocamlc -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"); | ^ 00:00:03 27 (0 ) lib/mlgsl_fit.c -------- \ 00:00:03 27 (0 ) lib/mlgsl_fit.c -------- \ 00:00:04 29 (0 ) lib/mlgsl_fun.c -------- | 00:00:04 29 (0 ) lib/mlgsl_fun.c -------- | 00:00:04 31 (0 ) lib/mlgsl_histo.c -------- / 00:00:04 33 (0 ) lib/mlgsl_ieee.c -------- / 00:00:04 35 (0 ) lib/mlgsl_integration.c -------- - 00:00:04 35 (0 ) lib/mlgsl_integration.c -------- - 00:00:04 35 (0 ) lib/mlgsl_integration.c -------- - 00:00:04 37 (0 ) lib/mlgsl_interp.c -------- \ 00:00:04 39 (0 ) lib/mlgsl_linalg.c -------- \ 00:00:04 39 (0 ) lib/mlgsl_linalg.c -------- \ 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- | 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- | 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- / 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- / 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- / 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- - 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- - 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- \ 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- \ 00:00:05 39 (0 ) lib/mlgsl_linalg.c -------- \ 00:00:06 39 (0 ) lib/mlgsl_linalg.c -------- | 00:00:06 39 (0 ) lib/mlgsl_linalg.c -------- | 00:00:06 39 (0 ) lib/mlgsl_linalg.c -------- / 00:00:06 39 (0 ) lib/mlgsl_linalg.c -------- / 00:00:06 39 (0 ) lib/mlgsl_linalg.c -------- / 00:00:06 39 (0 ) lib/mlgsl_linalg.c -------- - 00:00:06 41 (0 ) lib/mlgsl_linalg_complex.c -------- - 00:00:06 41 (0 ) lib/mlgsl_linalg_complex.c -------- \ 00:00:06 41 (0 ) lib/mlgsl_linalg_complex.c -------- \ 00:00:06 43 (0 ) lib/mlgsl_math.c -------- \ 00:00:07 45 (0 ) lib/mlgsl_matrix_complex.c -------- | 00:00:07 45 (0 ) lib/mlgsl_matrix_complex.c -------- | 00:00:07 46 (0 ) lib/mlgsl_matrix_complex.o -------- | 00:00:07 47 (0 ) lib/mlgsl_matrix_complex_float.c -------- / 00:00:07 47 (0 ) lib/mlgsl_matrix_complex_float.c -------- / 00:00:07 49 (0 ) lib/mlgsl_matrix_double.c -------- - 00:00:07 49 (0 ) lib/mlgsl_matrix_double.c -------- - 00:00:07 49 (0 ) lib/mlgsl_matrix_double.c -------- - 00:00:07 51 (0 ) lib/mlgsl_matrix_float.c -------- \ 00:00:07 51 (0 ) lib/mlgsl_matrix_float.c -------- \ 00:00:07 53 (0 ) lib/mlgsl_min.c -------- \ 00:00:08 55 (0 ) lib/mlgsl_monte.c -------- | 00:00:08 55 (0 ) lib/mlgsl_monte.c -------- | 00:00:08 57 (0 ) lib/mlgsl_multifit.c -------- / 00:00:08 57 (0 ) lib/mlgsl_multifit.c -------- / 00:00:08 59 (0 ) lib/mlgsl_multimin.c -------- - 00:00:08 59 (0 ) lib/mlgsl_multimin.c -------- - 00:00:08 61 (0 ) lib/mlgsl_multiroots.c -------- - 00:00:08 61 (0 ) lib/mlgsl_multiroots.c -------- \ 00:00:08 61 (0 ) lib/mlgsl_multiroots.c -------- \ 00:00:08 63 (0 ) lib/mlgsl_odeiv.c -------- \ 00:00:09 63 (0 ) lib/mlgsl_odeiv.c -------- | 00:00:09 65 (0 ) lib/mlgsl_permut.c -------- | 00:00:09 67 (0 ) lib/mlgsl_poly.c -------- / 00:00:09 69 (0 ) lib/mlgsl_qrng.c -------- / 00:00:09 71 (0 ) lib/mlgsl_randist.c -------- - 00:00:09 71 (0 ) lib/mlgsl_randist.c -------- - 00:00:09 71 (0 ) lib/mlgsl_randist.c -------- - 00:00:09 71 (0 ) lib/mlgsl_randist.c -------- \ 00:00:09 71 (0 ) lib/mlgsl_randist.c -------- \ 00:00:10 73 (0 ) lib/mlgsl_rng.c -------- | 00:00:10 73 (0 ) lib/mlgsl_rng.c -------- | 00:00:10 75 (0 ) lib/mlgsl_roots.c -------- | 00:00:10 75 (0 ) lib/mlgsl_roots.c -------- / 00:00:10 77 (0 ) lib/mlgsl_sf.c -------- / 00:00:10 77 (0 ) lib/mlgsl_sf.c -------- / 00:00:10 77 (0 ) lib/mlgsl_sf.c -------- - 00:00:10 77 (0 ) lib/mlgsl_sf.c -------- - 00:00:10 77 (0 ) lib/mlgsl_sf.c -------- \ 00:00:10 77 (0 ) lib/mlgsl_sf.c -------- \ 00:00:10 77 (0 ) lib/mlgsl_sf.c -------- \ 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- | 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- | 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- / 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- / 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- / 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- - 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- - 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- \ 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- \ 00:00:11 77 (0 ) lib/mlgsl_sf.c -------- \ 00:00:12 77 (0 ) lib/mlgsl_sf.c -------- | 00:00:12 77 (0 ) lib/mlgsl_sf.c -------- | 00:00:12 79 (0 ) lib/mlgsl_sort.c -------- / 00:00:12 81 (0 ) lib/mlgsl_stats.c -------- / 00:00:12 81 (0 ) lib/mlgsl_stats.c -------- / 00:00:12 83 (0 ) lib/mlgsl_sum.c -------- - 00:00:12 85 (0 ) lib/mlgsl_vector_double.c -------- - 00:00:12 85 (0 ) lib/mlgsl_vector_double.c -------- \ 00:00:12 87 (0 ) lib/mlgsl_vector_float.c -------- \ 00:00:13 87 (0 ) lib/mlgsl_vector_float.c -------- | 00:00:13 89 (0 ) lib/mlgsl_wavelet.c -------- | 00:00:13 91 (0 ) lib/gsl_stubs -------- / 00:00:13 93 (0 ) lib/gsl_blas.mli.depends O------- / 00:00:13 96 (0 ) lib/gsl_vector.mli.depends O------- / 00:00:13 99 (0 ) lib/gsl_complex.cmi O-B---I- / 00:00:13 102 (0 ) lib/gsl_matrix.cmi O-B---I- / 00:00:13 105 (0 ) lib/gsl_blas.cmi O-B---I- - 00:00:13 109 (0 ) lib/gsl_vector_flat.cmi O-B---I- - 00:00:13 113 (0 ) lib/gsl_matrix_flat.cmi O-B---I- - 00:00:13 117 (0 ) lib/gsl_bspline.mli.depends O-b---i- - 00:00:13 121 (0 ) lib/gsl_fun.cmi O-B---I- - 00:00:13 124 (0 ) lib/gsl_deriv.mli.depends O-b---i- \ 00:00:13 128 (0 ) lib/gsl_fit.mli.depends O-b---i- \ 00:00:13 133 (0 ) lib/gsl_linalg.mli.depends O-b---i- \ 00:00:13 136 (0 ) lib/gsl_math.mli.depends O-b---i- \ 00:00:13 140 (0 ) lib/gsl_rng.mli.depends O-b---i- \ + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:14 144 (0 ) lib/gsl_multimin.mli.depends O-b---i- | 00:00:14 148 (0 ) lib/gsl_qrng.mli.depends O-b---i- | 00:00:14 152 (0 ) lib/gsl_siman.mli.depends O-b---i- | 00:00:14 156 (0 ) lib/gsl_version.ml.depends O-b---i- | 00:00:14 159 (0 ) lib/gsl_blas_gen.cmi O-B---I- / + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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 -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:14 162 (0 ) lib/gsl_cheb.cmi O-B---I- / 00:00:14 165 (0 ) lib/gsl_deriv.cmi O-B---I- / 00:00:14 168 (0 ) lib/gsl_fft.cmi O-B---I- / 00:00:14 172 (0 ) lib/gsl_integration.cmi O-B---I- / 00:00:14 174 (0 ) lib/gsl_linalg.cmi O-B---I- - + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:14 178 (0 ) lib/gsl_monte.cmi O-B---I- - 00:00:14 181 (0 ) lib/gsl_multimin.cmi O-B---I- - 00:00:14 185 (0 ) lib/gsl_qrng.cmi O-B---I- - + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:14 188 (0 ) lib/gsl_sf.cmi O-B---I- \ + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:14 191 (0 ) lib/gsl_stats.cmi O-B---I- \ 00:00:14 194 (0 ) lib/gsl_wavelet.cmi O-B---I- \ 00:00:14 197 (0 ) lib/gsl_blas_gen.ml.depends O-b---i- \ 00:00:14 201 (0 ) lib/gsl_combi.ml.depends O-b---i- \ 00:00:15 205 (0 ) lib/gsl_error.ml.depends O-b---i- | 00:00:15 209 (0 ) lib/gsl_complex.ml.depends O-b---i- | 00:00:15 213 (0 ) lib/gsl_integration.ml.depends O-b---i- | 00:00:15 217 (0 ) lib/gsl_matrix.ml.depends O-b---i- | 00:00:15 221 (0 ) lib/gsl_min.ml.depends O-b---i- / 00:00:15 225 (0 ) lib/gsl_multimin.ml.depends O-b---i- / 00:00:15 229 (0 ) lib/gsl_poly.ml.depends O-b---i- / 00:00:15 233 (0 ) lib/gsl_root.ml.depends O-b---i- / 00:00:15 237 (0 ) lib/gsl_sum.ml.depends O-b---i- / 00:00:15 240 (0 ) lib/gsl_vector_complex.ml.depends O-b---i- - 00:00:15 244 (0 ) lib/gsl.cmo O-B---i- - 00:00:15 246 (0 ) lib/gsl_blas_flat.cmo O-B---i- - + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:15 249 (0 ) lib/gsl_cdf.cmo O-B---i- - + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:15 251 (0 ) lib/gsl_combi.cmo O-B---i- \ 00:00:15 254 (0 ) lib/gsl_eigen.cmo O-B---i- \ 00:00:15 257 (0 ) lib/gsl_fit.cmo O-B---i- \ 00:00:15 260 (0 ) lib/gsl_sort.cmo O-B---i- \ 00:00:16 263 (0 ) lib/gsl_integration.cmo O-B---i- | 00:00:16 265 (0 ) lib/gsl_linalg.cmo O-B---i- | + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:16 268 (0 ) lib/gsl_matrix_complex.cmo O-B---i- | 00:00:16 270 (0 ) lib/gsl_matrix_flat.cmo O-B---i- | 00:00:16 273 (0 ) lib/gsl_multifit.cmo O-B---i- / 00:00:16 276 (0 ) lib/gsl_multiroot.cmo O-B---i- / 00:00:16 279 (0 ) lib/gsl_poly.cmo O-B---i- / + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:16 282 (0 ) lib/gsl_rng.cmo O-B---i- / + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:16 284 (0 ) lib/gsl_sf.cmo O-B---i- - + /usr/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:16 287 (0 ) lib/gsl_sum.cmo O-B---i- - 00:00:16 289 (0 ) lib/gsl_vector.cmo O-B---i- - 00:00:16 291 (0 ) lib/gsl_vector_complex_flat.cmo O-B---i- - 00:00:16 294 (0 ) lib/gsl.cma O-B---iL \ 00:00:16 295 (0 ) lib/gsl_vector.cmx ONb---il \ 00:00:16 297 (0 ) lib/gsl_vector_complex.cmx ONb---il \ 00:00:16 298 (0 ) lib/gsl_matrix.cmx ONb---il \ 00:00:17 299 (0 ) lib/gsl_matrix_complex.cmx ONb---il | 00:00:17 301 (0 ) lib/gsl_vector_flat.cmx ONb---il | 00:00:17 303 (0 ) lib/gsl_matrix_complex_flat.cmx ONb---il | 00:00:17 305 (0 ) lib/gsl_vectmat.cmx ONb---il / 00:00:17 306 (0 ) lib/gsl_fun.cmx ONb---il / 00:00:17 307 (0 ) lib/gsl_error.cmx ONb---il / 00:00:17 309 (0 ) lib/gsl_rng.cmx ONb---il / + /usr/bin/ocamlfind ocamlopt -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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 -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:17 311 (0 ) lib/gsl_misc.cmx ONb---il - 00:00:17 313 (0 ) lib/gsl_blas_gen.cmx ONb---il - + /usr/bin/ocamlfind ocamlopt -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:17 315 (0 ) lib/gsl_cdf.cmx ONb---il - + /usr/bin/ocamlfind ocamlopt -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:17 316 (0 ) lib/gsl_cheb.cmx ONb---il - 00:00:17 318 (0 ) lib/gsl_const.cmx ONb---il \ 00:00:17 319 (0 ) lib/gsl_deriv.cmx ONb---il \ 00:00:17 321 (0 ) lib/gsl_fft.cmx ONb---il \ 00:00:18 323 (0 ) lib/gsl_histo.cmx ONb---il | 00:00:18 325 (0 ) lib/gsl_integration.cmx ONb---il | 00:00:18 327 (0 ) lib/gsl_linalg.cmx ONb---il | 00:00:18 329 (0 ) lib/gsl_monte.cmx ONb---il | 00:00:18 331 (0 ) lib/gsl_multifit_nlin.cmx ONb---il / 00:00:18 333 (0 ) lib/gsl_multiroot.cmx ONb---il / 00:00:18 335 (0 ) lib/gsl_poly.cmx ONb---il / 00:00:18 337 (0 ) lib/gsl_randist.cmx ONb---il / + /usr/bin/ocamlfind ocamlopt -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:18 339 (0 ) lib/gsl_sf.cmx ONb---il - + /usr/bin/ocamlfind ocamlopt -c -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -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 "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" 00:00:18 340 (0 ) lib/gsl_siman.cmx ONb---il - 00:00:18 342 (0 ) lib/gsl_stats.cmx ONb---il - 00:00:18 344 (0 ) lib/gsl_version.cmx ONb---il - 00:00:18 346 (0 ) lib/gsl.cmx ONb---il \ 00:00:18 347 (0 ) lib/gsl.cmxa ONb---iL \ 00:00:18 348 (0 ) lib/gsl.cmxs ONb---iL \ Finished, 348 targets (0 cached) in 00:00:19. >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=test]: dev-ml/gsl-ocaml-1.19.1 >>> Install dev-ml/gsl-ocaml-1.19.1 into /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image/ 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 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 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 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 instead. File "./setup.ml", line 330, characters 25-41: 330 | Hashtbl.hash (String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: 368 | String.lowercase buf ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: 474 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.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 instead. File "./setup.ml", line 1831, characters 16-35: 1831 | concat dir (String.uncapitalize base) ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uncapitalize Use String.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 instead. File "setup.ml", line 5848, characters 11-30: Alert deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.ml Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_flat.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_gen.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_bspline.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cdf.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cheb.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_combi.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_const.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_deriv.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_eigen.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_error.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fft.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fit.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fun.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_complex.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sort.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_histo.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_ieee.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_integration.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_interp.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_linalg.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_math.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_flat.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_min.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_misc.ml Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_monte.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit_nlin.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multimin.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multiroot.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_odeiv.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_permut.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_poly.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_qrng.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_randist.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_rng.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_root.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sf.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_siman.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_stats.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sum.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vectmat.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_flat.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_version.ml Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_wavelet.mli Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/libgsl_stubs.a Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.cma Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.cmxa Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.a Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.cmxs Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_wavelet.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_wavelet.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_wavelet.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_wavelet.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_version.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_version.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_version.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_flat.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_flat.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_flat.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_flat.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vectmat.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vectmat.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vectmat.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vectmat.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sum.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sum.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sum.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sum.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_stats.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_stats.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_stats.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_stats.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_siman.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_siman.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_siman.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_siman.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sf.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sf.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sf.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sf.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_root.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_root.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_root.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_root.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_rng.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_rng.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_rng.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_rng.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_randist.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_randist.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_randist.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_randist.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_qrng.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_qrng.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_qrng.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_qrng.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_poly.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_poly.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_poly.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_poly.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_permut.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_permut.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_permut.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_permut.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_odeiv.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_odeiv.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_odeiv.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_odeiv.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multiroot.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multiroot.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multiroot.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multiroot.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multimin.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multimin.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multimin.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multimin.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit_nlin.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit_nlin.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit_nlin.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit_nlin.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_monte.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_monte.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_monte.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_monte.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_misc.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_misc.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_misc.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_min.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_min.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_min.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_min.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_flat.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_flat.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_flat.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_flat.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_math.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_math.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_math.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_math.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_linalg.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_linalg.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_linalg.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_linalg.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_interp.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_interp.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_interp.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_interp.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_integration.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_integration.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_integration.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_integration.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_ieee.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_ieee.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_ieee.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_ieee.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_histo.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_histo.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_histo.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_histo.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sort.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sort.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sort.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sort.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_complex.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_complex.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_complex.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_complex.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fun.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fun.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fun.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fun.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fit.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fit.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fit.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fit.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fft.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fft.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fft.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fft.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_error.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_error.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_error.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_error.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_eigen.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_eigen.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_eigen.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_eigen.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_deriv.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_deriv.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_deriv.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_deriv.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_const.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_const.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_const.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_const.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_combi.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_combi.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_combi.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_combi.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cheb.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cheb.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cheb.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cheb.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cdf.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cdf.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cdf.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cdf.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_bspline.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_bspline.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_bspline.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_bspline.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_gen.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_gen.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_gen.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_gen.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_flat.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_flat.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_flat.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_flat.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas.cmti Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.cmi Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.cmt Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.annot Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_wavelet.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_version.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_flat.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex_flat.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector_complex.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vector.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_vectmat.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sum.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_stats.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_siman.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sf.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_root.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_rng.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_randist.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_qrng.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_poly.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_permut.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_odeiv.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multiroot.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multimin.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit_nlin.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_multifit.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_monte.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_misc.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_min.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_flat.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex_flat.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix_complex.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_matrix.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_math.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_linalg.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_interp.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_integration.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_ieee.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_histo.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_sort.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_complex.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fun.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fit.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_fft.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_error.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_eigen.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_deriv.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_const.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_combi.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cheb.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_cdf.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_bspline.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_gen.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas_flat.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl_blas.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/gsl.cmx Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/stublibs/dllgsl_stubs.so Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/stublibs/dllgsl_stubs.so.owner Installed /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image//usr/lib64/ocaml/gsl/META >>> Completed installing dev-ml/gsl-ocaml-1.19.1 into /var/tmp/portage/dev-ml/gsl-ocaml-1.19.1/image/ * Final size of build directory: 23760 KiB (23.2 MiB) * Final size of installed tree: 14092 KiB (13.7 MiB) * QA Notice: Files built without respecting CFLAGS have been detected * Please include the following list of files in your report: * /usr/lib64/ocaml/stublibs/dllgsl_stubs.so * /usr/lib64/ocaml/gsl/gsl.cmxs strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version /usr/lib64/ocaml/gsl/gsl.a /usr/lib64/ocaml/gsl/libgsl_stubs.a /usr/lib64/ocaml/gsl/gsl.cmxs /usr/lib64/ocaml/stublibs/dllgsl_stubs.so >>> Done. emerge --info: Portage 2.3.100 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r5, 5.4.0-1011-aws x86_64) ================================================================= System uname: Linux-5.4.0-1011-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 16011348 total, 976896 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Thu, 11 Jun 2020 14:35:16 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.3-r1::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.20::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.0::gentoo sys-devel/gcc-config: 2.3::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.7::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r5::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-max-age: 24 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fcommon" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fcommon" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fcommon" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fcommon" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j4" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib native-symlinks ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS