We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5388065 commit 09623e0Copy full SHA for 09623e0
projects/soliditylang.org/package.yml
@@ -10,9 +10,7 @@ provides:
10
- bin/yul-phaser
11
12
dependencies:
13
- # boost 1.82 errors out with PIC and
14
- # preemption errors on linux+aarch64
15
- boost.org: ">=1.70<1.82"
+ boost.org: ^1.70
16
17
interprets:
18
extensions: sol
@@ -51,6 +49,10 @@ build:
51
49
- -DCMAKE_INSTALL_PREFIX={{prefix}}
52
50
- -DPEDANTIC=OFF # otherwise fails due to deprecations in boost ^1.81
53
- -DSTRICT_Z3_VERSION=OFF # otherwise complains about Z3 version in cmake
+ linux:
+ ARGS:
54
+ # ChatGPT thinks this will fix the pre-emption errors
55
+ - -DCMAKE_CXX_FLAGS="-fPIC -Wl,--allow-multiple-definition"
56
57
test:
58
solc --bin fixture.sol
0 commit comments