Skip to content

Commit fd2d543

Browse files
committed
Also drop libcvc4-dev and smtdependencies generally.
1 parent 38810a3 commit fd2d543

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

scripts/release_ppa.sh

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ cd "$distribution"
9292
if [ "$distribution" = STATIC ]
9393
then
9494
pparepo=ethereum-static
95-
SMTDEPENDENCY=""
9695
CMAKE_OPTIONS="-DSOLC_LINK_STATIC=On -DCMAKE_EXE_LINKER_FLAGS=-static"
9796
else
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=""
116104
fi
117105
ppafilesurl=https://launchpad.net/~ethereum/+archive/ubuntu/${pparepo}/+files
@@ -153,7 +141,7 @@ Source: solc
153141
Section: science
154142
Priority: extra
155143
Maintainer: 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,

0 commit comments

Comments
 (0)