[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFH] lacaml -- Linear Algebra for OCaml



Hi,

I am trying to package lacaml (the stuff is in the repo), which has a
module named "Install_printers" conflicted with a module of
libsexplib-camlp4-dev. The building process fails with message

[...]
   dh_installdeb
   dh_ocaml
E: Error: unit Install_printers exported in liblacaml-ocaml-dev/liblacaml-ocaml v7.0.7-1 but already exported by libsexplib-camlp4-dev v7.0.5-1
E: Error running /usr/bin/ocaml-md5sums  --md5sums-dir debian/liblacaml-ocaml-dev//var/lib/ocaml/md5sums --load-info debian/liblacaml-ocaml-dev.oinfo.debhelper dep at /usr/bin/dh_ocaml line 462.
[...]

full build log is attached herewith. Could anyone drop me a hint how
to fix it? Thanks.


Regards,
Lifeng

-- 
 dpkg-buildpackage -rfakeroot -D -us -uc -i -I
dpkg-buildpackage: source package lacaml
dpkg-buildpackage: source version 7.0.7-1
dpkg-buildpackage: source changed by Lifeng Sun <lifongsun@gmail.com>
 dpkg-source -i -I --before-build lacaml-7.0.7
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with ocaml
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory `/tmp/buildd/lacaml-7.0.7'
ocaml setup.ml -distclean
make[1]: Leaving directory `/tmp/buildd/lacaml-7.0.7'
   dh_ocamlclean
   dh_clean
 dpkg-source -i -I -b lacaml-7.0.7
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building lacaml using existing ./lacaml_7.0.7.orig.tar.gz
dpkg-source: info: building lacaml in lacaml_7.0.7-1.debian.tar.gz
dpkg-source: info: building lacaml in lacaml_7.0.7-1.dsc
 debian/rules build
dh build --with ocaml
   dh_testdir
   dh_ocamlinit
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/tmp/buildd/lacaml-7.0.7'
ocaml setup.ml -configure --prefix /usr --destdir '/tmp/buildd/lacaml-7.0.7/debian/tmp' \
		--docdir /usr/share/doc/liblacaml-ocaml-doc --enable-examples

Configuration: 
ocamlfind: ........................................... /usr/bin/ocamlfind
ocamlc: .............................................. /usr/bin/ocamlc
ocamlopt: ............................................ /usr/bin/ocamlopt
ocamlbuild: .......................................... /usr/bin/ocamlbuild
Package name: ........................................ lacaml
Package version: ..................................... 7.0.7
os_type: ............................................. Unix
system: .............................................. linux
architecture: ........................................ amd64
ccomp_type: .......................................... cc
ocaml_version: ....................................... 3.12.1
standard_library_default: ............................ /usr/lib/ocaml
standard_library: .................................... /usr/lib/ocaml
standard_runtime: .................................... /usr/bin/ocamlrun
bytecomp_c_compiler: ................................. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
native_c_compiler: ................................... gcc -Wall -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: .......... /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: ............................... $exec_prefix/lib
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: .................................. /usr/share/doc/liblacaml-ocaml-doc
HTML documentation: .................................. $docdir
DVI documentation: ................................... $docdir
PDF documentation: ................................... $docdir
PS documentation: .................................... $docdir
Prepend a path when installing package: .............. /tmp/buildd/lacaml-7.0.7/debian/tmp
findlib_version: ..................................... 1.3.1
is_native: ........................................... true
suffix_program: ...................................... 
Remove a file.: ...................................... rm -f
Remove a directory.: ................................. rm -rf
Turn ocaml debug flag on: ............................ true
Turn ocaml profile flag on: .......................... false
Compiler support generation of .cmxs.: ............... true
OCamlbuild additional flags: ......................... 
conf_ccopt: .......................................... 
conf_cclib: .......................................... 
Strict compile-time checks: .......................... true
Build examples: ...................................... true
Create documentations: ............................... true
Compile tests executable and library and run them: ... false
ocamldoc: ............................................ /usr/bin/ocamldoc
pkg_bigarray: ........................................ /usr/lib/ocaml

make[1]: Leaving directory `/tmp/buildd/lacaml-7.0.7'
   debian/rules override_dh_auto_build
make[1]: Entering directory `/tmp/buildd/lacaml-7.0.7'
ocaml setup.ml -build
/usr/bin/ocamlopt -I /usr/lib/ocaml/ocamlbuild unix.cmxa /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
ocamlfind ocamlc -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_c.c
mv impl_c.o lib/impl_c.o
ocamlfind ocamlc -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/utils_c.c
mv utils_c.o lib/utils_c.o
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/vec2_S_c.o' -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/vec_SD_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/vec2_D_c.o' -ccopt -DLACAML_DOUBLE -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/vec_SD_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/vec2_C_c.o' -ccopt -DLACAML_COMPLEX -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/vec_CZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/vec2_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/vec_CZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/mat4_S_c.o' -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/mat_SDCZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/mat4_D_c.o' -ccopt -DLACAML_DOUBLE -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/mat_SDCZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/mat4_C_c.o' -ccopt -DLACAML_COMPLEX -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/mat_SDCZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/mat4_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/mat_SDCZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/impl4_S_c.o' -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_SDCZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/impl4_D_c.o' -ccopt -DLACAML_DOUBLE -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_SDCZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/impl4_C_c.o' -ccopt -DLACAML_COMPLEX -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_SDCZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/impl4_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_SDCZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/impl2_S_c.o' -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_SD_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/impl2_D_c.o' -ccopt -DLACAML_DOUBLE -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_SD_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/impl2_C_c.o' -ccopt -DLACAML_COMPLEX -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_CZ_c.c
/usr/bin/ocamlfind ocamlc -ccopt '-o lib/impl2_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/impl_CZ_c.c
ocamlfind ocamlc -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c lib/exp10.c
mv exp10.o lib/exp10.o
/usr/bin/ocamlmklib -o lib/lacaml_stubs -lblas -llapack lib/impl_c.o lib/utils_c.o lib/vec2_S_c.o lib/vec2_D_c.o lib/vec2_C_c.o lib/vec2_Z_c.o lib/mat4_S_c.o lib/mat4_D_c.o lib/mat4_C_c.o lib/mat4_Z_c.o lib/impl4_S_c.o lib/impl4_D_c.o lib/impl4_C_c.o lib/impl4_Z_c.o lib/impl2_S_c.o lib/impl2_D_c.o lib/impl2_C_c.o lib/impl2_Z_c.o lib/exp10.o
ocamlfind ocamldep -package bigarray -modules lib/lacaml.mli > lib/lacaml.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/utils.ml > lib/utils.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/common.mli > lib/common.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/common.cmi lib/common.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/utils.cmo lib/utils.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml.cmi lib/lacaml.mli
ocamlfind ocamldep -package bigarray -modules lib/common.ml > lib/common.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/float32.ml > lib/float32.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/float64.ml > lib/float64.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/complex32.ml > lib/complex32.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/complex64.ml > lib/complex64.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/io.mli > lib/io.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/io.cmi lib/io.mli
ocamlfind ocamldep -package bigarray -modules lib/io.ml > lib/io.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/real_io.mli > lib/real_io.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/real_io.cmi lib/real_io.mli
ocamlfind ocamldep -package bigarray -modules lib/real_io.ml > lib/real_io.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/complex_io.mli > lib/complex_io.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/complex_io.cmi lib/complex_io.mli
ocamlfind ocamldep -package bigarray -modules lib/complex_io.ml > lib/complex_io.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/version.ml > lib/version.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/z.mli > lib/z.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl2_Z.mli > lib/lacaml_impl2_Z.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/complex64.cmo lib/complex64.ml
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl4_Z.mli > lib/lacaml_impl4_Z.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat2_Z.mli > lib/lacaml_mat2_Z.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat4_Z.mli > lib/lacaml_mat4_Z.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec2_Z.mli > lib/lacaml_vec2_Z.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec4_Z.mli > lib/lacaml_vec4_Z.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl2_Z.cmi lib/lacaml_impl2_Z.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl4_Z.cmi lib/lacaml_impl4_Z.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat2_Z.cmi lib/lacaml_mat2_Z.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat4_Z.cmi lib/lacaml_mat4_Z.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec2_Z.cmi lib/lacaml_vec2_Z.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec4_Z.cmi lib/lacaml_vec4_Z.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/z.cmi lib/z.mli
ocamlfind ocamldep -package bigarray -modules lib/z.ml > lib/z.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/c.mli > lib/c.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl2_C.mli > lib/lacaml_impl2_C.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/complex32.cmo lib/complex32.ml
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl4_C.mli > lib/lacaml_impl4_C.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat2_C.mli > lib/lacaml_mat2_C.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat4_C.mli > lib/lacaml_mat4_C.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec2_C.mli > lib/lacaml_vec2_C.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec4_C.mli > lib/lacaml_vec4_C.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl2_C.cmi lib/lacaml_impl2_C.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl4_C.cmi lib/lacaml_impl4_C.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat2_C.cmi lib/lacaml_mat2_C.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat4_C.cmi lib/lacaml_mat4_C.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec2_C.cmi lib/lacaml_vec2_C.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec4_C.cmi lib/lacaml_vec4_C.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/c.cmi lib/c.mli
ocamlfind ocamldep -package bigarray -modules lib/c.ml > lib/c.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl2_Z.ml > lib/lacaml_impl2_Z.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/float64.cmo lib/float64.ml
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec4_D.mli > lib/lacaml_vec4_D.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec4_D.cmi lib/lacaml_vec4_D.mli
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl2_C.ml > lib/lacaml_impl2_C.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/float32.cmo lib/float32.ml
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec4_S.mli > lib/lacaml_vec4_S.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec4_S.cmi lib/lacaml_vec4_S.mli
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat2_Z.ml > lib/lacaml_mat2_Z.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat2_C.ml > lib/lacaml_mat2_C.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec2_Z.ml > lib/lacaml_vec2_Z.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec2_C.ml > lib/lacaml_vec2_C.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/d.mli > lib/d.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl2_D.mli > lib/lacaml_impl2_D.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl4_D.mli > lib/lacaml_impl4_D.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat2_D.mli > lib/lacaml_mat2_D.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat4_D.mli > lib/lacaml_mat4_D.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec2_D.mli > lib/lacaml_vec2_D.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl2_D.cmi lib/lacaml_impl2_D.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl4_D.cmi lib/lacaml_impl4_D.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat2_D.cmi lib/lacaml_mat2_D.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat4_D.cmi lib/lacaml_mat4_D.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec2_D.cmi lib/lacaml_vec2_D.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/d.cmi lib/d.mli
ocamlfind ocamldep -package bigarray -modules lib/d.ml > lib/d.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/s.mli > lib/s.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl2_S.mli > lib/lacaml_impl2_S.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl4_S.mli > lib/lacaml_impl4_S.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat2_S.mli > lib/lacaml_mat2_S.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat4_S.mli > lib/lacaml_mat4_S.mli.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec2_S.mli > lib/lacaml_vec2_S.mli.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl2_S.cmi lib/lacaml_impl2_S.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl4_S.cmi lib/lacaml_impl4_S.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat2_S.cmi lib/lacaml_mat2_S.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat4_S.cmi lib/lacaml_mat4_S.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec2_S.cmi lib/lacaml_vec2_S.mli
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/s.cmi lib/s.mli
ocamlfind ocamldep -package bigarray -modules lib/s.ml > lib/s.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl2_D.ml > lib/lacaml_impl2_D.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl2_S.ml > lib/lacaml_impl2_S.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat2_D.ml > lib/lacaml_mat2_D.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat2_S.ml > lib/lacaml_mat2_S.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec2_D.ml > lib/lacaml_vec2_D.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec2_S.ml > lib/lacaml_vec2_S.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl4_Z.ml > lib/lacaml_impl4_Z.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl4_C.ml > lib/lacaml_impl4_C.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl4_D.ml > lib/lacaml_impl4_D.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_impl4_S.ml > lib/lacaml_impl4_S.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat4_Z.ml > lib/lacaml_mat4_Z.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat4_C.ml > lib/lacaml_mat4_C.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat4_D.ml > lib/lacaml_mat4_D.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_mat4_S.ml > lib/lacaml_mat4_S.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec4_Z.ml > lib/lacaml_vec4_Z.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec4_C.ml > lib/lacaml_vec4_C.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec4_D.ml > lib/lacaml_vec4_D.ml.depends
ocamlfind ocamldep -package bigarray -modules lib/lacaml_vec4_S.ml > lib/lacaml_vec4_S.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/common.cmo lib/common.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/io.cmo lib/io.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/real_io.cmo lib/real_io.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/complex_io.cmo lib/complex_io.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/version.cmo lib/version.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/z.cmo lib/z.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/c.cmo lib/c.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl2_Z.cmo lib/lacaml_impl2_Z.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl2_C.cmo lib/lacaml_impl2_C.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat2_Z.cmo lib/lacaml_mat2_Z.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat2_C.cmo lib/lacaml_mat2_C.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec2_Z.cmo lib/lacaml_vec2_Z.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec2_C.cmo lib/lacaml_vec2_C.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/d.cmo lib/d.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/s.cmo lib/s.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl2_D.cmo lib/lacaml_impl2_D.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl2_S.cmo lib/lacaml_impl2_S.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat2_D.cmo lib/lacaml_mat2_D.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat2_S.cmo lib/lacaml_mat2_S.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec2_D.cmo lib/lacaml_vec2_D.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec2_S.cmo lib/lacaml_vec2_S.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl4_Z.cmo lib/lacaml_impl4_Z.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl4_C.cmo lib/lacaml_impl4_C.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl4_D.cmo lib/lacaml_impl4_D.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_impl4_S.cmo lib/lacaml_impl4_S.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat4_Z.cmo lib/lacaml_mat4_Z.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat4_C.cmo lib/lacaml_mat4_C.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat4_D.cmo lib/lacaml_mat4_D.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_mat4_S.cmo lib/lacaml_mat4_S.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec4_Z.cmo lib/lacaml_vec4_Z.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec4_C.cmo lib/lacaml_vec4_C.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec4_D.cmo lib/lacaml_vec4_D.ml
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I lib -o lib/lacaml_vec4_S.cmo lib/lacaml_vec4_S.ml
ocamlfind ocamlc -pack -g lib/common.cmo lib/utils.cmo lib/float32.cmo lib/float64.cmo lib/complex32.cmo lib/complex64.cmo lib/io.cmo lib/real_io.cmo lib/complex_io.cmo lib/version.cmo lib/lacaml_mat4_Z.cmo lib/lacaml_vec4_D.cmo lib/lacaml_vec4_Z.cmo lib/lacaml_impl4_Z.cmo lib/lacaml_impl2_Z.cmo lib/lacaml_mat2_Z.cmo lib/lacaml_vec2_Z.cmo lib/z.cmo lib/lacaml_mat4_C.cmo lib/lacaml_vec4_C.cmo lib/lacaml_vec4_S.cmo lib/lacaml_impl4_C.cmo lib/lacaml_impl2_C.cmo lib/lacaml_mat2_C.cmo lib/lacaml_vec2_C.cmo lib/c.cmo lib/lacaml_mat4_D.cmo lib/lacaml_impl4_D.cmo lib/lacaml_impl2_D.cmo lib/lacaml_mat2_D.cmo lib/lacaml_vec2_D.cmo lib/d.cmo lib/lacaml_mat4_S.cmo lib/lacaml_impl4_S.cmo lib/lacaml_impl2_S.cmo lib/lacaml_mat2_S.cmo lib/lacaml_vec2_S.cmo lib/s.cmo -o lib/lacaml.cmo
ocamlfind ocamlc -a -dllib -llacaml_stubs -cclib -llacaml_stubs -cclib -lblas -cclib -llapack lib/lacaml.cmo -o lib/lacaml.cma
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/common.cmx lib/common.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/io.cmx lib/io.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/complex64.cmx lib/complex64.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/complex_io.cmx lib/complex_io.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/float64.cmx lib/float64.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/utils.cmx lib/utils.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_mat4_Z.cmx lib/lacaml_mat4_Z.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_vec4_D.cmx lib/lacaml_vec4_D.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_vec4_Z.cmx lib/lacaml_vec4_Z.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_impl4_Z.cmx lib/lacaml_impl4_Z.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_impl2_Z.cmx lib/lacaml_impl2_Z.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_mat2_Z.cmx lib/lacaml_mat2_Z.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_vec2_Z.cmx lib/lacaml_vec2_Z.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/complex32.cmx lib/complex32.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/float32.cmx lib/float32.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_mat4_C.cmx lib/lacaml_mat4_C.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_vec4_C.cmx lib/lacaml_vec4_C.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_vec4_S.cmx lib/lacaml_vec4_S.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_impl4_C.cmx lib/lacaml_impl4_C.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_impl2_C.cmx lib/lacaml_impl2_C.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_mat2_C.cmx lib/lacaml_mat2_C.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_vec2_C.cmx lib/lacaml_vec2_C.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_mat4_D.cmx lib/lacaml_mat4_D.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_impl4_D.cmx lib/lacaml_impl4_D.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/real_io.cmx lib/real_io.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_impl2_D.cmx lib/lacaml_impl2_D.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_mat2_D.cmx lib/lacaml_mat2_D.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_vec2_D.cmx lib/lacaml_vec2_D.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_mat4_S.cmx lib/lacaml_mat4_S.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_impl4_S.cmx lib/lacaml_impl4_S.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_impl2_S.cmx lib/lacaml_impl2_S.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_mat2_S.cmx lib/lacaml_mat2_S.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/lacaml_vec2_S.cmx lib/lacaml_vec2_S.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/version.cmx lib/version.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/z.cmx lib/z.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/c.cmx lib/c.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/d.cmx lib/d.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -for-pack Lacaml -I lib -o lib/s.cmx lib/s.ml
ocamlfind ocamlopt -pack -g -I lib lib/common.cmx lib/utils.cmx lib/float32.cmx lib/float64.cmx lib/complex32.cmx lib/complex64.cmx lib/io.cmx lib/real_io.cmx lib/complex_io.cmx lib/version.cmx lib/lacaml_mat4_Z.cmx lib/lacaml_vec4_D.cmx lib/lacaml_vec4_Z.cmx lib/lacaml_impl4_Z.cmx lib/lacaml_impl2_Z.cmx lib/lacaml_mat2_Z.cmx lib/lacaml_vec2_Z.cmx lib/z.cmx lib/lacaml_mat4_C.cmx lib/lacaml_vec4_C.cmx lib/lacaml_vec4_S.cmx lib/lacaml_impl4_C.cmx lib/lacaml_impl2_C.cmx lib/lacaml_mat2_C.cmx lib/lacaml_vec2_C.cmx lib/c.cmx lib/lacaml_mat4_D.cmx lib/lacaml_impl4_D.cmx lib/lacaml_impl2_D.cmx lib/lacaml_mat2_D.cmx lib/lacaml_vec2_D.cmx lib/d.cmx lib/lacaml_mat4_S.cmx lib/lacaml_impl4_S.cmx lib/lacaml_impl2_S.cmx lib/lacaml_mat2_S.cmx lib/lacaml_vec2_S.cmx lib/s.cmx -o lib/lacaml.cmx
ocamlfind ocamlopt -a -cclib -llacaml_stubs -cclib -lblas -cclib -llapack lib/lacaml.cmx -o lib/lacaml.cmxa
ocamlfind ocamlopt -shared -I lib lib/lacaml.cmx -o lib/lacaml.cmxs
ocamlfind ocamldep -package bigarray -modules lib/install_printers.ml > lib/install_printers.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I +compiler-libs -I lib -o lib/install_printers.cmo lib/install_printers.ml
ocamlfind ocamlc -a lib/install_printers.cmo -o lib/lacaml_top.cma
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -ccopt -g -ccopt '-std=c99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bigarray -strict-sequence -I +compiler-libs -for-pack Lacaml -I lib -o lib/install_printers.cmx lib/install_printers.ml
ocamlfind ocamlopt -a lib/install_printers.cmx -o lib/lacaml_top.cmxa
ocamlfind ocamlopt -shared -linkall lib/lacaml_top.cmxa -o lib/lacaml_top.cmxs
ocamlfind ocamldep -package bigarray -modules examples/blas/blas.ml > examples/blas/blas.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/blas -I lib -o examples/blas/blas.cmo examples/blas/blas.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/blas -I lib -o examples/blas/blas.cmx examples/blas/blas.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/blas/blas.cmx -o examples/blas/blas.native
ocamlfind ocamldep -package bigarray -modules examples/eig/eig.ml > examples/eig/eig.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/eig -I lib -o examples/eig/eig.cmo examples/eig/eig.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/eig -I lib -o examples/eig/eig.cmx examples/eig/eig.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/eig/eig.cmx -o examples/eig/eig.native
ocamlfind ocamldep -package bigarray -modules examples/eig/sbev.ml > examples/eig/sbev.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/eig -I lib -o examples/eig/sbev.cmo examples/eig/sbev.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/eig -I lib -o examples/eig/sbev.cmx examples/eig/sbev.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/eig/sbev.cmx -o examples/eig/sbev.native
ocamlfind ocamldep -package bigarray -modules examples/eig/sbgv.ml > examples/eig/sbgv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/eig -I lib -o examples/eig/sbgv.cmo examples/eig/sbgv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/eig -I lib -o examples/eig/sbgv.cmx examples/eig/sbgv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/eig/sbgv.cmx -o examples/eig/sbgv.native
ocamlfind ocamldep -package bigarray -modules examples/lin_eq/lin_eq.ml > examples/lin_eq/lin_eq.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/lin_eq -I lib -o examples/lin_eq/lin_eq.cmo examples/lin_eq/lin_eq.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/lin_eq -I lib -o examples/lin_eq/lin_eq.cmx examples/lin_eq/lin_eq.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/lin_eq/lin_eq.cmx -o examples/lin_eq/lin_eq.native
ocamlfind ocamldep -package bigarray -modules examples/lin_eq/gbsv.ml > examples/lin_eq/gbsv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/lin_eq -I lib -o examples/lin_eq/gbsv.cmo examples/lin_eq/gbsv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/lin_eq -I lib -o examples/lin_eq/gbsv.cmx examples/lin_eq/gbsv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/lin_eq/gbsv.cmx -o examples/lin_eq/gbsv.native
ocamlfind ocamldep -package bigarray -modules examples/lin_eq_comp/lin_eq_comp.ml > examples/lin_eq_comp/lin_eq_comp.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/lin_eq_comp -I lib -o examples/lin_eq_comp/lin_eq_comp.cmo examples/lin_eq_comp/lin_eq_comp.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/lin_eq_comp -I lib -o examples/lin_eq_comp/lin_eq_comp.cmx examples/lin_eq_comp/lin_eq_comp.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/lin_eq_comp/lin_eq_comp.cmx -o examples/lin_eq_comp/lin_eq_comp.native
ocamlfind ocamldep -package bigarray -modules examples/lin_reg/lin_reg.ml > examples/lin_reg/lin_reg.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/lin_reg -I lib -o examples/lin_reg/lin_reg.cmo examples/lin_reg/lin_reg.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/lin_reg -I lib -o examples/lin_reg/lin_reg.cmx examples/lin_reg/lin_reg.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/lin_reg/lin_reg.cmx -o examples/lin_reg/lin_reg.native
ocamlfind ocamldep -package bigarray -modules examples/qr/qr.ml > examples/qr/qr.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/qr -I lib -o examples/qr/qr.cmo examples/qr/qr.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/qr -I lib -o examples/qr/qr.cmx examples/qr/qr.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/qr/qr.cmx -o examples/qr/qr.native
ocamlfind ocamldep -package bigarray -modules examples/svd/svd.ml > examples/svd/svd.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/svd -I lib -o examples/svd/svd.cmo examples/svd/svd.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/svd -I lib -o examples/svd/svd.cmx examples/svd/svd.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/svd/svd.cmx -o examples/svd/svd.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_gbsv.ml > examples/nag/nag_gbsv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_gbsv.cmo examples/nag/nag_gbsv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_gbsv.cmx examples/nag/nag_gbsv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_gbsv.cmx -o examples/nag/nag_gbsv.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_gesv.ml > examples/nag/nag_gesv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_gesv.cmo examples/nag/nag_gesv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_gesv.cmx examples/nag/nag_gesv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_gesv.cmx -o examples/nag/nag_gesv.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_gtsv.ml > examples/nag/nag_gtsv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_gtsv.cmo examples/nag/nag_gtsv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_gtsv.cmx examples/nag/nag_gtsv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_gtsv.cmx -o examples/nag/nag_gtsv.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_pbsv.ml > examples/nag/nag_pbsv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_pbsv.cmo examples/nag/nag_pbsv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_pbsv.cmx examples/nag/nag_pbsv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_pbsv.cmx -o examples/nag/nag_pbsv.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_posv.ml > examples/nag/nag_posv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_posv.cmo examples/nag/nag_posv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_posv.cmx examples/nag/nag_posv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_posv.cmx -o examples/nag/nag_posv.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_ppsv.ml > examples/nag/nag_ppsv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_ppsv.cmo examples/nag/nag_ppsv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_ppsv.cmx examples/nag/nag_ppsv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_ppsv.cmx -o examples/nag/nag_ppsv.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_ptsv.ml > examples/nag/nag_ptsv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_ptsv.cmo examples/nag/nag_ptsv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_ptsv.cmx examples/nag/nag_ptsv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_ptsv.cmx -o examples/nag/nag_ptsv.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_spsv.ml > examples/nag/nag_spsv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_spsv.cmo examples/nag/nag_spsv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_spsv.cmx examples/nag/nag_spsv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_spsv.cmx -o examples/nag/nag_spsv.native
ocamlfind ocamldep -package bigarray -modules examples/nag/nag_sysv.ml > examples/nag/nag_sysv.ml.depends
ocamlfind ocamlc -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_sysv.cmo examples/nag/nag_sysv.ml
ocamlfind ocamlopt -c -g -annot -w A -w e -w r -I lib -package bigarray -strict-sequence -I examples/nag -I lib -o examples/nag/nag_sysv.cmx examples/nag/nag_sysv.ml
ocamlfind ocamlopt -g -I lib -linkpkg -package bigarray lib/lacaml.cmxa lib/lacaml.cmx examples/nag/nag_sysv.cmx -o examples/nag/nag_sysv.native
ocaml setup.ml -doc
ocamlfind ocamldoc -dump lib/lacaml.odoc -package bigarray -I lib lib/lacaml.mli
+ ocamlfind ocamldoc -dump lib/lacaml.odoc -package bigarray -I lib lib/lacaml.mli
Warning: Module or module type Utils not found
Warning: Module or module type Utils not found
rm -rf API.docdir
mkdir -p API.docdir
ocamlfind ocamldoc -load lib/lacaml.odoc -html -d API.docdir
+ ocamlfind ocamldoc -load lib/lacaml.odoc -html -d API.docdir
Warning: Module or module type Utils not found
Warning: Module or module type Utils not found
make[1]: Leaving directory `/tmp/buildd/lacaml-7.0.7'
   debian/rules override_dh_auto_test
make[1]: Entering directory `/tmp/buildd/lacaml-7.0.7'
ocaml setup.ml -test
make[1]: Leaving directory `/tmp/buildd/lacaml-7.0.7'
 fakeroot debian/rules binary
dh binary --with ocaml
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory `/tmp/buildd/lacaml-7.0.7'
mkdir -p '/tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml'
ocaml setup.ml -install
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml.mli
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/liblacaml_stubs.a
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/dlllacaml_stubs.so
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml.cma
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml.cmxa
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml.a
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml.cmxs
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml.cmi
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml.cmx
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/install_printers.ml
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml_top.cma
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml_top.cmxa
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml_top.a
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/lacaml_top.cmxs
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/install_printers.cmi
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/install_printers.cmx
Installed /tmp/buildd/lacaml-7.0.7/debian/tmp//usr/lib/ocaml/lacaml/META
make[1]: Leaving directory `/tmp/buildd/lacaml-7.0.7'
   dh_install
   dh_ocamldoc
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_pysupport
dh_pysupport: This program is deprecated, you should use dh_python2 instead. Migration guide: http://deb.li/dhs2p
   dh_perl
   dh_link
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_ocaml
E: Error: unit Install_printers exported in liblacaml-ocaml-dev/liblacaml-ocaml v7.0.7-1 but already exported by libsexplib-camlp4-dev v7.0.5-1
E: Error running /usr/bin/ocaml-md5sums  --md5sums-dir debian/liblacaml-ocaml-dev//var/lib/ocaml/md5sums --load-info debian/liblacaml-ocaml-dev.oinfo.debhelper dep at /usr/bin/dh_ocaml line 462.
make: *** [binary] Error 255
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

Reply to: