Skip to content

Commit fdd68a4

Browse files
committed
Fixed Bigarray library dependencies
1 parent 37dddb5 commit fdd68a4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### ?.?.? (????-??-??)
2+
3+
* Fixed bigarray library dependencies. No need for the user to explicitly
4+
link with `bigarray` when using certain functions anymore.
5+
16
### 4.1.0 (2017-08-02)
27

38
* Switched to jbuilder and topkg

examples/jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
-safe-string -strict-sequence
99
-principal -short-paths
1010
))
11-
(libraries (bigarray postgresql))
11+
(libraries (postgresql))
1212
))

src/jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
; -Wall -pedantic -Wextra -Wunused -Wno-long-long -Wno-keyword-macro
1717
))
1818
(c_library_flags (:include c_library_flags.sexp))
19-
(libraries (threads))
19+
(libraries (threads bigarray))
2020
))
2121

2222
(rule (

0 commit comments

Comments
 (0)