File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ option(BACKEND_TENSORRT "Build with TensorRT support" ON)
8
8
option (BACKEND_MXNET "Build with MXNet backend (Blas/IntelMKL/CUDA/TensorRT) support" OFF )
9
9
option (BACKEND_TORCH "Build with Torch backend (CPU/GPU) support" OFF )
10
10
option (BACKEND_OPENVINO "Build with OpenVino backend (CPU/GPU) support" OFF )
11
- option (USE_960 "Build with 960 variant support" OFF )
12
11
option (BUILD_TESTS "Build and run tests" OFF )
13
12
option (USE_DYNAMIC_NN_ARCH "Build with dynamic neural network architektur support" ON )
14
13
# enable a single mode for different model input / outputs
@@ -38,6 +37,7 @@ if (MODE_CHESS)
38
37
# add_definitions(-DVERSION=2)
39
38
# add_definitions(-DSUB_VERSION=8)
40
39
add_definitions (-DVERSION=3)
40
+ add_definitions (-DSUPPORT960)
41
41
endif ()
42
42
43
43
if (MODE_LICHESS)
@@ -427,10 +427,6 @@ if (BACKEND_TENSORRT)
427
427
add_definitions (-DTENSORRT)
428
428
endif ()
429
429
430
- if (USE_960)
431
- add_definitions (-DSUPPORT960)
432
- endif ()
433
-
434
430
add_executable (${PROJECT_NAME} ${source_files} )
435
431
436
432
if (BACKEND_TENSORRT)
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const string engineName = "OpenSpielAra";
59
59
const string engineName = " ClassicAra" ;
60
60
#endif
61
61
62
- const string engineVersion = " 0.9.7.post0 " ;
62
+ const string engineVersion = " 0.9.8 " ;
63
63
#ifdef MODE_CRAZYHOUSE
64
64
const string engineAuthors = " Johannes Czech, Moritz Willig, Alena Beyer and CrazyAra developers (see AUTHORS file)" ;
65
65
#elif defined MODE_LICHESS
You can’t perform that action at this time.
0 commit comments