Skip to content

Commit

Permalink
ci: MG5_aMC_v3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Aug 25, 2024
1 parent 37a5982 commit c182092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ ENV SOFTWARE_FOLDER "/madminer/software"


#### MadGraph 5 environment variables
ENV MG_VERSION "MG5_aMC_v2.9.16"
ENV MG_FOLDER "MG5_aMC_v2_9_16"
ENV MG_VERSION "MG5_aMC_v3.5.5"

Check warning on line 42 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV MG_FOLDER "MG5_aMC_v3_5_5"

Check warning on line 43 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV MG_FOLDER_PATH "${SOFTWARE_FOLDER}/${MG_FOLDER}"

Check warning on line 44 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV MG_BINARY_PATH "${SOFTWARE_FOLDER}/${MG_FOLDER}/bin/mg5_aMC"

Check warning on line 45 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Expand All @@ -55,7 +55,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \

#### Install MadGraph 5
RUN mkdir -p ${SOFTWARE_FOLDER} && true \
| curl -sSL "https://launchpad.net/mg5amcnlo/lts/2.9.x/+download/${MG_VERSION}.tar.gz" \
| curl -sSL "https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/${MG_VERSION}.tar.gz" \
| tar -xz -C ${SOFTWARE_FOLDER}


Expand Down

0 comments on commit c182092

Please sign in to comment.