this repo has no description

eigen, lacaml and mesh-triangle use x86 only C compiler option (-march=native)

Kate ecd33041 81e383fc

Changed files
+37 -2
packages
eigen
eigen.0.0.1
eigen.0.0.2
eigen.0.0.3
eigen.0.0.4
eigen.0.0.5
eigen.0.0.6
eigen.0.1.0
eigen.0.1.1
eigen.0.1.2
eigen.0.1.3
eigen.0.1.4
eigen.0.1.5
eigen.0.1.6
eigen.0.2.0
eigen.0.2.1
elina
elina.1.0
elina.1.1
lacaml
lacaml.10.0.1
lacaml.10.0.2
lacaml.11.0.0
lacaml.11.0.1
lacaml.11.0.2
lacaml.11.0.3
lacaml.11.0.4
lacaml.11.0.5
lacaml.11.0.6
lacaml.11.0.7
lacaml.11.0.8
mesh-triangle
mesh-triangle.0.8.9
mesh-triangle.0.9.0
mesh-triangle.0.9.1
mesh-triangle.0.9.2
mesh-triangle.0.9.3
mesh-triangle.0.9.4
mesh-triangle.0.9.5
+1
packages/eigen/eigen.0.0.1/opam
···
"ocamlbuild" {build}
"ocamlfind" {build}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.0.2/opam
···
"ocamlbuild" {build}
"ocamlfind" {build}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.0.3/opam
···
"ocamlbuild" {build}
"ocamlfind" {build}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.0.4/opam
···
"ocamlbuild" {build}
"ocamlfind" {build}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.0.5/opam
···
"ocamlbuild" {build}
"ocamlfind" {build}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.0.6/opam
···
"ocamlbuild" {build}
"ocamlfind" {build}
]
+
available: arch = "x86_32" | arch = "x86_64"
extra-files: [["eigen.install" "md5=c50e287d4c68c72e309726c4da6a75c5"]]
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
+1
packages/eigen/eigen.0.1.0/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "1.1.0"}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.1.1/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "1.1.0"}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.1.2/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "1.1.0"}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.1.3/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "1.1.0"}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/eigen/eigen.0.1.4/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "1.5"}
]
+
available: arch = "x86_32" | arch = "x86_64"
build: [
["dune" "build" "-p" name "eigen_cpp/libeigen_cpp_stubs.a"]
["dune" "build" "-p" name "-j" jobs]
+1
packages/eigen/eigen.0.1.5/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "1.5.0"}
]
+
available: arch = "x86_32" | arch = "x86_64"
build: [
["dune" "build" "-p" name "eigen_cpp/libeigen_cpp_stubs.a"]
["dune" "build" "-p" name "-j" jobs]
+2 -1
packages/eigen/eigen.0.1.6/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "2.0.0"}
]
+
available: arch = "x86_32" | arch = "x86_64"
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/owlbarn/eigen.git"
url {
···
"md5=8cfe39ad1678bc7f961de0ade7dd8749"
"sha512=868a91a7f5b1e13a3ee391891db6f0718e5562f65bdb669a2f183e7668db106c9d2bfdc5efbbc80fe5e93faf2d30797535f36d9d8605229648c84bf6c0ea5695"
]
-
}
+
}
+2 -1
packages/eigen/eigen.0.2.0/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "2.0.0"}
]
+
available: arch = "x86_32" | arch = "x86_64"
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/owlbarn/eigen.git"
url {
···
"md5=69797ca3df6aca83843db88d6c2eabab"
"sha512=635cd2fa95dfef2adfb8ac3fa5ed0d47215e7b8299aa789844e8f3c83907b943767b984f49fc11d4e67ae29593fe543627645e1dffa800ff81d49026111e1952"
]
-
}
+
}
+1
packages/eigen/eigen.0.2.1/opam
···
"ctypes" {>= "0.14.0"}
"dune" {>= "2.0.0"}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
description:
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+1
packages/elina/elina.1.0/opam
···
"conf-perl"
"apron"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "ETH LIBRARY FOR NUMERICAL ANALYSIS"
description: """
ELINA contains optimized implementations of popular numerical abstract
+1
packages/elina/elina.1.1/opam
···
"conf-perl"
"apron"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "ETH LIBRARY FOR NUMERICAL ANALYSIS"
description: """
ELINA contains optimized implementations of popular numerical abstract
+1
packages/lacaml/lacaml.10.0.1/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
description: """
Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and
+1
packages/lacaml/lacaml.10.0.2/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
description: """
Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and
+1
packages/lacaml/lacaml.11.0.0/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
description: """
Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and
+1
packages/lacaml/lacaml.11.0.1/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
description: """
Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and
+1
packages/lacaml/lacaml.11.0.2/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
+1
packages/lacaml/lacaml.11.0.3/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
+1
packages/lacaml/lacaml.11.0.4/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
+1
packages/lacaml/lacaml.11.0.5/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
+1
packages/lacaml/lacaml.11.0.6/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
url {
src:
"https://github.com/mmottl/lacaml/releases/download/11.0.6/lacaml-11.0.6.tbz"
+1
packages/lacaml/lacaml.11.0.7/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
url {
src:
"https://github.com/mmottl/lacaml/releases/download/11.0.7/lacaml-11.0.7.tbz"
+1
packages/lacaml/lacaml.11.0.8/opam
···
"base-bytes"
"base-bigarray"
]
+
available: arch = "x86_32" | arch = "x86_64"
url {
src:
"https://github.com/mmottl/lacaml/releases/download/11.0.8/lacaml-11.0.8.tbz"
+1
packages/mesh-triangle/mesh-triangle.0.8.9/opam
···
"mesh" {= "0.8.9"}
"lacaml" {with-test}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Binding to the triangle mesh generator"
description: """
This module is a binding to the [Triangle][] library which was awarded
+1
packages/mesh-triangle/mesh-triangle.0.9.0/opam
···
"mesh" {= "0.9.0"}
"lacaml" {with-test}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Binding to the triangle mesh generator"
description: """
This module is a binding to the [Triangle][] library which was awarded
+1
packages/mesh-triangle/mesh-triangle.0.9.1/opam
···
"mesh" {= "0.9.1"}
"lacaml" {with-test}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Binding to the triangle mesh generator"
description: """
This module is a binding to the [Triangle][] library which was awarded
+1
packages/mesh-triangle/mesh-triangle.0.9.2/opam
···
"mesh" {= "0.9.2"}
"lacaml" {with-test}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Binding to the triangle mesh generator"
description: """
This module is a binding to the [Triangle][] library which was awarded
+1
packages/mesh-triangle/mesh-triangle.0.9.3/opam
···
"mesh" {= "0.9.3"}
"lacaml" {with-test}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Binding to the triangle mesh generator"
description: """
This module is a binding to the [Triangle][] library which was awarded
+1
packages/mesh-triangle/mesh-triangle.0.9.4/opam
···
"mesh" {= "0.9.4"}
"lacaml" {with-test}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Binding to the triangle mesh generator"
description: """
This module is a binding to the [Triangle][] library which was awarded
+1
packages/mesh-triangle/mesh-triangle.0.9.5/opam
···
"mesh" {= version}
"lacaml" {with-test}
]
+
available: arch = "x86_32" | arch = "x86_64"
synopsis: "Binding to the triangle mesh generator"
description: "
This module is a binding to the [Triangle][] library which was awarded