File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 3737 - name : Get MAD Binaries
3838 run : |
3939 mkdir src/pymadng/bin
40- curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.1 -o src/pymadng/bin/mad_Linux
41- curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.1 -o src/pymadng/bin/mad_Darwin
40+ curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.2 -o src/pymadng/bin/mad_Linux
41+ curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.2 -o src/pymadng/bin/mad_Darwin
4242 chmod +x src/pymadng/bin/mad_Linux src/pymadng/bin/mad_Darwin
4343 - name : Build package
4444 run : python -m build
Original file line number Diff line number Diff line change 3333 - name : Get MAD Binaries
3434 run : |
3535 mkdir ./src/pymadng/bin
36- curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.1 -o ./src/pymadng/bin/mad_Linux
37- curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.1 -o ./src/pymadng/bin/mad_Darwin
36+ curl https://madx.web.cern.ch/releases/madng/1.1/mad-linux-1.1.2 -o ./src/pymadng/bin/mad_Linux
37+ curl https://madx.web.cern.ch/releases/madng/1.1/mad-macos-1.1.2 -o ./src/pymadng/bin/mad_Darwin
3838 chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin
3939 - name : Install dependencies
4040 run : |
Original file line number Diff line number Diff line change 1- 0.7.0 (2024/12 /05)
1+ 0.6.3 (2024/30 /05)
22
3- Rewrite documentation
4- Update to MAD-NG 1.1.1
5- Handle opening and closing of MAD-NG process more robustly
3+ Update to MAD-NG 1.1.2
4+
5+
6+ 0.6.2 (2024/12/05)
7+
8+ Rewrite documentation. \
9+ Update to MAD-NG 1.1.1. \
10+ Handle opening and closing of MAD-NG process more robustly. \
611
712
8130.6.0 (2024/12/05)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ match = MAD.match
2727***pymad.recv: [py:__err(true):send(MAD['env']['version']):__err(false)] 55 bytes
2828***pymad.send: [str_] 4 bytes
2929***pymad.send: binary data 4 bytes
30- ***pymad.send: [1.1.1 ] 5 bytes
30+ ***pymad.send: [1.1.2 ] 5 bytes
3131***pymad.recv: binary data 4 bytes
3232***pymad.recv: [
3333function __mklast__ (a, b, ...)
You can’t perform that action at this time.
0 commit comments