Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Jul 16, 2021
1 parent 5978e22 commit 5da90ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eigen/dune
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let () = Printf.ksprintf Jbuild_plugin.V1.send {|
(public_name eigen)
(libraries ctypes)
(modules :standard ffi_eigen_generated)
(foreign_archives ../eigen_cpp/eigen_cpp_stubs)
(foreign_archives ../eigen_cpp/eigen_cpp)
(foreign_stubs
(language c)
(names eigen_utils_stubs ffi_eigen_generated_stub)
Expand Down
2 changes: 1 addition & 1 deletion eigen_cpp/dune
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let () = Printf.ksprintf Jbuild_plugin.V1.send {|
(include_subdirs unqualified)

(foreign_library
(archive_name eigen_cpp_stubs)
(archive_name eigen_cpp)
(language cxx)
(names eigen_tensor eigen_dsmat eigen_spmat)
(include_dirs lib lib/unsupported)
Expand Down
1 change: 0 additions & 1 deletion eigen_cpp/eigen_cpp.ml

This file was deleted.

0 comments on commit 5da90ba

Please sign in to comment.