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 parent 2a4dba5 commit be67bc6Copy full SHA for be67bc6
.github/workflows/meta.yml
@@ -19,6 +19,7 @@ env:
19
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
20
HOMEBREW_NO_GITHUB_API: 1
21
HOMEBREW_NO_INSTALL_CLEANUP: 1
22
+ HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
23
24
jobs:
25
src/fpm_meta.f90
@@ -3,7 +3,7 @@
3
!> This is a wrapper data type that encapsulate all pre-processing information
4
!> (compiler flags, linker libraries, etc.) required to correctly enable a package
5
!> to use a core library.
6
-!>
+!>
7
!>
8
!>### Available core libraries
9
0 commit comments