Changes from all commits
c46d76e
6d0bbbc
4e4b0d2
21212c8
35ed9b6
1608e14
d036311
0d4fc91
e88c922
9877ed4
2a6c429
21748c0
f941556
5904f32
cdebc20
2b63915
7c99e70
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,16 @@ | ||||||
name = "stdlib" | ||||||
[dev-dependencies] | ||||||
test-drive.git = "https://.com/fortran-lang/test-drive.git" | ||||||
[build] | ||||||
auto-examples = false | ||||||
auto-tests = true | ||||||
[preprocess.cpp] | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should it be Suggested change
? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, that is not used. But, we have not enabled | ||||||
macros = [ | ||||||
"PROJECT_VERSION_MAJOR=0", | ||||||
"PROJECT_VERSION_MINOR=1", | ||||||
"PROJECT_VERSION_=0", | ||||||
Comment on lines +12 to +14 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we support extracting those values automatically in fpm? Member Author
| ||||||
"MAXRANK=4", | ||||||
] |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that provided? IMO a link to
fpm
should be sufficient.