Skip to content

Commit 09623e0

Browse files
committed
wip
1 parent 5388065 commit 09623e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

projects/soliditylang.org/package.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ provides:
1010
- bin/yul-phaser
1111

1212
dependencies:
13-
# boost 1.82 errors out with PIC and
14-
# preemption errors on linux+aarch64
15-
boost.org: ">=1.70<1.82"
13+
boost.org: ^1.70
1614

1715
interprets:
1816
extensions: sol
@@ -51,6 +49,10 @@ build:
5149
- -DCMAKE_INSTALL_PREFIX={{prefix}}
5250
- -DPEDANTIC=OFF # otherwise fails due to deprecations in boost ^1.81
5351
- -DSTRICT_Z3_VERSION=OFF # otherwise complains about Z3 version in cmake
52+
linux:
53+
ARGS:
54+
# ChatGPT thinks this will fix the pre-emption errors
55+
- -DCMAKE_CXX_FLAGS="-fPIC -Wl,--allow-multiple-definition"
5456

5557
test:
5658
solc --bin fixture.sol

0 commit comments

Comments
 (0)