Y
Hacker News
new
|
ask
|
show
|
jobs
by
Tyr42
3849 days ago
"simple make" is ninja, right?
https://ninja-build.org/
Already works with cmake and so on.
1 comments
GFK_of_xmaspast
3849 days ago
Doesn't work with fortran, which I found out to my chagrin just this afternoon.
link
iainmerrick
3849 days ago
Why doesn't it work? Ninja should work with any tools that you can run from the command line.
link
GFK_of_xmaspast
3849 days ago
Things like module dependencies, apparently:
https://groups.google.com/forum/#!searchin/ninja-build/fortr...
link