Skip to content

Commit

Permalink
Fixed Oasis-related application linking problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Mar 17, 2015
1 parent 49ab068 commit d4d86dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: lacaml
Version: 7.2.0
Version: 7.2.1
Synopsis: OCaml-bindings to BLAS and LAPACK.
Description: This library interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines), which are written in FORTRAN.
Authors: Egbert Ammicht <[email protected]>,
Expand Down
6 changes: 3 additions & 3 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 990b162c678f78c22c87e3c196141588)
version = "7.2.0"
# DO NOT EDIT (digest: eeff0036f77a938628d5485b024974c3)
version = "7.2.1"
description = "OCaml-bindings to BLAS and LAPACK."
requires = "bigarray bytes"
archive(byte) = "lacaml.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "lacaml.cmxa"
archive(native, plugin) = "lacaml.cmxs"
exists_if = "lacaml.cma"
package "top" (
version = "7.2.0"
version = "7.2.1"
description = "Toplevel module for Lacaml."
requires = "lacaml"
archive(byte) = "lacaml_top.cma"
Expand Down
4 changes: 2 additions & 2 deletions myocamlbuild.ml
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,10 @@ module MyOCamlbuildBase = struct
need that file to be up to date.
This holds both for programs and for libraries.
*)
dep ["link"; "ocaml"; tag_libstubs lib]
dep ["link"; "ocaml"; "program"; tag_libstubs lib]
[dir/"lib"^(nm_libstubs lib)^"."^(!Options.ext_lib)];

dep ["compile"; "ocaml"; tag_libstubs lib]
dep ["compile"; "ocaml"; "program"; tag_libstubs lib]
[dir/"lib"^(nm_libstubs lib)^"."^(!Options.ext_lib)];

(* TODO: be more specific about what depends on headers *)
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.2.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 7767072133ac6dbc936ad563d1235b10) *)
(* DO NOT EDIT (digest: d1eed6c428eda673646f608ca8fc14f8) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6683,7 +6683,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "lacaml";
version = "7.2.0";
version = "7.2.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7886,7 +7886,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "éSÏ\156T\017Z¿,Æ\021U)f \007";
oasis_digest = Some " 4_½ì\152^J¸åéS¤\152·\138";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit d4d86dd

Please sign in to comment.