File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,15 @@ jobs:
38
38
# Step 5: Build the wheel
39
39
- name : Build the wheel
40
40
run : |
41
- if [ ! -d "past-0.7.0" ]; then
42
- wget https://master.dl.sourceforge.net/project/pocc/1.6/release/modules/past-0.7.0.tar.gz
43
- tar -xvf past-0.7.0.tar.gz
44
- cp setup.py ./past-0.7.0/
45
- cp bindings.cpp ./past-0.7.0/src/
46
- cp Makefile.am ./past-0.7.0/src/
41
+ if [ ! -d "past-0.7.2" ]; then
42
+ wget https://master.dl.sourceforge.net/project/pocc/1.6/testing/modules/past-0.7.2.tar.gz
43
+ tar -xvf past-0.7.2.tar.gz
44
+ cp ../setup.py ./past-0.7.2/
45
+ cp ../bindings.cpp ./past-0.7.2/src/
46
+ cp ../Makefile.am ./past-0.7.2/src/
47
+ sed -i 's/\<restrict\>/__restrict__/g' ./past-0.7.2/past/include/past/abstract_interpretation_memory.h
47
48
fi
48
- cd past-0.7.0
49
+ cd past-0.7.2
49
50
python setup.py bdist_wheel
50
51
mv dist ../
51
52
You can’t perform that action at this time.
0 commit comments