Skip to content

Commit 4731fa7

Browse files
fix for f77 issue on lxplus
1 parent 6b5eb8a commit 4731fa7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ReleaseNotes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Release v3.1.1
22
=======================================================
33

4+
* in nllfast and pythia6 compiles, fix for systems with f77 compiler (thanks Jonas Wuerzinger)
45
* added filter for slogdet warnings (relevant on MacOS)
56
* Minor fixes in slha printer
67
* Bumped up pythia8 from 8315 to 8316
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

3-
command -v f77 && { exit 0; }
43
command -v gfortran && { exit 0; }
54
command -v ifort && { exit 0; }
5+
command -v f77 && { exit 0; }

0 commit comments

Comments
 (0)