File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,19 @@ On FreeBSD, run:
57
57
$ make freebsd
58
58
```
59
59
60
- On Linux, run instead:
60
+ On Linux (x86-64) , run instead:
61
61
62
62
```
63
63
$ make linux
64
64
```
65
65
66
- Or, set parameter ` OS ` to either ` linux ` or ` FreeBSD ` , and ` PREFIX ` to ` /usr ` or
67
- ` /usr/local ` , for instance:
66
+ On Linux (aarch64), run:
68
67
69
68
```
70
- $ make OS=linux PREFIX=/usr
69
+ $ make linux_aarch64
71
70
```
72
71
73
- For Intel oneAPI, run:
72
+ To build with Intel oneAPI, run:
74
73
75
74
```
76
75
$ make CC=icx FC=ifx PPFLAGS=
@@ -93,12 +92,18 @@ Using FPM, a preprocessor flag has to be passed to GNU Fortran. On FreeBSD:
93
92
$ fpm build --profile release --flag "-D__FreeBSD__"
94
93
```
95
94
96
- On Linux:
95
+ On Linux (x86-64) :
97
96
98
97
```
99
98
$ fpm build --profile release --flag "-D__linux__"
100
99
```
101
100
101
+ On Linux (aarch64):
102
+
103
+ ```
104
+ $ fpm build --profile release --flag "-D__linux__ -D__aarch64__"
105
+ ```
106
+
102
107
## Source Code Documentation
103
108
104
109
The source code documentation of the library has to be created with
You can’t perform that action at this time.
0 commit comments