File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ respectively. (eg: z3/4.3-unix-64b/include/z3.h and
20
20
z3/4.3-unix-64b/lib/libz3.so).
21
21
22
22
2 ) Run 'sbt package' to create the jar file. It will be in
23
- 'target/scala-2.10/scalaz3\_ 2.10-2.0 .jar' and will contain the shared library
23
+ 'target/scala-2.10/scalaz3\_ 2.10-2.1 .jar' and will contain the shared library
24
24
dependencies.
25
25
26
26
3 ) For testing, run
@@ -36,7 +36,7 @@ respectively. (eg: z3/4.3-unix-64b/include/z3.h and
36
36
z3/4.3-unix-64b/lib/libz3.dnylib).
37
37
38
38
2 ) Run 'sbt package' to create the jar file. It will be in
39
- 'target/scala-2.10/scalaz3\_ 2.10-2.0 .jar' and will contain the shared library
39
+ 'target/scala-2.10/scalaz3\_ 2.10-2.1 .jar' and will contain the shared library
40
40
dependencies.
41
41
42
42
3 ) For testing, run
@@ -52,5 +52,5 @@ Windows
52
52
include/\* .h to /z3/[ z3version] /include/. (eg: z3/4.3-win-64b/bin/libz3.dll)
53
53
54
54
3 ) Run 'sbt package' to create the jar file. It will end up in
55
- 'target/scala2.10/scalaz3\_ 2.10-2.0 .jar' and will contain the shared library
55
+ 'target/scala2.10/scalaz3\_ 2.10-2.1 .jar' and will contain the shared library
56
56
dependencies.
Original file line number Diff line number Diff line change 1
1
name := " ScalaZ3"
2
2
3
- version := " 2.0 "
3
+ version := " 2.1 "
4
4
5
5
organization := " ch.epfl.lara"
6
6
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ public final class Z3Wrapper {
35
35
36
36
private static final String versionString = LibraryChecksum .value ;
37
37
38
- //private static final String isDebug = System.getProperty("scalaz3.debug.load");
39
- private static final String isDebug = "aaa" ;
38
+ private static final String isDebug = System .getProperty ("scalaz3.debug.load" );
40
39
41
40
// this is just to force class loading, and therefore library loading.
42
41
static {
@@ -54,10 +53,6 @@ private static void debug(String msg) {
54
53
}
55
54
}
56
55
57
- public static void main (String [] args ) {
58
- System .out .println ("yay" );
59
- }
60
-
61
56
public static boolean withinJar () {
62
57
java .net .URL classJar = Z3Wrapper .class .getResource ("/lib-bin/" );
63
58
return classJar != null ;
You can’t perform that action at this time.
0 commit comments