forked from KendrickOrg/ssjTests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
47 lines (31 loc) · 1.54 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Property file for SSJ
########################################################################
# Documentation
########################################################################
# Uncomment to build documentation with Doxygen
buildDocs
########################################################################
# Cross-compilation
########################################################################
# Uncomment to enable cross-compilation or run gradle with option # "-PcrossCompile"
#crossCompile
########################################################################
# Native Chrono support
########################################################################
# Uncomment to enable building the `GlobalCPUTimeChrono` JNI.
#ssjutil.jni.build
########################################################################
# Native UNU.RAN support
########################################################################
# Uncomment to enable building the UNU.RAN JNI.
#randvar.jni.build
# Path to `include/unuran.h` and to `lib/libunuran.a`.
#unuran.prefix = /opt/unuran
# Equivalent to `unuran.prefix` for each target platform when cross-compilation
# is enabled (with the `crossCompile` property).
# Both properties default to `unuran.prefix`.
#unuran.prefix.linux64 = /opt/unuran
#unuran.prefix.win32 = /opt/unuran-mingw32
########################################################################
# Publishing to Bintray
########################################################################