File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,8 @@ addons:
16
16
17
17
before_install :
18
18
- sudo apt-get install build-essential cmake git libboost-all-dev cmake libgmp3-dev libssl-dev libprocps3-dev pkg-config gnuplot-x11 python-markdown
19
- # Install GTest
20
- - sudo apt-get install libgtest-dev
21
- - sudo cmake /usr/src/gtest/CMakeLists.txt
22
- - sudo make -C /usr/src/gtest/
23
- - sudo cp /usr/src/gtest/*.a /usr/lib
24
- # Checking versions
25
- - g++ --version
26
19
27
20
before_script :
28
- # Install git submodules
29
21
- git submodule init && git submodule update
30
22
- mkdir build
31
23
- cd build
Original file line number Diff line number Diff line change 1
1
add_subdirectory (gtest EXCLUDE_FROM_ALL )
2
2
3
- # TODO(scripr-lab): upstream these buildsystems to the respective
4
- # projects.
5
-
6
-
7
3
if (${CURVE} STREQUAL "BN128" )
8
4
include_directories (ate-pairing/include )
9
5
include_directories (xbyak )
@@ -16,8 +12,6 @@ if(${CURVE} STREQUAL "BN128")
16
12
)
17
13
endif ()
18
14
19
-
20
-
21
15
if ("${WITH_SUPERCOP} " )
22
16
include_directories (libsnark-supercop/include )
23
17
@@ -39,8 +33,6 @@ if("${WITH_SUPERCOP}")
39
33
)
40
34
endif ()
41
35
42
-
43
-
44
36
OPTION (IS_LIBFF_PARENT OFF )
45
37
add_subdirectory (libff )
46
38
You can’t perform that action at this time.
0 commit comments