We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dddb5 commit fdd68a4Copy full SHA for fdd68a4
CHANGES.md
@@ -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
6
### 4.1.0 (2017-08-02)
7
8
* Switched to jbuilder and topkg
examples/jbuild
@@ -8,5 +8,5 @@
-safe-string -strict-sequence
9
-principal -short-paths
10
))
11
- (libraries (bigarray postgresql))
+ (libraries (postgresql))
12
src/jbuild
@@ -16,7 +16,7 @@
16
; -Wall -pedantic -Wextra -Wunused -Wno-long-long -Wno-keyword-macro
17
18
(c_library_flags (:include c_library_flags.sexp))
19
- (libraries (threads))
+ (libraries (threads bigarray))
20
21
22
(rule (
0 commit comments