You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the project. I think a version that specializes to real64 and int32 is a good idea.
c:\fortran\public_domain\github\dp-stdlib>fpm build --profile release
gives an error
+ gfortran -c .\.\src\stdlib_random.f90 -O3 -funroll-loops -Wimplicit-interface -fPIC -fmax-errors=1 -fcoarray=single -J build\gfortran_EDF3F128DBFCA123\stdlib -I build\gfortran_EDF3F128DBFCA123\stdlib -o build\gfortran_EDF3F128DBFCA123\stdlib\src_stdlib_random.f90.o
.\.\src\stdlib_random.f90:115:14:
115 | res = optval(s, si)
| 1
Error: There is no specific function for the generic 'optval' at (1)
compilation terminated due to -fmax-errors=1.
<ERROR> Compilation failed for object " src_stdlib_random.f90.o "
<ERROR>stopping due to failed compilation
STOP 1
The text was updated successfully, but these errors were encountered:
Thanks for the project. I think a version that specializes to real64 and int32 is a good idea.
c:\fortran\public_domain\github\dp-stdlib>fpm build --profile release
gives an error
The text was updated successfully, but these errors were encountered: