Skip to content

issues Search Results · repo:fortran-lang/stdlib language:Fortran

Filter by

477 results
 (110 ms)

477 results

infortran-lang/stdlib (press backspace or delete to remove)

Motivation Fortran is often used to develop console backend programs. In certain scenarios, there may be a need to obtain the terminal size to display content appropriately. Similar to Python, this routine ...
idea
  • zoziha
  • Opened 
    4 hours ago
  • #982

I tried building with ifx on windows. The way the compiler options are handled, the default language mode is set to fortran 18 (/stand:f18) files in .f90 have a large number of warnings for deprecated ...
  • R-Goc
  • 2
  • Opened 
    yesterday
  • #979

I tried compiling natively (as in not mingw or msys2) and hit a few issues. First one was a missing module file (maybe the build graph was wrong?) but running ninja with -k0 it didn t seem to show up again(though ...
compiler: flang
platform: Windows
  • R-Goc
  • 10
  • Opened 
    3 days ago
  • #978

Description I m trying to build and test stdlib on a Windows machine with msys2 tool chain, using gnu compilers (gcc/gfortran) 14.2.0-3 version. I have a small python script to customize the cmake build ...
build: cmake
compiler: gfortran
platform: Windows
  • jalvesz
  • 1
  • Opened 
    10 days ago
  • #976

The following functions in stdlib_ascii.f90 can be made elemental: is_alpha is_alphanum is_ascii is_control is_digit is_octal_digit is_hex_digit is_punctuation is_graphical is_printable is_lower is_upper ...
  • Beliavsky
  • 1
  • Opened 
    19 days ago
  • #973

Description Hello, 1/ With gnu compilers, I am using subroutine spmv from stdlib in order to realize a CSR sparse matrix vector product : call spmv(matrix=mat%STDL, vec_x=x0, vec_y=x1, alpha=alpha, ...
bug
  • tof92130
  • 3
  • Opened 
    20 days ago
  • #972

Description I tested building and running the tests, including OpenMP support, by including the flag: cmake -B build -G Ninja -DBUILD_TESTING=on -DCMAKE_Fortran_FLAGS=-fopenmp -DCMAKE_MAXIMUM_RANK:String=4 ...
bug
build: cmake
compiler: gfortran
platform: Windows
  • jalvesz
  • 7
  • Opened 
    22 days ago
  • #971

Motivation A proposal to include a cross_product_matrix() function in stdlib_linalg module that takes a 3×1 vector and returns the 3×3 skew-symmetric cross product operator matrix which is used in mechanics ...
idea
  • johnalx
  • Opened 
    24 days ago
  • #970

Description fpm build fails in stdlib_specialfunctions_gamma.f90 when gfortran is built without quadmath. Console (...) denotes unnecessary lines: $ wget https://github.com/fortran-lang/stdlib/archive/refs/tags/v0.7.0.tar.gz ...
bug
  • osada-yum
  • Opened 
    26 days ago
  • #964

I wish the loc and scale arguments of rvs_normal were optional when generating a 1D array of variates, so that one could write x = rvs_normal(array_size=n) instead of x = rvs_normal(0.0_dp, 1.0_dp, ...
  • Beliavsky
  • Opened 
    27 days ago
  • #963
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub