Skip to content

Commit

Permalink
lanhep 4.0.0
Browse files Browse the repository at this point in the history
See also #19.
  • Loading branch information
tueda committed Sep 14, 2022
1 parent ad94b2c commit cf8f33d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: |
brew audit --strict --online \
tueda/loops/kira \
tueda/loops/lanhep \
tueda/loops/mma-feynrules \
tueda/loops/qgraf
brew style Library
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- macos-latest
formula:
- kira
- lanhep
- qgraf
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions Formula/lanhep.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Lanhep < Formula
desc "Feynman rules generation in momentum representation"
homepage "https://theory.sinp.msu.ru/~semenov/lanhep.html"
url "https://theory.sinp.msu.ru/~semenov/lhep332.tgz"
version "3.3.2"
sha256 "82690ef2976d708622017687ee302951ece737779e8ac5db55b5df98aefc07df"
url "https://theory.sinp.msu.ru/~semenov/lhep400.tgz"
version "4.0.0"
sha256 "881dcfad962e21bfe76531799a131b2f2dfc5cfaa3414bb80ab4f14955b6c56b"

def install
inreplace "main.c", "InputDirectory=find_path(argv[0],env);", "InputDirectory=find_path(\"#{share}/\",env);"
Expand Down

0 comments on commit cf8f33d

Please sign in to comment.