Izaak "Zaak" Beekman
Izaak "Zaak" Beekman
@longb haha "never use tools like ... cmake" Sometimes there are necessary evils. I agree about reading things in the terminal. Thats the spirit of creating a limit. Concerning emacs,...
I've started trying to capture this discussion in PR #42
Distilling the above comments down, and adding my own opinion it appears that: 1. Most people want procedure bodies indented (I do too) 2. Most people are OK with a...
haha, well if we need it we need it. But, for the record I wasn't advocating for *the latest* cmake (unnecessarily...) just for a version I knew to be reliable.
> One personal challenge I have with stock Fortran are its somewhat awkward and low-level I/O facilities -- `open`, `read`, `write`, `inquire`, `rewind`, and `close`. I often wished for a...
PR looks good to me. I think this is an area that will evolve over time. As such I don't think we need to hash out every detail so long...
A more useful step might be to provide more clarity on governance and workflow since right now the process of deciding when PRs are merged is murky, much less how...
Just FYI, without specifying anything special beyond `-DENABLE_OPENMP=ON` CMake finds `libomp` but the build system does not pass it to the linker when building shared libraries: ``` OpenMP_CXX_FLAGS -Xclang -fopenmp...
FWIW, it seems that building with this combination of flags, including OpenCascade is not working even when setting the OpenCascade root, lib and include dirs as the documentation suggests. I'm...
It may achieve the same effect, but the wrappers (cc, CC, ftn) also accept a `-dynamic` flag. It may have an identical effect.