@@ -10,43 +10,43 @@ which makes it also possible to use multiple versions in parallel.
10
10
### Python 3.12
11
11
12
12
``` bash
13
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
13
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
14
14
```
15
15
16
16
### Python 3.11
17
17
18
18
``` bash
19
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
19
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
20
20
```
21
21
22
22
### Python 3.10
23
23
24
24
``` bash
25
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
25
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
26
26
```
27
27
28
28
### Python 3.9
29
29
30
30
``` bash
31
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
31
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
32
32
```
33
33
34
34
### Python 3.8
35
35
36
36
``` bash
37
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
37
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
38
38
```
39
39
40
40
### Python 3.7
41
41
42
42
``` bash
43
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
43
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
44
44
```
45
45
46
46
### Python 3.6
47
47
48
48
``` bash
49
- pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.12 .0/tm_eventsetup-0.12 .0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
49
+ pip install https://github.com/cms-l1-globaltrigger/tm-eventsetup/releases/download/0.13 .0/tm_eventsetup-0.13 .0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
50
50
```
51
51
52
52
## Build instructions
@@ -68,7 +68,7 @@ Check out and build all utm libraries.
68
68
** Important:** compile using the ` -DSWIG ` flag, see below.
69
69
70
70
``` bash
71
- git clone https://gitlab.cern.ch/cms-l1t-utm/utm.git -b utm_0.12 .0
71
+ git clone https://gitlab.cern.ch/cms-l1t-utm/utm.git -b utm_0.13 .0
72
72
cd utm
73
73
./configure
74
74
make all -j4 CPPFLAGS=' -DNDEBUG -DSWIG' # compile with -DSWIG
@@ -81,7 +81,7 @@ Next build the Python bindings and install the resulting wheel. It is
81
81
recommended to execute this step in a virtual environment.
82
82
83
83
``` bash
84
- git clone https://github.com/cms-l1-globaltrigger/tm-eventsetup.git -b 0.12 .0
84
+ git clone https://github.com/cms-l1-globaltrigger/tm-eventsetup.git -b 0.13 .0
85
85
cd tm-eventsetup
86
86
python3 -m venv env
87
87
. env/bin/activate
0 commit comments