File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ cd "$distribution"
92
92
if [ " $distribution " = STATIC ]
93
93
then
94
94
pparepo=ethereum-static
95
- SMTDEPENDENCY=" "
96
95
CMAKE_OPTIONS=" -DSOLC_LINK_STATIC=On -DCMAKE_EXE_LINKER_FLAGS=-static"
97
96
else
98
97
if is_release
@@ -101,17 +100,6 @@ else
101
100
else
102
101
pparepo=ethereum-dev
103
102
fi
104
- if [ " $distribution " = focal ]
105
- then
106
- SMTDEPENDENCY=" libcvc4-dev,
107
- "
108
- elif [ " $distribution " = disco ]
109
- then
110
- SMTDEPENDENCY=" libcvc4-dev,
111
- "
112
- else
113
- SMTDEPENDENCY=" "
114
- fi
115
103
CMAKE_OPTIONS=" "
116
104
fi
117
105
ppafilesurl=https://launchpad.net/~ethereum/+archive/ubuntu/${pparepo} /+files
@@ -153,7 +141,7 @@ Source: solc
153
141
Section: science
154
142
Priority: extra
155
143
Maintainer: Christian (Buildserver key) <[email protected] >
156
- Build-Depends: ${SMTDEPENDENCY} debhelper (>= 9.0.0),
144
+ Build-Depends: debhelper (>= 9.0.0),
157
145
cmake,
158
146
g++ (>= 5.0),
159
147
git,
You can’t perform that action at this time.
0 commit comments