Re: [deal.II] Compiling f90 files

2020-11-20 Thread Wolfgang Bangerth
On 11/20/20 8:25 AM, Zachary 42! wrote: I want to use some fortran modules in my test build of deal.II. What would be the best way to create this structure? Maybe create a fortran directory in source and create a obj_fortran OBJECT but I am not sure if the DEAL_II_ADD_LIBRARY macro will

[deal.II] Compiling f90 files

2020-11-20 Thread Zachary 42!
Hi everyone, I want to use some fortran modules in my test build of deal.II. What would be the best way to create this structure? Maybe create a fortran directory in source and create a obj_fortran OBJECT but I am not sure if the DEAL_II_ADD_LIBRARY macro will work with .f90 files. This