Skip to content

Commit

Permalink
update config file for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Feb 14, 2022
1 parent 05fce1d commit dc77f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/owl/config/configure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ some details on how your openblas has been installed and the output of
~link_flags:(openblas_conf.libs @ [ "-lm" ])
|> not
in
if needs_lapacke_flag then [ "-llapacke" ] else []
(* if needs_lapacke_flag then [ "-llapacke" ] else [] *)
if needs_lapacke_flag then [ ] else []
in
let openmp_config = get_openmp_config c in
(* configure link options *)
Expand Down

1 comment on commit dc77f1d

@mseri
Copy link
Member

@mseri mseri commented on dc77f1d May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit broke the build on some systems

Please sign in to comment.