File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ cd "$distribution"
9292if [ " $distribution " = STATIC ]
9393then
9494 pparepo=ethereum-static
95- SMTDEPENDENCY=" "
9695 CMAKE_OPTIONS=" -DSOLC_LINK_STATIC=On -DCMAKE_EXE_LINKER_FLAGS=-static"
9796else
9897 if is_release
@@ -101,17 +100,6 @@ else
101100 else
102101 pparepo=ethereum-dev
103102 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
115103 CMAKE_OPTIONS=" "
116104fi
117105ppafilesurl=https://launchpad.net/~ethereum/+archive/ubuntu/${pparepo} /+files
@@ -153,7 +141,7 @@ Source: solc
153141Section: science
154142Priority: extra
155143Maintainer: Christian (Buildserver key) <[email protected] > 156- Build-Depends: ${SMTDEPENDENCY} debhelper (>= 9.0.0),
144+ Build-Depends: debhelper (>= 9.0.0),
157145 cmake,
158146 g++ (>= 5.0),
159147 git,
You can’t perform that action at this time.
0 commit comments