Skip to content

Commit

Permalink
Merge pull request #644 from dra27/clarify-config
Browse files Browse the repository at this point in the history
Clarify that linux/linux_elf are identical systems
  • Loading branch information
jzstark committed Mar 8, 2024
2 parents 97d86d4 + 0c8da61 commit 5f9594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/owl/config/configure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ let get_openmp_config c =
else (
let cflags, libs =
match get_os_type c with
| "linux_elf"
| "linux" -> [ "-fopenmp" ], [ "-lgomp" ]
| "linux_elf" -> [ "-fopenmp" ], [ "-lgomp" ]
| "macosx" -> [ "-Xpreprocessor"; "-fopenmp" ], [ "-lomp" ]
| "mingw64" -> [ "-fopenmp" ], [ "-lgomp" ]
| _ -> [], []
Expand Down

0 comments on commit 5f9594f

Please sign in to comment.