Ivan Pribec

Results 430 comments of Ivan Pribec

The dependency generator lives here (https://github.com/ivan-pi/fpm-deps) for the time being.

A comparison of STIFF3 with solvers from Hindmarsh (ODEPACK) is given in > Weimer, A. W., & Clough, D. E. (1979). A critical evaluation of the semiimplicit Runge‐Kutta methods for...

More comparisons of STIFF3 can be found in, > Rangaiah, G. P. (1985). Comparison of two algorithms for solving stiff differential equations. Computers & structures, 20(6), 915-920. https://doi.org/10.1016/0045-7949(85)90010-0 and >...

I wonder if having a namelist point to a custom directory would do the trick. Is there a specific reason why this needs to be part of fpm? Couldn't you...

This is pretty good! The files `fc8_cmd.f90` and `fc8_vm.f90` contain the complex stuff (command line parsing and the virtual machine). The remaining file `fc8.f90` is the main driver.

@Pranavchiku, do you mind trying again?

Compiler flag profiles were a GSoC 2021 project --> https://github.com/fortran-lang/fpm/pull/498. Jakub Jelinek maintained his development blog here: https://fortran-lang.discourse.group/t/handling-compiler-arguments-in-fpm-project-blog-by-jakub-jelinek/1297 This feature turned out to be very tricky, for several reasons: -...

> Should fpm build/rebuild all upstream dependencies applying the same flags? I guess one should have the means to force it if necessary (e.g. for debugging). This is what we...

Just bumped into the same error. My setup: - MacOS Sonoma 14.6.1 - Compiler: `ifort (IFORT) 2021.9.0 20230302` - fpm: `Version: 0.8.1, alpha` The errors at time of failure: ```...

I get the same error trying to build fpm from a clean copy of the repo: ``` ~/fortran$ git clone https://github.com/fortran-lang/fpm fpm-debug Cloning into 'fpm-debug'... remote: Enumerating objects: 90040, done....