This website requires JavaScript.
Explore
Help
Sign In
tboudreaux
/
GridFire
Watch
1
Star
0
Fork
0
You've already forked GridFire
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dac09ae24ce6ef58b809ddf74b84bd4df655d822
GridFire
/
tests
/
extern
/
meson.build
6 lines
70 B
Meson
Raw
Normal View
History
Unescape
Escape
feat(fortran): Added fortran bindings Building of the C API GridFire can now be used from fotran using the gridfire_mod fortran module. This exposes the same, limited, set of funcitonality that the C API does.
2025-11-27 11:20:53 -05:00
subdir
(
'C'
)
build(fortran): added check for fortran fortran tests only build when fortran build option is enabled
2025-11-30 10:19:56 -05:00
if
get_option
(
'build-fortran'
)
subdir
(
'fortran'
)
endif
Reference in New Issue
Copy Permalink