Skip to content

Commit

Permalink
added srfi-13 and srfi-14 as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Aug 31, 2018
1 parent 59a24a2 commit fc3689f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpi.egg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
((synopsis "Message-passing Interface (MPI)")
(license "GPL-3")
(category net)
(dependencies srfi-1)
(test-dependencies test srfi-13 srfi-14)
(dependencies srfi-1 srfi-13 srfi-14)
(test-dependencies test)
(build-dependencies compile-file)
(author "Ivan Raikov")
(components (extension mpi (custom-build "build.sh")))
Expand Down

0 comments on commit fc3689f

Please sign in to comment.