From 366e69c7c90d7348029fe806be986a5ccd6edea3 Mon Sep 17 00:00:00 2001 From: Markus Mottl Date: Thu, 17 Jan 2013 11:50:45 -0500 Subject: [PATCH] Added lacaml-7.0.7 --- packages/lacaml.7.0.7/descr | 1 + packages/lacaml.7.0.7/opam | 11 +++++++++++ packages/lacaml.7.0.7/url | 2 ++ 3 files changed, 14 insertions(+) create mode 100644 packages/lacaml.7.0.7/descr create mode 100644 packages/lacaml.7.0.7/opam create mode 100644 packages/lacaml.7.0.7/url diff --git a/packages/lacaml.7.0.7/descr b/packages/lacaml.7.0.7/descr new file mode 100644 index 00000000000..b7eeb069d5f --- /dev/null +++ b/packages/lacaml.7.0.7/descr @@ -0,0 +1 @@ +Interface to the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines) diff --git a/packages/lacaml.7.0.7/opam b/packages/lacaml.7.0.7/opam new file mode 100644 index 00000000000..1baa16d6950 --- /dev/null +++ b/packages/lacaml.7.0.7/opam @@ -0,0 +1,11 @@ +opam-version: "1" +maintainer: "markus.mottl@gmail.com" +build: [ + ["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%"] + ["ocaml" "setup.ml" "-build"] + ["ocaml" "setup.ml" "-install"] +] +remove: [ + ["ocamlfind" "remove" "lacaml"] +] +depends: ["ocamlfind"] diff --git a/packages/lacaml.7.0.7/url b/packages/lacaml.7.0.7/url new file mode 100644 index 00000000000..b18a7609f71 --- /dev/null +++ b/packages/lacaml.7.0.7/url @@ -0,0 +1,2 @@ +archive: "https://bitbucket.org/mmottl/lacaml/downloads/lacaml-7.0.7.tar.gz" +checksum: "fa7e73e52dba34e22f3154ee22214cf2"