You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FortranCode/maketarget_commands_info_mkmf_Perl.txt
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
# Below is the Terminal command line to produce a Makefile using the Perl script
2
2
# on a Linux machine (when located in the Fortran code folder).
3
3
4
-
# Also: on CentOS 7 (i.e. RedHat-based, but not on Debian-based linux), execute the following command first:
5
-
scl enable devtoolset-7 bash
6
-
or with newer version 10:
7
-
scl enable devtoolset-10 bash
4
+
# Also: on CentOS or RedHat (RHEL) (i.e. RedHat-based, but not on Debian-based linux), execute the following command first:
5
+
or with newer version 12:
6
+
scl enable gcc-toolset-12 bash
8
7
# this is necessary if otherwise an older gfortran version is used (often version 4.8.5);
9
8
# with the above command, you get a much more recent gfortran version ( >= 7.x), which is what we need. See also: https://access.redhat.com/documentation/en-us/red_hat_developer_toolset/8/html/user_guide/chap-gcc .
0 commit comments