We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1
"ON"
1 parent 702ee64 commit 2a4dba5Copy full SHA for 2a4dba5
.github/workflows/meta.yml
@@ -14,11 +14,11 @@ on:
14
15
env:
16
CI: "ON" # We can detect this in the build system and other vendors implement it
17
- HOMEBREW_NO_ANALYTICS: "ON" # Make Homebrew installation a little quicker
+ HOMEBREW_NO_ANALYTICS: 1 # Make Homebrew installation a little quicker
18
HOMEBREW_NO_AUTO_UPDATE: 1
19
- HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: "ON"
20
- HOMEBREW_NO_GITHUB_API: "ON"
21
- HOMEBREW_NO_INSTALL_CLEANUP: "ON"
+ HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
+ HOMEBREW_NO_GITHUB_API: 1
+ HOMEBREW_NO_INSTALL_CLEANUP: 1
22
23
jobs:
24
src/fpm_meta.f90
@@ -5,7 +5,7 @@
5
!> to use a core library.
6
!>
7
8
-!>### Available core libraries
+!>### Available core libraries
9
10
!> - OpenMP
11
!> - MPI
0 commit comments