We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0615e2 commit ab35e3fCopy full SHA for ab35e3f
1 file changed
pixie/regex.pxi
@@ -1,25 +1,12 @@
1
(ns pixie.regex
2
(:require [pixie.ffi-infer :as i]))
3
4
-(i/with-config {:library "re2"
5
- :cxx-flags ["-lre2"]
6
- :includes ["re2.h"]}
+(i/with-config {:library "cre2"
+ :cxx-flags [" && pwd"
+ "-Lexternals/cre2/build/.libs"
7
+ "-lcre2"
8
+ "-Iexternals/cre2/src"]
9
+ :includes ["cre2.h"]}
10
(i/defconst M_E)
- (i/defconst M_LOG2E)
- (i/defconst M_LOG10E)
- (i/defconst M_LN2)
11
- (i/defconst M_LN10)
12
- (i/defconst M_PI)
13
- (i/defconst M_PI_2)
14
- (i/defconst M_PI_4)
15
- (i/defconst M_1_PI)
16
- (i/defconst M_2_PI)
17
- (i/defconst M_2_SQRTPI)
18
- (i/defconst M_SQRT2)
19
- (i/defconst M_SQRT1_2)
20
21
- (i/defcfn nan)
22
- (i/defcfn ceil)
23
- (i/defcfn floor)
24
- (i/defcfn nearbyint)
25
- (i/defcfn rint)
+ (i/defcfn rint))
0 commit comments